Skip to content

Commit

Permalink
Misplaced r-base command
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvinite committed Oct 14, 2020
1 parent 66ae551 commit cd09945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ conda remove -y -n $cname --all || :

conda create -y -n $cname python=3.6
source activate $cname
conda config --add channels bioconda r-base
conda config --add channels bioconda
conda install -y -c bioconda blast=2.9.0 bwa=0.7.17 picard=2.20.3 pigz=2.4 quast=5.0.2 samtools=1.9=h8571acd_11 spades=3.13.1 trimmomatic=0.39
conda install -y -c conda-forge r-base=4.0.2
if [[ $type == "release" ]]; then
Expand Down

0 comments on commit cd09945

Please sign in to comment.