Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump medaka version #13810

Merged
merged 3 commits into from
Feb 26, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update medaka reqs
  • Loading branch information
cjw85 committed Feb 26, 2019
commit b5969d00add32fae1038c45a82620348f23671a0
15 changes: 4 additions & 11 deletions recipes/medaka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ build:

requirements:
host:
- biopython
- cffi
- h5py ==2.7.1
- intervaltree >=3.0.0
- keras ==2.2.4
- numpy ==1.16.1
- pip
- pysam
- python
- tensorflow ==1.12.0
- htslib ==1.3.1
- htslib ==1.9
- bzip2
- xz
- zlib
Expand All @@ -48,10 +41,10 @@ requirements:
- pysam
- python
- tensorflow ==1.12.0
- samtools ==1.3.1
- bcftools ==1.3.1
- samtools ==1.9
- bcftools ==1.9
- minimap2 ==2.11
- htslib ==1.3.1
- htslib ==1.9
- bzip2
- xz
- zlib
Expand Down