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

Fix filter reads output.

parent b47a158e
No related merge requests found
...@@ -153,7 +153,7 @@ def dedup_mapped(bam, bam_basename, paired): ...@@ -153,7 +153,7 @@ def dedup_mapped(bam, bam_basename, paired):
'''Use sambamba and samtools to remove duplicates.''' '''Use sambamba and samtools to remove duplicates.'''
# Markduplicates # Markduplicates
dup_file_qc_filename = bam_basename + ".dup.qc" dup_file_qc_filename = bam_basename + ".dedup.qc"
tmp_dup_mark_filename = bam_basename + ".dupmark.bam" tmp_dup_mark_filename = bam_basename + ".dupmark.bam"
sambamba_params = "--hash-table-size=17592186044416" + \ sambamba_params = "--hash-table-size=17592186044416" + \
" --overflow-list-size=20000000 --io-buffer-size=256" " --overflow-list-size=20000000 --io-buffer-size=256"
......
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