-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--use-assignment-cache error: Error: Git LFS file not pulled successfully. Please install git-lfs #403
Comments
Sorry to hear that @jacaravas! Are you running
|
Hi @AngieHinrichs, At the moment, I am just evaluating different options on the command line to see what impact they will have on our system performance. They will be added to a workflow later. There is no output from conda activate. I am starting the environment by sourcing the conda executable explicitly:
conda list git-lfs:
conda list pangolin
|
I am having the same issue. I am also testing the use of error:
conda list git-lfs:
conda list pangolin
|
Thanks! The conda list output shows that git-lfs is installed as expected, but the error message indicates that the installed cache file is just a git-lfs pointer, instead of the actual large file that should be installed in its place. So it seems that something went wrong during the Next command to try (in the same activated conda environment):
I see a file size of 174192980 but you'll probably see something much smaller. If so, you can try removing and reinstalling the assignment cache:
Hopefully after running those commands you will see a file size of 174192980 too. (I ran those commands and see 174192980 as before.) If not, then something is definitely going wrong in |
I deleted and installed again and got the same size file |
Thanks @IsabelFE! I was able to duplicate the problem in an environment that did not already have git-lfs, and I think the problem is that installing git-lfs with conda is not enough --
I think the solution (in the next patch release of pangolin) will be for |
Thanks @AngieHinrichs!! I followed your instructions and this time I got a bigger file (174192980). I am testing |
Great, thanks so much @IsabelFE for confirming, and sorry about the inconvenience! I will make sure this is fixed soon. |
This resolved my issue. Thanks, @AngieHinrichs! |
I am having an issue getting the "--use-assignment-cache" switch to run correctly. The full output/error I am getting is:
I have followed the instructions in the error message. After installing git-lfs, running
git lfs install
returnsGit LFS initialized.
, so that appears to be working correctly. I installed the pangolin-assignment using git as instructed. I also manually ranpangolin --add-assignment-cache
for good measure.Could you point me in the right direction for troubleshooting this? Is this possibly a certificate, firewall, or proxy issue?
Thanks,
Jason
Version information:
Command line:
pangolin test_data.fasta -o test -t 2 --use-assignment-cache --verbose
The text was updated successfully, but these errors were encountered: