Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Downie committed Dec 6, 2024
1 parent 59ede17 commit 629cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/magscot/magscot/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process MAGSCOT_MAGSCOT {
## magscot puts out contig2bin file in wrong format
awk 'NR > 1 {print \$2 \$1}' MAGScoT.refined.contig_to_bin.out > ${prefix}.MAGScoT.refined.contig_to_bin.out
rm MAGScoT.refined.contig_to_bin.outcd
rm MAGScoT.refined.contig_to_bin.out
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 629cdd2

Please sign in to comment.