-
Notifications
You must be signed in to change notification settings - Fork 170
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 v2.5.0 #283
Release v2.5.0 #283
Conversation
Bump version to 2.5.0dev
Better support for custom chemistries
Adding cellranger-arc (multiome scRNA-seq + scATAC support)
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
increase time limits
bump version to 2.5.0 for release
|
Hi @grst , Currently I am on vacation without my pc. I can take a look once I get back end of next week if no one else had reviewed it yet 😁 |
No worries, I feel I'm the only one who's not on vacation this week (which is also why I have time to work on nf-core stuff) |
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 just have a comment regarding the resources specification in the base.config, otherwise looks good to me!
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 had a look the only comment I would have is if it would be possible to put under the contribution the GHGA (https://www.ghga.de)? This would help us to make clear where we are involved and where we made progress for the project.
Fix time limits
of course, just submit a PR with the changes you'd like! |
public static Map getProtocol(workflow, log, aligner, protocol) { | ||
def jsonSlurper = new JsonSlurper() | ||
def json = new File("${workflow.projectDir}/assets/protocols.json").text | ||
def protocols = jsonSlurper.parseText(json) | ||
def aligner_map = protocols[aligner] | ||
if(aligner_map.containsKey(protocol)) { | ||
return aligner_map[protocol] | ||
} else { | ||
log.warn("Protocol '${protocol}' not recognized by the pipeline. Passing on the protocol to the aligner unmodified.") | ||
return ["protocol": protocol] | ||
} |
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'm impressed
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.
Nothing to add from what was already said
I added in this PR the GHGA contribution: #286 |
GHGA contribution to README
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 now!
v2.5.0 - 2024-01-02
--protocol
flagPR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).