mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Add gzip for compressed output
This commit is contained in:
parent
db43095b1a
commit
def580ddb7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ process VARDICTJAVA {
|
|||
-N $prefix \\
|
||||
-G $reference_fasta \\
|
||||
$regions_of_interest \\
|
||||
> ${prefix}.vcf
|
||||
| gzip -c > ${prefix}.vcf.gz
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue