Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Peltzer authored and Alexander Peltzer committed Nov 19, 2018
1 parent 98bbf27 commit a05b426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ params.circularfilter = false
params.bwamem = false

//BAM Filtering steps (default = keep mapped and unmapped in BAM file)
params.bam_retain_unmapped = false
params.bam_retain_unmapped = true
params.bam_separate_unmapped = false
params.bam_discard_unmapped = false
params.bam_unmapped_to_fastq = false
params.bam_unmapped_rm_type = 'bam'
Expand Down

0 comments on commit a05b426

Please sign in to comment.