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 (1.1.3 release), bcbio-vm (AWS support) #13394

Merged
merged 1 commit into from
Jan 29, 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
9 changes: 5 additions & 4 deletions recipes/bcbio-nextgen-vm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: bcbio-nextgen-vm
version: '0.1.1'
version: '0.1.2a'

build:
number: 1

source:
url: https://github.com/bcbio/bcbio-nextgen-vm/archive/dbbc857.tar.gz
sha256: 917b7edd143d8120072790c4c39732bd7c2cb4152a149e9975c3bdd3422930b7
url: https://github.com/bcbio/bcbio-nextgen-vm/archive/c251103.tar.gz
sha256: ca54003f9ec1176b769474b3db804fdaad8339330aae6bb5091ed7bb473ee944

requirements:
host:
Expand All @@ -16,10 +16,11 @@ requirements:

run:
- python
- bcbio-nextgen >1.1.2
- bcbio-nextgen >=1.1.3
- python-dateutil >=2.5.0
- ipyparallel >=6.0.2
- pysam >=0.15.2
- boto3
# cwltool and schema salad dependencies for latest arvados
- cachecontrol ==0.11.7
- pathlib2 ==2.3.2
Expand Down
10 changes: 5 additions & 5 deletions recipes/bcbio-nextgen/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package:
name: bcbio-nextgen
version: '1.1.3a'
version: '1.1.3'

build:
number: 4
number: 0

source:
#url: https://pypi.io/packages/source/b/bcbio-nextgen/bcbio-nextgen-1.1.2.tar.gz
url: https://github.com/bcbio/bcbio-nextgen/archive/c3287b5.tar.gz
sha256: d120460fe573ceb6acf16065d533eb14101ec62a4ce2d98e93e115b5cf6a8f22
url: https://pypi.io/packages/source/b/bcbio-nextgen/bcbio-nextgen-1.1.3.tar.gz
#url: https://github.com/bcbio/bcbio-nextgen/archive/c3287b5.tar.gz
sha256: df2e944e3a60daf33e382b1d00007d5ac1f794b2f1359c8944ade51ce59dae41

requirements:
host:
Expand Down