modules
modules copied to clipboard
Updated gatk4mergevcfs to pass nf-core test
PR checklist
Closes #7902
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.
A fix is to replace the touch command with echo "" | gzip >
@SPPearce yes there is a stub test now :)
Failure related to #8241