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

conda env #20

Merged
merged 2 commits into from
Aug 31, 2021
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
25 changes: 25 additions & 0 deletions conda/environment-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: recetox-aplcms-build
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- anaconda-client
- conda-build
- conda-verify
- r-base >=3.5
- r-mass
- r-rgl
- bioconductor-mzR
- r-splines2
- r-doparallel
- r-foreach
- r-iterators
- r-snow
- r-gbm
- r-e1071
- r-randomForest
- r-rocr
- r-rocs
- r-rcpp
- r-arrow
24 changes: 24 additions & 0 deletions conda/environment-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: recetox-aplcms
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- r-base >= 3.5
- r-devtools
- r-biocmanager
- r-mass
- r-rgl
- bioconductor-mzR
- r-splines2
- r-doparallel
- r-foreach
- r-iterators
- r-snow
- r-gbm
- r-e1071
- r-randomForest
- r-rocr
- r-rocs
- r-rcpp
- r-arrow
72 changes: 72 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{% set name = "recetox-aplcms" %}
{% set version = "0.9.3" %}
{% set github = "https://github.com/RECETOX/recetox-aplcms" %}

package:
name: "r-{{ name|lower }}"
version: "{{ version }}"

source:
path: ..

build:
number: 0
noarch: generic
rpaths:
- lib/
- lib/R/lib/
script: R CMD INSTALL --build .


requirements:
host:
- r-base >=3.5
- r-mass
- r-rgl
- bioconductor-mzR
- r-splines2
- r-doparallel
- r-foreach
- r-iterators
- r-snow
- r-gbm
- r-e1071
- r-randomForest
- r-rocr
- r-rocs
- r-rcpp

run:
- r-base >=3.5
- r-devtools
- r-biocmanager
- r-mass
- r-rgl
- bioconductor-mzR
- r-splines2
- r-doparallel
- r-foreach
- r-iterators
- r-snow
- r-gbm
- r-e1071
- r-randomForest
- r-rocr
- r-rocs
- r-rcpp
- r-arrow

test:
commands:
- $R -e "library(recetox.aplcms)"

about:
home: "{{ github }}"
license: GPL2.0
summary: apLCMS is a software which generates a feature table from a batch of LC/MS spectra. A modified fork of the original apLCMS by Tianwei Yu.

extra:
maintainers:
- RECETOX/conda
identifiers:
- doi:10.1093/bioinformatics/btp291