We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b290d commit 1407e31Copy full SHA for 1407e31
modules/nf-core/autocycler/subsample/main.nf
@@ -43,7 +43,7 @@ process AUTOCYCLER_SUBSAMPLE {
43
"""
44
45
mkdir $prefix
46
- touch ${prefix}/sample_00.fastq.gz
+ echo | gzip > ${prefix}/sample_00.fastq.gz
47
48
cat <<-END_VERSIONS > versions.yml
49
"${task.process}":
0 commit comments