Published February 20, 2020
| Version 1.9
Software
Open
nf-core/tools: 1.9 - Platinum Pigeon
Authors/Creators
- Phil Ewels1
- Sven F.2
- Harshil Patel3
- Alexander Peltzer4
- Maxime Garcia5
- Gisela Gabernet6
- FriederikeHanssen
- Patrick Hüther7
- Martin Proks
- James A. Fellows Yates8
- Olga Botvinnik9
- Anders Jemt
- Raghu Kamat (RK)
- Maxime Borry10
- Lukas Heumos6
- Hadrien Gourlé11
- Mingda Jin12
- Remi-Andre Olsen
- Anthony Underwood
- Sofia Haglund5
- Senthilkumar Panneerselvam13
- Nurlan Kerimov
- Lorena Pantano14
- Johan Viklund15
- Denis Yuen16
- 1. Science for Life Laboratory
- 2. QBiC @qbicsoftware
- 3. The Francis Crick Institute
- 4. Boehringer Ingelheim
- 5. @SciLifeLab | Karolinska Institutet
- 6. @qbicsoftware
- 7. @Gregor-Mendel-Institute
- 8. Max Planck Institute for the Science of Human History
- 9. @czbiohub
- 10. Max Planck institute for the Science of Human Evolution
- 11. @SGBC
- 12. Zymo Research Corp.
- 13. @ScilifelabDataCentre
- 14. Harvard Chan School of Public Health
- 15. @NBISweden
- 16. @OICR_news
Description
Continuous integration
- Travis CI tests are now deprecated in favor of GitHub Actions within the pipeline template.
nf-core bump-versionsupport has been removed for.travis.ymlnf-core lintnow fails if a.travis.ymlfile is found
- Ported nf-core/tools Travis CI automation to GitHub Actions
- Fixed the build for the nf-core/tools API documentation on the website
- Rewrote the documentation markdown > HTML conversion in Python instead of R
- Removed the requirement for R in the conda environment
- Make
params.multiqc_configgive an additional MultiQC config file instead of replacing the one that ships with the pipeline - Ignore only
tests/andtesting/directories in.gitignoreto avoid ignoringtest.configconfiguration file - Rephrase docs to promote usage of containers over Conda to ensure reproducibility
- Stage the workflow summary YAML file within MultiQC work directory
- Removed linting for CircleCI
- Allow any one of
params.readsorparams.inputorparams.designbefore warning - Added whitespace padding to lint error URLs
- Improved documentation for lint errors
- Allow either
>=or!>=in nextflow version checks (the latter exits with an error instead of just warning) #506 - Check that
manifest.versionends indevand throw a warning if not- If running with
--releasecheck the opposite and fail if not
- If running with
- Tidied up error messages and syntax for linting GitHub actions branch tests
- Add YAML validator
- Don't print test results if we have a critical error
- Fix automatic synchronisation of the template after releases of nf-core/tools
- Improve documentation for installing
nf-core/tools - Replace preprint by the new nf-core publication in Nature Biotechnology :champagne:
- Use
stderrinstead ofstdoutfor header artwork - Tolerate unexpected output from
nextflow configcommand - Add social preview image
- Added a release checklist for the tools repo
Files
nf-core/tools-1.9.zip
Files
(299.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ab6e945b00d518c51ccac48aa89aeb74
|
299.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nf-core/tools/tree/1.9 (URL)