Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdarthen authored Feb 11, 2022
1 parent 191018d commit 2f35154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_conda.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

conda create -n test_milts python=3.8 r-base=4.0.5 -y
conda create -n milts python=3.8 r-base=4.0.5 -y
source ~/anaconda3/etc/profile.d/conda.sh
conda activate test_milts
conda activate milts

conda config --add channels defaults
conda config --add channels bioconda
Expand Down

0 comments on commit 2f35154

Please sign in to comment.