Skip to content

Commit

Permalink
Remove thread parameter in gtfsort command
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Hoffmann committed Nov 14, 2024
1 parent 2030c71 commit c5f0724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/transdecoder/gtfsort.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ process GTFSORT {
gtfsort \
-i merged.gtf \
-o novel.full.gtf \
-t ${params.maxCpu}
-o novel.full.gtf
"""
}

0 comments on commit c5f0724

Please sign in to comment.