Skip to content

Commit

Permalink
Update: wes-service-client, bcbio-variation-recall, bcbio (bioconda#1…
Browse files Browse the repository at this point in the history
…0249)

- bcbio-variation-recall: Avoid use of gatk-framework. Fixes bcbio/bcbio-nextgen#2412
- wes-service-client: python2/3 fixes
- bcbio: RNA-seq CWL improvements
  • Loading branch information
chapmanb authored Aug 3, 2018
1 parent c3bc2bd commit 188bb71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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: 1
number: 2
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/affe63d.tar.gz
sha256: c3c53d7e3accfb2ee65d76468631dd6862cf7db16d0fbefe850d03a3a52140c7
url: https://github.com/bcbio/bcbio-nextgen/archive/352bf6a.tar.gz
sha256: 5f60c88b8928df0511a49c7cb3c56a7f1413cfdbf8c87554bef090cdcfb66715

requirements:
host:
Expand Down
8 changes: 5 additions & 3 deletions recipes/bcbio-variation-recall/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{% set version="0.1.9" %}

package:
name: bcbio-variation-recall
version: 0.1.8
version: {{ version }}

source:
url: https://github.com/chapmanb/bcbio.variation.recall/releases/download/v0.1.8/bcbio-variation-recall
md5: f392a6f6ddd6c70dd103c8a885e6db75
url: https://github.com/chapmanb/bcbio.variation.recall/releases/download/v{{ version }}/bcbio-variation-recall
sha256: 683467ef7cfb035b62c95e89a74044b28a3b965ec2eb10e9cfec09676b8d04c2

build:
number: 1
Expand Down
6 changes: 3 additions & 3 deletions recipes/wes-service-client/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version="2.5" %}
{% set revision="296f843" %}
{% set revision="312ff4a" %}

package:
name: wes-service-client
Expand All @@ -8,10 +8,10 @@ package:
source:
#url: https://pypi.io/packages/source/w/wes-service/wes-service-{{ version }}.tar.gz
url: https://github.com/chapmanb/workflow-service/archive/{{ revision }}.tar.gz
sha256: e2de2921894e469c783da12bd3f658fa006ebe263b4f06030b446a839225b99c
sha256: e3acd510dbb99420addffdcb7b61febb95ee6f72000508c33707bb8434c70558

build:
number: 0
number: 1
noarch: python
script: "$PYTHON setup.py install --single-version-externally-managed --record=record.txt"

Expand Down

0 comments on commit 188bb71

Please sign in to comment.