Hi,
Would it be possible to add gzip by default to the singularity base image?
nf-core is migrating to wave containers where possible, but CI tests using the common echo "" | gzip > test.gz pattern for stub tests fail using the generated singularity images, since gzip is not available.
I'm aware it's possible to add gzip as a dependency to each module as they are updated, but I think it would be cleaner to just add it to the base image as a common utility, so the singularity images are on par with the docker ones
Thanks
Matthias
Hi,
Would it be possible to add
gzipby default to the singularity base image?nf-core is migrating to wave containers where possible, but CI tests using the common
echo "" | gzip > test.gzpattern for stub tests fail using the generated singularity images, sincegzipis not available.I'm aware it's possible to add
gzipas a dependency to each module as they are updated, but I think it would be cleaner to just add it to the base image as a common utility, so the singularity images are on par with the docker onesThanks
Matthias