broadinstitute / infercnv

Inferring CNV from Single-Cell RNA-Seq
Other
566 stars 166 forks source link

the old version of infercnv!!! #550

Open Dana11T opened 1 year ago

Dana11T commented 1 year ago

Does anyone have the infercnv_1.6.0.tar.gz file, I want to download this version, but I can't achieve it after trying many ways. If you have a better way to install this version package or you have the download address of infercnv_1.6.0.tar.gz, please contact me, thank you very much!!!

GeorgescuC commented 1 year ago

Hi @Dana11T ,

The 2nd digit group in the version numbers matches BioConductor releases, so if you check the branches specific to them, you can find all the previous even numbered iterations (odds are for devel versions). In your cases, infercnv version 1.6.0 is found in the BioConductor 3.12 branch and you can download the repository at that version directly then install using a variation of the Github based install.

Regards, Christophe.