Skip to content

Commit

Permalink
added missing line for bwaDbs to taxon_filter wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jan 25, 2018
1 parent dee3e8b commit 98d4dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipes/WDL/workflows/tasks/taxon_filter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ task deplete_taxa {
# bmtagger and blast db args
DBS_BMTAGGER="${sep=' ' bmtaggerDbs}"
DBS_BLAST="${sep=' ' blastDbs}"
DBS_BWA="${sep=' ' bwaDbs}"
if [ -n "$DBS_BMTAGGER" ]; then DBS_BMTAGGER="--bmtaggerDbs $DBS_BMTAGGER"; fi
if [ -n "$DBS_BLAST" ]; then DBS_BLAST="--blastDbs $DBS_BLAST"; fi
if [ -n "$DBS_BWA" ]; then DBS_BWA="--bwaDbs $DBS_BWA"; fi
Expand Down

0 comments on commit 98d4dbe

Please sign in to comment.