Skip to content

Commit 980e174

Browse files
author
Tobias Andermann
committed
updated recipe
1 parent 1e04b68 commit 980e174

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ conda create -n secapr_env secapr
6262
### RECENT INSTALLATION ISSUES
6363
In case the above command results in an endless wait while conda is trying to solve the environment, something is not working the way it should with the conda environment creation (we are currenlty investigating what causes this issue for some users).
6464

65-
Instead you can install the SECAPR environment directly from the GitHub repo. For this first download the file containing the installation instructions with `wget` and execute it with `sh`.
65+
Instead you can install the SECAPR environment directly from the GitHub repo. For this, first download the file containing the installation instructions with `wget` and execute it with `sh`.
6666

6767
If you don't have `wget` installed on your computer you can install it with `conda install wget`.
6868

docs/.DS_Store

0 Bytes
Binary file not shown.

recipe/install_secapr_env.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ conda create -y -n secapr_env python=3.8
55
sleep 5
66
source activate secapr_env
77
sleep 5
8+
conda activate secapr_env
9+
sleep 5
810
conda install -y pandas
911
conda install -y matplotlib-base
1012
conda install -y biopython
@@ -19,4 +21,5 @@ conda install -y emboss
1921
conda install -y bwa
2022
conda install -y samtools==1.9
2123
conda install -y trimal
22-
pip install https://github.com/AntonelliLab/seqcap_processor/archive/refs/tags/v2.2.3.tar.gz
24+
conda install -y secapr
25+
#pip install https://github.com/AntonelliLab/seqcap_processor/archive/refs/tags/v2.2.3.tar.gz

0 commit comments

Comments
 (0)