eawilson-CompBio / HLA-Inception

pan allele MHC-I prediction algorithm using physical forces
GNU Affero General Public License v3.0
3 stars 0 forks source link

Installation issue due tar extraction #2

Closed felipebatalini closed 6 days ago

felipebatalini commented 1 week ago

Dear Eric,

Thanks for the easy-to-follow installation instructions here on GitHub. I wanted to let you know that I got error using the install.sh with bash because at the tar extraction step it did not recognize the .tgz files as git-lfs even though I had git-lfs installed properly. I was able to complete installation by pulling the lfs manually from the HLA-inception/data directory using:

git lfs pull

And then re-run:

bash install.sh 

HLA-inception is working well but wanted to let you about this little bug for future versions.

Thank you very much, Felipe

eawilson-CompBio commented 6 days ago

Hey Felipe,

Thanks for spotting this issue! I have updated the readme to guide users to use git lfs to clone the repository directly.

Best, Eric