Closed ridwan-shaikh closed 4 years ago
Hi Ridwan,
I'm actually having the same error (and VEP continues running so I didn't even pay attention before). Not really sure how loftee installation works; I basically just copied this line from the Dockerfile into the conda recipe and assumed it will work with this tgz archive somehow.
Let me investigate :)
Totally forgot to update on this issue. Perl-BigFile library is now on conda: https://github.com/bioconda/bioconda-recipes/pull/18392 Meaning that LofTee should work properly with the most recent version of PCGR/CPSR (this pull request have the fixes https://github.com/sigven/pcgr/pull/98). Works on my side. So updating conda packages should fix the issue:
conda install -c pcgr -c conda-forge -c bioconda "pcgr==0.8.4.4" "cpsr==0.5.2.2"
Thanks Vlad. Tried it this morning and it works perfectly.
Hi Sigven/Vlad,
@vladsaveliev I assume this is probably more directed towards you as this is probably and issue from using the conda version (note: this is a fresh install too). Running the example.vcf.gz on v0.5.1.2 gives the following error:
listing at the location: /.conda/envs/pcgr/share/loftee shows only the gzipped folder with no other files:
I have tried untaring the loftee in the share location and attempting to run again but that results in the following error:
I have also attempted to declare the PERL5LIB to the correct paths where BigWig.pm is stored in the conda environment but that also fails