-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added files to build version 0.98.9 * Update meta.yaml * Update meta.yaml
- Loading branch information
1 parent
6e68472
commit ae057a3
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters