-
Notifications
You must be signed in to change notification settings - Fork 417
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 variant #285
Dsl2 variant #285
Conversation
params.options = [:] | ||
def options = initOptions(params.options) | ||
|
||
environment = params.enable_conda ? "bioconda::bwa-mem2=2.0 bioconda::samtools=1.10" : null |
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.
FYI: BWA-Mem2 was updated a couple of days ago to a new release 2.1. It is in conda already, but as far as I saw the biocontainers are not updated yet. Apparently, the new release reduces index size quiet a bit :)
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.
Good to know, I'll keep a look at the containers.
@chelauk what happened here? I'm a bit confused |
Hi @maxulysse |
@chelauk no problem at all, I made a copy of the branch in case, but I assume you have one too. |
phew! I'll make sure I don't push directly here, and do the usual pull requests if necessary. Yes I have a local copy. |
OK, then I'll delete the copy I made, and don't worry, from my point of view, mistake is mine, that should not have been possible. |
nf-core/sarek pull request
Many thanks for contributing to nf-core/sarek!
Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md