-
Notifications
You must be signed in to change notification settings - Fork 82
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
DSL2: Qualimap #998
DSL2: Qualimap #998
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good already, just needs some more channel manipulation to integrate module into the workflow and minor other changes. Please also check that the test profiles actually execute the qualimap module :)
Co-authored-by: Selina Carlhoff <[email protected]>
Co-authored-by: Selina Carlhoff <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things, mainly add meta to snp capture bed and tag&ext.prefix in the modules.config
Co-authored-by: Selina Carlhoff <[email protected]>
Waiting for CI test Co-authored-by: Selina Carlhoff <[email protected]>
} | ||
.combine( | ||
by: 0, | ||
snpcapture_bed_input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my previous comment. Since ch_snpcapture_bed
lacks a meta
, all this will likely create an empty channel and hence won't run the module. Once the meta is added, things should go through the module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sense. I think now meta is there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module still doesn't seem to execute in the tests.
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Closing in favouer of #1011 |
Closes #997
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).