mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08: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 \\
|
-N $prefix \\
|
||||||
-G $reference_fasta \\
|
-G $reference_fasta \\
|
||||||
$regions_of_interest \\
|
$regions_of_interest \\
|
||||||
> ${prefix}.vcf
|
| gzip -c > ${prefix}.vcf.gz
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue