Skip to content

Commit f8f57d4

Browse files
dwells-eitSPPearce
andauthored
Make empty gzipped fastq file for subsample stub
Work around for nf-test bug with .fastq.gz files that aren't gzipped Co-authored-by: Simon Pearce <[email protected]>
1 parent e1ec561 commit f8f57d4

File tree

1 file changed

+1
-1
lines changed
  • modules/nf-core/autocycler/subsample

1 file changed

+1
-1
lines changed

modules/nf-core/autocycler/subsample/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ process AUTOCYCLER_SUBSAMPLE {
4343
"""
4444
4545
mkdir $prefix
46-
touch ${prefix}/sample_00.fastq.gz
46+
echo | gzip > ${prefix}/sample_00.fastq.gz
4747
4848
cat <<-END_VERSIONS > versions.yml
4949
"${task.process}":

0 commit comments

Comments
 (0)