-
Notifications
You must be signed in to change notification settings - Fork 223
Version 1.7 release #411
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
Version 1.7 release #411
Conversation
lint fails more gracefully in travis doesn't have before_install
reverse conda env handling (fix for #114)
Corrects some syncing behaviour
Adding BWA and Bowtie2 indices to igenome config template
Fix typo in tools readme
Since PyYAML 5.1, a warning is thrown when yaml.load() is called without a loader argument. More info: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Fixed some 404 end links
Use yaml.safe_load() to silence warning about possible exploit
Add nf-core citation
Template: Fix ANSI codes in header
Template Dockerfile: use tagged nfcore/base
Bug fixes, spacing and variable initialisation
1.7 release
drpatelh
left a comment
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.
Press the button!!
| @@ -1,7 +1,6 @@ | |||
| FROM continuumio/miniconda:4.5.4 | |||
| FROM continuumio/miniconda:4.6.14 | |||
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.
| FROM continuumio/miniconda:4.6.14 | |
| FROM continuumio/miniconda:4.7.10 |
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.
When we do a release now this will save us lots of time. 4.7.X contains better dependency solving algorithm: https://www.anaconda.com/how-we-made-conda-faster-4-7/
| "lncpipe", | ||
| "ddamsproteomics", | ||
| "scrnaseq", | ||
| "guideseq" |
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.
| "guideseq" | |
| "guideseq", | |
| "nanodemux", | |
| "mnaseseq", | |
| "bactmap", | |
| "kmermaid", | |
| "crisprvar" |
Merging to
masterfor version 1.7 release of nf-core/tools