Add gzip for compressed output

This commit is contained in:
Matthias De Smet 2022-04-28 09:28:57 +02:00 committed by GitHub
parent db43095b1a
commit def580ddb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}":