You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run VEP by Singularity, but I got confused about where the path of Samtools should be placed.
I have added the path of Samtools to ~/.bashrc. However, I still got a warning, and It could appear multiple times.
Can't exec "samtools": No such file or directory at /home1/GENE_proc/tools/ensemblVEP/Plugin/LoF.pm line 539, <$fh> line 15248.
Use of uninitialized value $faidx in split at /home1/GENE_proc/tools/ensemblVEP/Plugin/LoF.pm line 540, <$fh> line 15248.
Can't exec "samtools": No such file or directory at /home1/GENE_proc/tools/ensemblVEP/Plugin/LoF.pm line 539, <$fh> line 85248.
Use of uninitialized value $faidx in split at /home1/GENE_proc/tools/ensemblVEP/Plugin/LoF.pm line 540, <$fh> line 85248.
Jinxin, was there actually any LoFTEE annotations tho? It probably does not, if the package could not run (it needs samtools). The error says that VEP is looking for samtools at /home1/GENE_proc/tools/ensemblVEP/Plugin/LoF.pm
Make sure you can run samtools from your command line stand alone (try running a samtools command on a vcf).
Hi
Thanks for your nice tool!
I tried to run VEP by Singularity, but I got confused about where the path of Samtools should be placed.
I have added the path of Samtools to
~/.bashrc
. However, I still got a warning, and It could appear multiple times.The version of loftee:
The following is my script:
It looked like VEP was not interrupted as I still got the final annotated files. So could I ignore these warnings safely?
Any suggestions are appreciated!
Best,
Jixin
The text was updated successfully, but these errors were encountered: