mojaveazure / seurat-disk

Interfaces for HDF5-based Single Cell File Formats
https://mojaveazure.github.io/seurat-disk
GNU General Public License v3.0
156 stars 50 forks source link

How do i download a older version of SeuratDisk #155

Open tushar-dhyani-elucidata opened 1 year ago

tushar-dhyani-elucidata commented 1 year ago

I want to download version 0.0.0.9019 of SeuratDisk. Can you please help me with this. If i can get the git repo link for that or SeuratDisk_0.0.0.9019.tar.gz file.

I want this because when i make h5seurat using version 0.0.0.9020 and try to load it using 0.0.0.9019 it is throwing error `Warning: Error in initialize: invalid name for slot of class "Fragment": cellsnames While loading ATAC assay

huawen-poppy commented 4 months ago

Same question here

mschilli87 commented 4 months ago

This commit bumped the version from 0.0.0.9019 to 0.0.0.9020. So its parent was the last commit with the old version number. You could give it a try. This would be the correspondig zip archive link (I don't think GitHub offers tarballs). If that doesn't help you could try the first commit with that version number instead. AFAICT that would be this one. The corresponding zip would be here. Hope this helps.

huawen-poppy commented 4 months ago

Thank you very much! The solution for the commit works!