marschall-lab / panacus

Panacus is a tool for computing statistics for GFA-formatted pangenome graphs
MIT License
73 stars 4 forks source link

Installation instructions #5

Closed johanneskoester closed 1 year ago

johanneskoester commented 1 year ago

Nowadays, conda should be replaced by mamba, which is much faster and also solves dependencies in a more optimal way. Further, the bioconda channel always should be combined with the conda-forge channel because it is build against that instead of the defaults channel. Something like mamba install -c conda-forge -c bioconda panacus. For getting a mamba installation you can refer to the mambaforge distribution.

danydoerr commented 1 year ago

Thanks! I was indeed quite torn about whether referring to conda or mamba for installation, because, as you say it is so much better, but at the same time worried that I'd introduce another unnecessary dependency. Thanks for the encouragement and the helpful advice!

danydoerr commented 1 year ago

README.md is now updated.