Skip to content

Commit

Permalink
updated setup shell script for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mück committed May 24, 2024
1 parent 6be2255 commit 3388417
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deeprvat/annotations/setup_annotation_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ git checkout release/111
perl INSTALL.pl --AUTO acfp --ASSEMBLY GRCh38 --CACHEDIR $VEP_CACHEDIR --PLUGINS CADD, SpliceAI, PrimateAI --PLUGINSDIR $VEP_PLUGINDIR --species homo_sapiens
cd ../..

echo "- AbSplice"
mkdir -p $REPO_DIR/absplice
git clone https://github.com/gagneurlab/absplice.git $REPO_DIR/absplice
cd $REPO_DIR/absplice
mamba env create -f environment.yaml
mamba activate absplice
pip install -e .
cd ../..

echo "- DeepSea(kipoi-veff2)"
mkdir -p $REPO_DIR/kipoi-veff2
git clone https://github.com/kipoi/kipoi-veff2.git $REPO_DIR/kipoi-veff2
Expand Down

0 comments on commit 3388417

Please sign in to comment.