-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from sigven/vep112
Bump VEP to 112
- Loading branch information
Showing
6 changed files
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
#!/usr/bin/env bash | ||
set -x | ||
|
||
# Conda env vars: https://docs.conda.io/projects/conda-build/en/latest/user-guide/environment-variables.html | ||
|
||
#---- Loftee ----# | ||
# This is used in CPSR for now. | ||
# To make sure same LoF version is used in dockerized and non-dockerized installation. | ||
# ensembl-vep conda package installs most recent version of LoF automatically, however | ||
# it doesn't work with the most recent perl 5.26 (see https://github.com/sigven/cpsr/issues/2). | ||
# Also Loftee for hg38 needs Perl-Bio-BigFile (doesn't come with ensemble-vep, but will come | ||
# with https://github.com/bioconda/bioconda-recipes/pull/18808 once merged). | ||
mkdir ${PREFIX}/share/loftee | ||
tar -xzf ${SRC_DIR}/src/loftee_1.0.3.tgz -C ${PREFIX}/share/loftee | ||
|
||
#---- PCGR Python Package Installation ----# | ||
$PYTHON -m pip install . --no-deps -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.