Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankambrosio3 committed Dec 30, 2022
1 parent b8098d0 commit 3e990e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tasks/task_nullarbor.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ task nullarbor_tsv {
done
# Run Nullarbor on the input assembly with the --all flag
nullarbor.pl \
--name ~{run_name} \
--ref ~{ref_genome} \
--input nullarbor_input.tsv \
--outdir nullarbor_outdir \
--assembler ~{assembler} \
--treebuilder ~{tree_builder} \
--taxoner ~{taxoner} \
--verbose
--name ~{run_name} \
--ref ~{ref_genome} \
--input nullarbor_input.tsv \
--outdir nullarbor_outdir \
--assembler ~{assembler} \
--treebuilder ~{tree_builder} \
--taxoner ~{taxoner} \
--verbose
#Run makefile
make preview -C nullarbor_outdir/
nice make all -j 2 -l 4 -C nullarbor_outdir/ 2>&1 | tee -a nullarbor_outdir/nullarbor.log
Expand Down

0 comments on commit 3e990e6

Please sign in to comment.