We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f194da7 commit 13f1926Copy full SHA for 13f1926
docs/install.md
@@ -36,7 +36,7 @@ Otherwise, they must be installed manually.
36
If you're setting up an environment for developing MicroHapulator, you may want to skip the procedure outlined above and use the following instead.
37
38
```bash
39
-conda create --new microhapulator python=3.11 flash minimap2 samtools fastqc
+conda create --name microhapulator python=3.11 flash minimap2 samtools fastqc
40
conda activate microhapulator
41
git clone https://github.com/bioforensics/MicroHapulator.git
42
cd MicroHapulator/
0 commit comments