-
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
Updates #35
Updates #35
Conversation
- `control-freec` from `11.4` to `11.5` - `ensembl-vep` from `95.2` to `97.3` - `freebayes` from `1.2.0` to `1.3.1` - `gatk4` from `4.1.2.0` to `4.1.3.0` - `igvtools` from `2.3.93` to `2.5.3` - `manta` from `1.5.0` to `1.6.0` - `qualimap` from `2.2.2b` to `2.2.2c` - `vcfanno` from `0.3.1` to `0.3.2`
|
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, I can't however commit your suggested changes due to permissions @maxulysse - maybe check this yourself!
OK, I just accepted the changes |
Then you should be ready to go once this passed CI 👍 PR to test-datasets has been merged, so this should now run through smoothly 🎉 |
That's exactly what I was writing ;-) |
// Handle deprecation | ||
// Default value for params | ||
|
||
// Set deprecated params to 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.
Can you put all of this params
initialisation into the config files? Unless it's a complex case requiring logic (eg. as we do with params.genome
and the references), I usually try to put all params initialisation into the base.config
. Keeps the main script a lot cleaner.
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'll do that in the PR for the release, I'll prefer to merge this one as soon as possible, as it's breaking stuff for now
main.nf
tabix
instead ofIGVtools
to build vcf indexesIGVtools
environment.yml
filebuild.nf
scriptbuild_reference.sh
build.nf
script only download cache, so renamed todownloadcache.nf
referenceMap
anddefineReferenceMap()
and use Channel values insteadMutect2
fromMULTIPLE
testMany thanks to 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: https://github.com/nf-core/sarek/tree/master/.github/CONTRIBUTING.md