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: PureCN (multicore) and PURPLE (plotting X libraries) #11631

Merged
merged 1 commit into from
Oct 28, 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/bioconductor-purecn/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set version = "1.11.13" %}
{% set version = "1.11.20" %}
{% set name = "PureCN" %}
{% set bioc = "3.6" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url: https://github.com/lima1/PureCN/archive/3f5ad5e.tar.gz
url: https://github.com/lima1/PureCN/archive/cdd2df3.tar.gz
#url: https://depot.galaxyproject.org/software/bioconductor-purecn/bioconductor-purecn_{{ version }}_src_all.tar.gz
sha256: b84b4c7a98afe66bdde2987505dbae4a7b4ca9c0c21171879b319104545283b4
sha256: 711861830f36d74f3db8d43aad7dd6e9c3aaaceaec28677cf29ad72643730863
build:
number: 1
rpaths:
Expand Down
3 changes: 2 additions & 1 deletion recipes/hmftools-purple/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ source:

build:
noarch: generic
number: 0
number: 1

requirements:
run:
- openjdk >=8
- xorg-libxtst

test:
commands:
Expand Down