-
Notifications
You must be signed in to change notification settings - Fork 145
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
Dev -> Master 2.4.0 #321
Dev -> Master 2.4.0 #321
Conversation
Bump v2.4.0dev
remove unused output folder
To match the template
Important! Template update for nf-core/tools v2.8
Co-authored-by: Edmund Miller <[email protected]>
bump-nf-tests-snapshots-2.8.0
CI-add-pr-comment-if-logic
Fix/maintenance fixes
disable CI PR commenter
bump version 2.4.0
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.
I don't think that ignore
is a suitable name for a parameter, I think it should be ignore_r1
. Similarly with ignore_3prime
to make it match up.
Generally ok other than that, a few minor points. There are some #TODO strings, I don't know if that is because they are in the template or where they have come from.
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.
Can you check the genome question, otherwise should be good to go.
CI-update-skip-dev-condition, update README and changelog
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 to me! Only thing is copilot may have eaten the <int>
calls.
fix ignore params help text [ci skip]
Pipeline Updates
--bamqc_regions_file
parameter for targeted methylation sequencing data Regions file parameter for Qualimap Bamqc #302new File().exists()
and!new File().exists()
checkstests/pipeline/UTILS.groovy
for local groovy functions used in testsBug fixes & refactoring
params.test_data_base
in test and test_full configs bump-nf-tests-snapshots-2.8.0 #310dev
tests with NXF_VERlatest-everything
bump-nf-tests-snapshots-2.8.0 #310master
tests with NXF_VER22.10.1
&latest-everything
bump-nf-tests-snapshots-2.8.0 #310fail-fast
set to false bump-nf-tests-snapshots-2.8.0 #310ignore
andignore_3prime
parameters whenignore_r1
orignore_3prime_r1
are greater than 0. 2.4.0 code review fixes #322ignore
->ignore_r1
andignore_3prime
->ignore_3prime_r1
paramsignore_3prime_r2
param --ignore_r2 and --ignore_3prime_R2 are not working as intended #299