BIMSBbioinfo / bavaria

Batch-adversarial variational auto-encoder (BAVARIA) for simultaneous dimensionality reduction and integration of single-cell ATAC-seq datasets
Other
12 stars 6 forks source link

Install instructions #2

Closed prete closed 3 years ago

prete commented 3 years ago

The Installation section of REAMDE.md shows

pip install https://github.com/BIMSBbioinfo/bavaria/archive/v0.1.0.zip

But that's not the right link. you don't have a release/tag for v0.1.0. You should change that for one of the following:

a) Use git

pip install git+https://github.com/BIMSBbioinfo/bavaria.git

b) Use master as zip release

pip install https://github.com/BIMSBbioinfo/bavaria/archive/refs/heads/master.zip

c) Create a release and use that download link

prete commented 3 years ago

I see the release now, all good.