Skip to content

Commit

Permalink
add conda install workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Nov 7, 2019
1 parent 24a6837 commit b8c76d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ make this sucky part of the process suck a little less.

## Basic Usage

Install dammit with (bio)conda:
Install dammit with conda. bioconda install is failing - use the following code instead to install dammit in a conda environment:

conda install dammit
wget https://raw.githubusercontent.com/dib-lab/elvers/master/elvers/rules/dammit/environment.yml
conda env create -f environment.yml -n dammit-env
conda activate dammit-env

Download and install a subset of the databases:

Expand Down

0 comments on commit b8c76d5

Please sign in to comment.