Skip to content

Commit

Permalink
Feat/genmod (#531)
Browse files Browse the repository at this point in the history
* formatting

* add genmod

* libgxx for gcc compiled
  • Loading branch information
hassanfa authored Dec 22, 2020
1 parent 7700efe commit 3792334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BALSAMIC/containers/annotate/annotate.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
conda env create -n ${1} --file ${1}.yaml
source activate ${1}
pip install --no-cache-dir genmod==3.7.3
2 changes: 2 additions & 0 deletions BALSAMIC/containers/annotate/annotate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
channels:
- anaconda
- bioconda
- defaults
- conda-forge
Expand All @@ -7,3 +8,4 @@ dependencies:
- ensembl-vep=100.2
- bcftools>=1.10
- vcfanno=0.3.2
- gxx_linux-64

0 comments on commit 3792334

Please sign in to comment.