Skip to content

Commit

Permalink
Update: cromwell (35), bcbio (bioconda#11183)
Browse files Browse the repository at this point in the history
- cromwell: adds support for gs and http URLs in workflows
- bcbio: supports cromwell 35 with back compatibility for older
  version. Avoids speed issue on 35 pre-processing. Fixes
  bcbio/bcbio-nextgen#2527
  • Loading branch information
chapmanb committed Oct 2, 2018
1 parent 0dc72eb commit 08e3021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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: 10
number: 11
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/314b4ec.tar.gz
sha256: 449a326f440ed71d1d57b334e7aebf7b97300c3c7560f236a806b11eb4994942
url: https://github.com/bcbio/bcbio-nextgen/archive/3f436af.tar.gz
sha256: d445fbc9a46bb8d3e6a6d06893154b6cdba0239d12e5aa691ae78ed6d1480807

requirements:
host:
Expand Down
6 changes: 3 additions & 3 deletions recipes/cromwell/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "34" %}
{% set sha256 = "502da5dfd5ea4de991d48e6eefa35aaf299be79c61c6137dc074d3aa09925862" %}
{% set version = "35" %}
{% set sha256 = "5ef5afb286a04bf63ab175082597bd9ced5001db35ef34f9a596232aaf2a132c" %}

package:
name: cromwell
version: 0.{{ version }}

build:
noarch: python
number: 1
number: 0

source:
url: https://github.com/broadinstitute/cromwell/archive/{{ version }}.tar.gz
Expand Down

0 comments on commit 08e3021

Please sign in to comment.