Skip to content

Commit

Permalink
remove hardcode filter5 in iqtree
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Apr 9, 2020
1 parent 23e1e4c commit 883ae5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -876,11 +876,11 @@ if(!params.skip_iqtree){
-nt ${task.cpus} \
-o ${params.iqtree_outgroup} \
-seed ${params.iqtree_rng} \
-pre iqtree.core-filter5_bootstrap \
-pre iqtree.core-filter${params.snippy_multi_missing_data_text}_bootstrap \
-v \
-bb 1000 \
-alrt 1000 \
2>&1 | tee iqtree.raw-filter5_bootstrap.output
2>&1 | tee iqtree.raw-filter${params.snippy_multi_missing_data_text}_bootstrap.output
"""
}
}
Expand Down

0 comments on commit 883ae5d

Please sign in to comment.