modules icon indicating copy to clipboard operation
modules copied to clipboard

icountmini/peaks

Open jen-reeve opened this issue 9 months ago • 0 comments

Description of the bug Per this slack thread it seems that empty .gz files generated by simply touch .gz break the snapshot functionality of nf-test by causing an EOFException because the files are not actually compressed.

Per this comment a fix is to replace the touch command with echo "" | gzip > .gz.

jen-reeve avatar Mar 24 '25 00:03 jen-reeve