Skip to content

Commit

Permalink
--output-file
Browse files Browse the repository at this point in the history
  • Loading branch information
kubranarci committed Jun 21, 2024
1 parent 286faf0 commit 7187c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/modules/bcftools/sort/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process BCFTOOLS_SORT {
"""
bcftools \\
sort \\
--output ${vcf_name}.sorted.${extension} \\
--output-file ${vcf_name}.sorted.${extension} \\
--temp-dir . \\
$args \\
$vcf
Expand Down

0 comments on commit 7187c57

Please sign in to comment.