Bioconda is a channel for the conda package manager specializing in bioinformatics software. Bioconda consists of:
a repository of recipes hosted on GitHub
a build system turning these recipes into conda packages
a repository of packages containing over 7000 bioinformatics packages ready to use with
conda installover 850 contributors and 570 members who add, modify, update and maintain the recipes
The conda package manager makes installing software a vastly more streamlined process. Conda is a combination of other package managers you may have encountered, such as pip, CPAN, CRAN, Bioconductor, apt-get, and homebrew. Conda is both language- and OS-agnostic, and can be used to install C/C++, Fortran, Go, R, Python, Java etc programs on Linux, Mac OSX, and Windows.
Conda allows separation of packages into repositories, or channels.
The main defaults channel has a large number of common
packages. Users can add additional channels from which to install
software packages not available in the defaults channel. Bioconda is
one such channel specializing in bioinformatics software.
Browse packages in the Bioconda channel: Package Index
Each package added to Bioconda also has a corresponding Docker BioContainer automatically created and uploaded to Quay.io. A list of these and other containers can be found at the Biocontainers Registry.
News¶
Nov 2019: Bioconda has been selected as one of 42 open source projects for being funded by the Chan Zuckerberg Initiative.
Nov 2017: Bioconda has been acknowledged by NATURE in their technology blog.
Stats¶
Citing Bioconda¶
When using Bioconda please cite our article:
Grüning, Björn, Ryan Dale, Andreas Sjödin, Brad A. Chapman, Jillian Rowe, Christopher H. Tomkins-Tinch, Renan Valieris, the Bioconda Team, and Johannes Köster. 2018. “Bioconda: Sustainable and Comprehensive Software Distribution for the Life Sciences”. Nature Methods, 2018 doi:10.1038/s41592-018-0046-7.
Acknowledgments¶
Bioconda is a derivative mark of Anaconda ®, a trademark of Anaconda, Inc registered in the U.S. and other countries. Anaconda, Inc. grants permission of the derivative use but is not associated with Bioconda.
The Bioconda channel is sponsored by Anaconda, Inc in the form of providing unlimited (in time and space) storage. Bioconda is supported by Circle CI via an open source plan including free Linux and MacOS builds.
Contributors¶
Core¶
Team¶
Bioconda has over 850 (as of 2020/1) contributors.
Table of contents¶
- User Docs
- Contributing to Bioconda
- Initial Setup
- Contribution Workflow
- Testing Recipes Locally
- Troubleshooting
- Build system
- Guidelines for
biocondarecipes - Linting
- FAQs
- What’s the difference between Anaconda, conda, and Miniconda?
- Recipe vs package
- Continuous integration (Circle CI)
- How is Circle CI set up and configured?
- How are dependencies pinned to particular versions?
- What’s the lifecycle of a bioconda package?
- CircleCI macOS plans
- Testing
bioconda-utilslocally - Where can I find more info on
meta.yaml?
- Updating recipes
- Updating recipes for a pinning change
- Conda build v3
- Developer Docs
- Tutorials
- GCB 2020 Tutorial
- What exactly is Conda?
- Conda packages
- Conda channels
- Finding Packages
- Practical 1
- Conda environments
- Conda environments – common commands
- Introducing
mamba - Practical 2
- Conda environments – common commands
- Common pitfalls
- Conda package recipes
meta.yamlsections- Don’t fear skeletons
- Practical 3
- Common problems
- Practical 4 and/or Q&A
- GCB 2020 Tutorial