Skip to content

Commit

Permalink
W4mclassfilter v0.98.9 (#11385)
Browse files Browse the repository at this point in the history
* Added files to build version 0.98.9

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
eschen42 authored and karel-brinda committed Oct 31, 2018
1 parent 6e68472 commit ae057a3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions recipes/w4mclassfilter/0.98.8/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% set version = "0.98.8" %}
{% set md5 = "68f6b051aee6181c39f3f4bce01112ba" %}

package:
name: w4mclassfilter
version: {{ version }}

source:
url: https://github.com/HegemanLab/w4mclassfilter/releases/download/v{{ version }}/w4mclassfilter_{{ version }}.tar.gz
md5: {{ md5 }}

build:
number: 1
rpaths:
- lib/R/lib/
- lib/
script:
- $R CMD INSTALL --build .

requirements:
build:
- r-base
run:
- r-base

test:
commands:
- '$R -e "library(w4mclassfilter)"'

about:
home: https://github.com/HegemanLab/w4mclassfilter
license: MIT
summary: 'Filter Workflow4Metabolomics dataMatrix, sampleMetadata, and
variableMetadata files by sample-class, imputing zero for NA values and
eliminating zero-variance rows and columns from the data-matrix.
MIT Licence allows redistribution.'
6 changes: 3 additions & 3 deletions recipes/w4mclassfilter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.98.8" %}
{% set md5 = "68f6b051aee6181c39f3f4bce01112ba" %}
{% set version = "0.98.9" %}
{% set md5 = "b92f3f5cbdabb55a2f38fe7340ee3a3a" %}

package:
name: w4mclassfilter
Expand All @@ -10,7 +10,7 @@ source:
md5: {{ md5 }}

build:
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/
Expand Down

0 comments on commit ae057a3

Please sign in to comment.