Skip to content

Commit

Permalink
updated interlap installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 20, 2022
1 parent 3f4b710 commit 15857af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Inside the environment, you need to install the following dependencies:
conda install -c conda-forge scikit-learn
conda install -c conda-forge networkx
conda install -c bioconda ucsc-twobittofa
conda install -c bioconda interlap
conda install -c bioconda IntaRNA
conda install -c bioconda numpy
conda install -c bioconda pandas
conda install -c conda-forge interlap
conda install -c bioconda intarna
conda install -c conda-forge numpy
conda install -c conda-forge pandas
conda install -c conda-forge eden-kernel
conda install -c conda-forge biofilm
conda install -c conda-forge python-wget
Expand All @@ -57,7 +57,7 @@ conda install -c conda-forge python-wget
Or create the environment with all dependencies at once:

```
conda create -n cherri -c conda-forge -c bioconda scikit-learn networkx ucsc-twobittofa interlap pandas IntaRNA eden-kernel biofilm python-wget
conda create -n cherri -c conda-forge -c bioconda scikit-learn networkx ucsc-twobittofa interlap pandas intarna eden-kernel biofilm python-wget
conda activate cherri
```

Expand Down

0 comments on commit 15857af

Please sign in to comment.