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

Update dependencies. #16007

Merged
merged 8 commits into from
Jun 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ recipes/transcomb
# compilation or other errors in bulk
recipes/xxmotif
recipes/phylip
recipes/seq-seq-pan
recipes/metasnv
recipes/gqt
recipes/diamond_add_taxonomy
Expand Down
13 changes: 7 additions & 6 deletions recipes/seq-seq-pan/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ source:
md5: 3d2b2c835d9a7f8412551e9462202c60

build:
number: 2
skip: True # [osx or py27]
number: 3
noarch: python

requirements:
host:
- python
- python >=3

run:
- python
- python >=3
- biopython ==1.69
- blat ==35
- snakemake
- openjdk
- argparse
- mauvealigner ==1.2.0
- libgenome=1.3.1=h470a237_0
dpryan79 marked this conversation as resolved.
Show resolved Hide resolved

test:
commands:
Expand All @@ -36,4 +36,5 @@ test:
about:
home: https://gitlab.com/chrjan/seq-seq-pan
license: FreeBSD
summary: seq-seq-pan is a workflow for the SEQuential alignment of SEQuences to build a PAN-genome data structure and a whole-genome-alignment.
summary: seq-seq-pan
description: seq-seq-pan is a workflow for the SEQuential alignment of SEQuences to build a PAN-genome data structure and a whole-genome-alignment.