I tried to conda install biobb_md with the command in the documentation:
conda install -c bioconda "biobb_md>=3.0.1"
but this just stalls at “solving environment”
I tried to just do conda install -c bioconda biobb_md
. i.e. without the version number, this works but the according to the conda message the version I get is actually biobb_md-0.1.5
Does anyone else have this problem and how should I resolve this? Thanks