Install older versions of ArchR #656
Replies: 2 comments 3 replies
-
Unfortunately we were not implementing stable release tags back in beta (0.x.x) so I dont think there is a great way to do this. I just restored this branch https://github.com/GreenleafLab/ArchR/tree/dev_053120 which corresponds to last update of 0.9.5. I think you should be able to install this with devtools by specifying the branch name in the Also, there was some issue with an off-by-one error on fragment starts or stops that was fixed in a later version of ArchR and I think that fix may have also introduced some differences in Arrow files. devtools::install_github("GreenleafLab/ArchR", ref="dev_053120", repos = BiocManager::repositories()) |
Beta Was this translation helpful? Give feedback.
-
Thank you SO MUCH for your help. I was able to reinstall ArchR_0.9.5 with: I guess my follow up question is how important it is acknowledge the "off-by-one error on fragment starts or stops"? I have results in a paper that is currently under peer review. The difference in number of cells was pretty substantial compared to ArchR_0.9.5. Do you think this off-by-one error would cause ArchR to generate Arrow files with less barcodes? I don't think the downstream results would be affected, besides the barcode/cell number. How do you recommend I should proceed during the review process? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jgranja24 and @rcorces
Has any one been able to install ArchR_0.9.5?
I recently did an analysis using ArchR_0.9.5 and came back to re-run the analysis with Version 1.0.1. However, the number of cells processed in the Arrow File and ArchR project object are somehow different between versions 0.9.5 and 1.0.1.
I would like to revert back for reproducibility. Thanks for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions