Skip to content

Commit c8414f1

Browse files
committed
update docs with conda info on dependencies
Add conda environment setup commands for installing dependencies.
1 parent b564d2b commit c8414f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docusaurus/docs/welcome.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Strain List:
4747
* python v2.15 with pysam
4848
-->
4949

50+
You can install most of these dependencies as a [conda environment][conda-install] if you have conda setup on your machine using the following command:
51+
```bash
52+
conda create -n my-genopipe-env -c bioconda -c conda-forge bwa scipy samtools bedtools seqkit
53+
```
5054

5155

5256
## Testing
@@ -95,6 +99,8 @@ General notes about the defaults used for out-of-the-box usage:
9599

96100

97101
[github-repo]:https://github.com/CEGRcode/GenoPipe
102+
[conda-install]:https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html
103+
98104
[bed-specs]:https://www.google.com
99105
[vcf-specs]:https://www.google.com
100106
[dependency-bwa]:https://www.google.com

0 commit comments

Comments
 (0)