TheEvergreenStateCollege / bioinformatics

Plant genome sequencing
2 stars 2 forks source link

Git LFS and .gitignore #47

Closed learner-long-life closed 1 month ago

learner-long-life commented 1 month ago

Currently the genome and FASTA files are committed into data/ directory but are shown as tracked in Git large file support (LFS). However when cloning this repo for Ricard's private fork, it appears to automatically pull from LFS instead of requiring a separate step

git clone ...
git lfs pull

Are the large files actually committed into Git, outside of LFS, and can we add it to .gitignore to prevent accidental committing of large files in the future?

AbyssalRemark commented 1 month ago

OK. This is handled correctly. I don't think It pulls that data automatically. Maybe your computer ran out of space? or maybe something with your system is causing that to happen automagically? Either way, I cannot replicate this.