From fc2bb4afe244f097b9182019ab664c3648c0ec02 Mon Sep 17 00:00:00 2001 From: ctbus Date: Wed, 12 Apr 2023 11:46:54 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee30cea..2deba16 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Primertrim requires vsearch, our recommended method of installation is through c ```bash git clone https://github.com/PennChopMicrobiomeProgram/primertrim.git cd primertrim -conda env create -f primertrim_env.yml -n primertrim_env +conda env create -f primertrim_env.yml -n primertrim conda activate primertrim pip install . ```