In order to build the recipes, you need to install the following dependencies:
conda install conda-build anaconda-client
- Update the version number and associated sha in the
meta.yaml
file of each recipe. - Run
conda build <recipe> --channel conda-forge --channel bioconda
to build the recipe. - Run
anaconda upload <path_to_built_package>
to upload the package to theopenhexa
channel on Anaconda Cloud.
It's possible that your anaconda config is set to automatically upload the packages. Check the output of the anaconda upload
command to see if it's the case.