cellgeni / sceasy

A package to help convert different single-cell data formats to each other
GNU General Public License v3.0
363 stars 53 forks source link

[Minor] Conda installation instructions. #12

Closed ambrosejcarr closed 3 years ago

ambrosejcarr commented 4 years ago

On my version of conda:

conda --version
conda 4.8.4

The installation instructions in the readme produce an error:

conda install anndata == 0.6.19 -c bioconda

CondaValueError: invalid package specification: ==

The following syntax works:

conda install anndata==0.6.19 -c bioconda
nh3 commented 3 years ago

Thank you very much for reporting. It's now fixed in cfdd85e.