Skip to content

Commit

Permalink
add --expected_assigned_fraction=0 to guess_barcodes call in WDL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jan 24, 2019
1 parent b712a26 commit 0355f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/tasks/tasks_demux.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ task illumina_demux {
--compression_level=5 \
--loglevel=DEBUG

illumina.py guess_barcodes barcodes.txt metrics.txt barcodes_outliers.txt
illumina.py guess_barcodes --expected_assigned_fraction=0 barcodes.txt metrics.txt barcodes_outliers.txt

mkdir -p unmatched
mv Unmatched.bam unmatched/
Expand Down

0 comments on commit 0355f29

Please sign in to comment.