Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
pabloaledo committed Jul 13, 2023
1 parent fc5f30b commit 2340f72
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes/bioconductor-ebseq/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
mv DESCRIPTION DESCRIPTION.old
grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
mkdir -p ~/.R
echo -e "CC=$CC
FC=$FC
CXX=$CXX
CXX98=$CXX
CXX11=$CXX
CXX14=$CXX" > ~/.R/Makevars
$R CMD INSTALL --build .
48 changes: 48 additions & 0 deletions recipes/bioconductor-ebseq/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set version = "1.38.0" %}
{% set name = "EBSeq" %}
{% set bioc = "3.16" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/Archive/{{ name }}/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz'
md5: 3dcbccf3dab22b82b2535991266b3f02
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
noarch: generic
requirements:
host:
- 'r-base >=4.1,<4.2'
- r-blockmodeling
- r-gplots
- r-testthat
run:
- 'r-base >=4.1,<4.2'
- r-blockmodeling
- r-gplots
- r-testthat
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'https://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: Artistic-2.0
summary: 'An R package for gene and isoform differential expression analysis of RNA-seq data'
description: 'Differential Expression analysis at both gene and isoform level using RNA-seq data'
extra:
identifiers:
- biotools:ebseq
- doi:10.1093/bioinformatics/btt087
parent_recipe:
name: bioconductor-ebseq
path: recipes/bioconductor-ebseq
version: 1.20.0

0 comments on commit 2340f72

Please sign in to comment.