Skip to content

Commit

Permalink
Merge pull request #100 from broadinstitute/dp-demux
Browse files Browse the repository at this point in the history
illumina_demux: append flowcell and lane to filenames
  • Loading branch information
dpark01 committed Jun 10, 2020
2 parents c586b57 + 2b4016f commit 77e07c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipes/WDL/tasks/tasks_demux.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ task illumina_demux {
--JVMmemory="$mem_in_mb"m \
$demux_threads \
${true='--force_gc=true' false="--force_gc=false" forceGC} \
--append_run_id \
--compression_level=5 \
--loglevel=DEBUG

Expand Down

0 comments on commit 77e07c0

Please sign in to comment.