Conda is able to record and lock (a.k.a. pin) dependency versions used at build time of other recipes. This way, one can avoid that expectations of a downstream recipe with regards to API, ABI, or CLI are violated by later changes in the recipe. If not already present in the meta....
FOR CONTRIBUTOR: - I have read the CONTRIBUTING.md document and this tool is appropriate for the tools-iuc repo. - License permits unrestricted use (educational + commercial) - This PR adds a n...
Compleasm can be installed with conda. If you don't have conda, please install miniconda or anaconda first. Then you can create a new environment with compleasm installed. conda create -n <your_env_name> -c conda-forge -c bioconda compleasm conda activate <your_env_name> compleasm -h ...