Skip to content

Commit

Permalink
Update: PureCN (multicore) and PURPLE (plotting X libraries) (#11631)
Browse files Browse the repository at this point in the history
- PureCN: adds support for specifying cores on command line
- PURPLE: adds X library dependencies required for creating
  plots
  • Loading branch information
chapmanb authored Oct 28, 2018
1 parent 2739bb4 commit ef07f7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit ef07f7d

Please sign in to comment.