Created
December 6, 2018 16:45
-
-
Save danielecook/f6a6851f6b09f4b67261054b2b198ccf to your computer and use it in GitHub Desktop.
BamSurgeon Conda Environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bamsurgeon | |
channels: | |
- bioconda | |
- conda-forge | |
- defaults | |
dependencies: | |
- python=2.7 | |
- bwa=0.7.17 | |
- picard==2.9.2 | |
- velvet==1.2.10 | |
- exonerate==2.4.0 | |
- bcftools==1.9 | |
- samtools==1.9 | |
- htslib==1.9 | |
- cython==0.29.1 | |
- pip: | |
- git+https://github.com/adamewing/bamsurgeon@d28a1544a4549385dcf867a48b0515a4b9c85d45 | |
- pysam==0.15.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment