Skip to content

Commit

Permalink
Revert previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Sep 23, 2024
1 parent 505848e commit edf08cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/freebayes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ process freebayes_parallel {
bgzip ${prefix}.vcf
tabix ${prefix}.vcf.gz
find ./ -type l | xargs rm
"""

} else {
Expand All @@ -48,7 +47,6 @@ process freebayes_parallel {
bgzip ${prefix}.vcf
tabix ${prefix}.vcf.gz
find ./ -type l | xargs rm
"""
}

Expand Down

0 comments on commit edf08cc

Please sign in to comment.