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

a few updates, modify blacklist #12865

Merged
merged 1 commit into from
Dec 30, 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
24 changes: 14 additions & 10 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ recipes/bioconductor-mmnet
recipes/bioconductor-rcytoscape
recipes/bioconductor-browservizdemo
recipes/bioconductor-pannbuilder
recipes/bioconductor-splicer

# Old bioconductor version that's no longer available
recipes/bioconductor-edger/3.12.1
Expand Down Expand Up @@ -916,20 +917,23 @@ recipes/bioconductor-flowvs
recipes/bioconductor-opencyto
recipes/bioconductor-cytoml
recipes/bioconductor-platecore
recipes/bioconductor-ping

# missing r-* deps
recipes/bioconductor-mcagui
recipes/bioconductor-rexposome
recipes/bioconductor-scpipe
recipes/bioconductor-mapkl
# recipes/bioconductor-mcagui
# recipes/bioconductor-rexposome
# recipes/bioconductor-scpipe
# recipes/bioconductor-mapkl
recipes/bioconductor-gqtlstats
recipes/bioconductor-gwascats
recipes/bioconductor-vtpnet

# Waiting on gcc7 builds of deps
recipes/bioconductor-trena
recipes/bioconductor-ritan
recipes/bioconductor-mirsponge
recipes/bioconductor-biocancer
recipes/bioconductor-artms

# recipes/bioconductor-trena
# recipes/bioconductor-ritan
# recipes/bioconductor-mirsponge
# recipes/bioconductor-biocancer
# recipes/bioconductor-artms

# JVM errors
recipes/bioconductor-rgmql
Expand Down
4 changes: 2 additions & 2 deletions recipes/bioconductor-cicero/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.13" %}
{% set version = "1.0.14" %}
{% set name = "cicero" %}
{% set bioc = "3.8" %}

Expand All @@ -10,7 +10,7 @@ source:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name }}/bioconductor-{{ name }}_{{ version }}_src_all.tar.gz'
md5: 0adf35ffd0c0887513a9be7f558164ee
md5: b1fc55ada12056f198b3e707f0de715d
build:
number: 0
rpaths:
Expand Down