-
Notifications
You must be signed in to change notification settings - Fork 193
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
Support multiple file versions #1247
Support multiple file versions #1247
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1247 +/- ##
=======================================
Coverage 67.45% 67.45%
=======================================
Files 50 50
Lines 5607 5607
=======================================
Hits 3782 3782
Misses 1825 1825 Continue to review full report at Codecov.
|
So now I have some questions.
|
nf_core/pipeline-template/modules/local/get_software_versions.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/modules/local/get_software_versions.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/modules/local/get_software_versions.nf
Outdated
Show resolved
Hide resolved
Working on a reference implementation in rnaseq to check if anything breaks: nf-core/rnaseq#689 I already learned that a yaml dict looks like
rather than
|
Co-authored-by: Gregor Sturm <[email protected]>
Co-Authored-By: Gregor Sturm <[email protected]>
Anyone got any pointers to this trim_galore failing test? I don't know what I need to change for this. |
Still to do:
|
We check on the modules side if |
Sorry for adding myself as a reviewer, I thought this was supporting multiple versions of modules. This all looks really clean to me though, feel free to ping me if you want someone to test it out! |
I was actually waiting for input from you @emiller88 since you're the linting expert. There was a question whether we needed to add extra linting, and to check I haven't removed anything essential from linting too. |
This is still an issue too. |
I think we've already done this. I've gone through the code again to make sure there are no more references or checks for |
The following tests fail (expectedly):
|
Co-authored-by: Harshil Patel <[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.
Great work guys! Glad to be finally merging this :)
Add support for multiple software version emissions and multiple software versions emitted as a result.
PR checklist
CHANGELOG.md
is updateddocs
is updated