Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meryl count and meryl histogram migration to nf-test #5401

Merged
merged 16 commits into from
Mar 27, 2024
Merged
Prev Previous commit
Fix module path
mahesh-panchal committed Mar 26, 2024
commit 11994b3ccd733c04b8570e2f76eba18631a20257
2 changes: 1 addition & 1 deletion modules/nf-core/meryl/histogram/tests/main.nf.test
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ nextflow_process {

setup {
run('MERYL_COUNT'){
script "../../../../modules/nf-core/meryl/count/main.nf"
script "../../../../../modules/nf-core/meryl/count/main.nf"
process {
"""
input[0] = Channel.value([
72 changes: 72 additions & 0 deletions modules/nf-core/meryl/histogram/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.