Skip to content
Snippets Groups Projects
Commit 5b792c55 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix params.

parent 88f2aae1
Branches
Tags
No related merge requests found
......@@ -159,7 +159,7 @@ def dedup_mapped(bam, bam_basename, paired):
with open(dup_file_qc_filename, 'w') as fh:
sambamba_markdup_command = (
"sambamba markdup -t %d %s %s %s"
% (cpu_count(), sambamba_parms, bam, tmp_dup_mark_filename)
% (cpu_count(), sambamba_params, bam, tmp_dup_mark_filename)
)
logger.info(sambamba_markdup_command)
subprocess.check_call(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment