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: bcbio, bcbio-vm with WES support #10274

Merged
merged 1 commit into from
Aug 6, 2018
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
6 changes: 3 additions & 3 deletions recipes/bcbio-nextgen-vm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package:
version: '0.1.0a'

build:
number: 124
number: 125
skip: True # [not py27]

source:
url: https://github.com/bcbio/bcbio-nextgen-vm/archive/71abb7d.tar.gz
md5: d4f0523d47ad5eadd0c9f49d20f06f9f
url: https://github.com/bcbio/bcbio-nextgen-vm/archive/cf5dbe3.tar.gz
sha256: 09e736edc48559a66f0ac807addd971458f2fb76772100639233b0d972450416

requirements:
host:
Expand Down
6 changes: 3 additions & 3 deletions recipes/bcbio-nextgen/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package:
version: '1.1.1a'

build:
number: 2
number: 3
skip: true # [not py27]

source:
#url: https://pypi.io/packages/source/b/bcbio-nextgen/bcbio-nextgen-1.1.0.tar.gz
url: https://github.com/bcbio/bcbio-nextgen/archive/352bf6a.tar.gz
sha256: 5f60c88b8928df0511a49c7cb3c56a7f1413cfdbf8c87554bef090cdcfb66715
url: https://github.com/bcbio/bcbio-nextgen/archive/ee6d67c.tar.gz
sha256: 00bdd5cc88eb6a74cd4673139227da5b945e333fc0b036f6c51eb3c947c32167

requirements:
host:
Expand Down