Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 19, 2023
1 parent 275adf5 commit 026a4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mashtree.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process mashtree {
tag "Pylogenetic Analysis"
tag "Phylogenetic analysis"
label "maxcpus"
publishDir params.outdir, mode: 'copy'
container 'staphb/mashtree:1.2.0'
Expand Down Expand Up @@ -36,4 +36,4 @@ process mashtree {
--outtree mashtree/mashtree.nwk \
| tee -a $log_file
'''
}
}

0 comments on commit 026a4d5

Please sign in to comment.