-
Notifications
You must be signed in to change notification settings - Fork 36
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
Release PR 1.5.0 #242
Release PR 1.5.0 #242
Conversation
fix schema format path
…om/nschcolnicov/demultiplex into add_demultiplexing_subworkflow_10x
Add test with uncompressed data
Co-authored-by: Gregor Sturm <[email protected]>
Add feature for adapter removal in illumina samplesheet, to avoid automatic trimming during demultiplexing by bcl conversion tools.
|
We are looking into this issue with @atrigila. One alternative to fix this would be to replace the log.info with a println, this way the output will be redirected to stdout insted of to the nextflow.log: @apeltzer An alternative would be to re write the nf-tests so that they check the nextflow.log, or something similar. What do you think? |
No strong opinion... I think it's fine (or even preferable) if help is written to STDOUT (most CLI tools do that). |
Variantbenchmarking / taxprofiler both use the unmodified utils_nfvalidation_plugin/main.nf |
@apeltzer @grst I think using log instead of println is better, the log message sticks a little longer in the terminal than println, making it easier to read, besides that, you get it printed in a different color which also helps visibility, but you can do that with println too, so not the biggest advantage. |
The nf-validation plugin does not have a snapshot, therefore, I don't know if we can say that these tests were working before. |
Update some modules, upgrade to nf-schema
OK - lets stick with |
@apeltzer @atrigila @grst Removed workflow testing from CI to avoid running the tests on the subworkflows, because UTILS_NEXTFLOW_PIPELINE and UTILS_NFVALIDATION_PLUGIN have nf-tests that are not working. The reason for them failing has been documented and an issue was opened: nf-core/modules#6166. |
Removed workflow testing
So its just the downloading feature failing now - filed an issue for that one: nf-core/tools#3111 |
modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py
Outdated
Show resolved
Hide resolved
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.
Left some comments, minor things that don't affect execution or performance, we can address them before the release or after. Besides that PR looks good.
@apeltzer @atrigila I created a PR for the comments left in this review, not sure if we are going to merge them in this release, but to get the ball rolling in case we do: |
Removed customdumpsoftwareversions and updated README.md
Adding here "just" the points addressed in this release 👇🏻
1.5.0 - 2024-08-12
Added
Changed
Fixed