ensembl-vep | Ensembl Variant Effect Predictor | Genomics library
kandi X-RAY | ensembl-vep Summary
kandi X-RAY | ensembl-vep Summary
The Ensembl Variant Effect Predictor predicts the functional effects of genomic variants
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ensembl-vep
ensembl-vep Key Features
ensembl-vep Examples and Code Snippets
Community Discussions
Trending Discussions on ensembl-vep
QUESTION
I've installed vep in conda like so:
...ANSWER
Answered 2022-Jan-21 at 22:23I've got this working. The cache went into the vet home directory like so:
QUESTION
I’ve installed like so:
...ANSWER
Answered 2022-Jan-21 at 12:54I found the answer. You need to add both --cache and --dir_cache arguments:
QUESTION
I have a development laptop (Mint 19.3
), and a test server (Ubuntu 18.04.4 LTS
).
The laptop is Docker version 19.03.5, build 633a0ea838
, the server is Docker version 19.03.12, build 48a66213fe
I'm running Python 3.6 code inside the container, which uses subprocess
(code below) to create an sshfs mount to a third server, after which the python code walks through the mounted directory.
Everything works fine on my development laptop. But on the server, the directory mounts (and is seen with the mount
command) however cd'ing into the directory just hangs, and the Python code's subsequent walk
just hangs. (NOTE: The python code never crashes or errors out. It just hangs forever.)
HOWEVER, if I manually use the same sshfs command at the container's command line, the directory works fine.
I'm at a loss as to how to troubleshoot this.
===2020-09-25 UPDATE===
OK. Since the Python code uses subprocess, the sshfs mount is obviously available to any terminal windows that wants to use it.
I have tried accessing the mount from a new terminal window inside the container, but when I cd to the mount - the window just freezes.
Well, I left everything sitting overnight - and now when I try to cd into the mount ... it works. It's like the mount has to sit for hours before it will work.
Any ideas?
Python code
...ANSWER
Answered 2020-Dec-13 at 10:51I am assuming you want to mount some server's directory to container's filesystem using SSHFS. You could add that instruction to the Dockerfile:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ensembl-vep
gcc, g++ and make
Perl (>=5.10 recommended, tested on 5.10, 5.14, 5.18, 5.22, 5.26)
Perl libraries Archive::Zip and DBI
DBD::mysql - required for database access (--database or --cache without --offline)
Set::IntervalTree - required for Haplosaurus, also confers speed updates to VEP
JSON - required for writing JSON output
PerlIO::gzip - faster compressed file parsing
Bio::DB::BigFile - required for reading custom annotation data from BigWig files
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page