modules icon indicating copy to clipboard operation
modules copied to clipboard

Add nf-test for md5sum module

Open human9 opened this issue 1 year ago • 1 comments

Checks that the correct filename and contents are created. A custom config file is used to test extra args.

PR checklist

Closes #5159

  • [X] nf-test test modules/nf-core/md5sum/tests/main.nf.test --profile docker

human9 avatar Mar 19 '24 03:03 human9

Hmm, I don't understand why the conda test failed...

human9 avatar Mar 19 '24 23:03 human9

Hmm, I don't understand why the conda test failed...

The conda test was failing because conda and docker/singularity were using different versions. I've downgraded the conda version to match the ubuntu base (by copying what was used in another module).

SPPearce avatar Jun 05 '24 09:06 SPPearce