Skip to content

Commit

Permalink
Fix shell path
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Apr 2, 2024
1 parent 4b65cd5 commit 2af1e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/freebayes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ process freebayes_collect {
def prefix="freebayes"

"""
sort_vcf_files.sh | xargs cat | vcffirstheader | vcfstreamsort -w 1000 > ${prefix}.vcf
./sort_vcf_files.sh | xargs cat | vcffirstheader | vcfstreamsort -w 1000 > ${prefix}.vcf
bgzip ${prefix}.vcf
tabix ${prefix}.vcf.gz
Expand Down

0 comments on commit 2af1e0d

Please sign in to comment.