theislab / cellrank_notebooks

Tutorials and examples for CellRank.
https://cellrank.org
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Use git lfs #25

Closed michalk8 closed 4 years ago

michalk8 commented 4 years ago

@Marius1311 I think it would be best to recreate the repo/purge the history (the second option is preferred) and use git-lfs. I've tested this if it's possible to download the data using scanpy.read(..., backup_url=...) and it works.

Pros:

Cons:

Todos:

Marius1311 commented 4 years ago

Mike, I don't think we need to change anything here since this repository is not meant to be downloaded. This is why we separated cellrank from cellrank_notebooks. This is literally only meant to store our data and tutorials.

Since there is always a risk of something going wrong when doing these sorts of changes, I would not like us to do this right now and to delay this to later, if really necessary.

michalk8 commented 4 years ago

I think this is necessary. I need to close this issue before I proceed.

michalk8 commented 4 years ago

Note to self: https://christoph.ruegg.name/blog/git-howto-mirror-a-github-repository-without-pull-refs.html

michalk8 commented 4 years ago

Done via https://github.com/theislab/cellrank_notebooks/commit/62aaa2c2d09eb00e839ac9f4693ec429b7631159. The commits have been rewritten using, it's very easy to use. I will do the same for the main repo (no git-lfs there, for now).