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

titancna: fix for hg38, remove conda build hacks #11447

Merged
merged 2 commits into from
Oct 20, 2018
Merged
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
26 changes: 5 additions & 21 deletions recipes/bioconductor-titancna/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url: https://github.com/gavinha/TitanCNA/archive/8396703.tar.gz
url: https://github.com/gavinha/TitanCNA/archive/b39a30d.tar.gz
# - 'http://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
# - 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
# - 'https://depot.galaxyproject.org/software/{{ name }}/{{ name }}_{{ version }}_src_all.tar.gz'
sha256: 48316f9e6b0fc23aa8c1434f7610c074eb74c26c3652c408f7ca9b52394d9ea6
sha256: 70ffd6417ea10c0106ecac313677054ce3206aceb47e0b11deb1bac17f81f6e4
build:
number: 0
number: 1
rpaths:
- lib/R/lib/
- lib/
requirements:
host:
- r-base 3.4.*
- r-base 3.4.1
- perl # for adding in correct path references to scripts
- 'bioconductor-genomeinfodb >=1.8.7'
- 'bioconductor-genomicranges >=1.24.3'
Expand All @@ -32,24 +32,8 @@ requirements:
- r-domc
- bioconductor-snpchip
- r-stringr
# XXX build section shouldn't be necessary but host not
# loaded into build environment for some reason
build:
- r-base 3.4.*
- 'bioconductor-genomeinfodb >=1.8.7'
- 'bioconductor-genomicranges >=1.24.3'
- 'bioconductor-iranges >=2.6.1'
- 'bioconductor-rsamtools >=1.24.0'
- 'bioconductor-variantannotation >=1.18.7'
- 'r-foreach >=1.4.3'
- r-data.table
- r-dplyr
- r-optparse
- r-domc
- bioconductor-snpchip
- r-stringr
run:
- r-base 3.4.*
- r-base 3.4.1
- 'bioconductor-genomeinfodb >=1.8.7'
- 'bioconductor-genomicranges >=1.24.3'
- 'bioconductor-iranges >=2.6.1'
Expand Down