Mercurial > repos > testtool > geo_data
view GRsetFromGEO/GRsetFromGEO.xml @ 30:ceced09589d9 draft
Uploaded
author | testtool |
---|---|
date | Thu, 13 Apr 2017 12:06:07 -0400 |
parents | 118e636a5f95 |
children | cc4b808cb2ea |
line wrap: on
line source
<tool id="GRset" name="GRsetFromGEO" version="1.16.2"> <requirements> <requirement type="R-module" version="1.15.7">minfi</requirement> </requirements> <stdio> <exit_code range="1:" /> </stdio> <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command> <inputs> <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/> </inputs> <outputs> <data ftype="RData" name="output" label="GenomicRatioSet.RData"/> </outputs> <tests> <test> <param name="test"> <element name="test-data"> <collection type="data"> <element name="GSE" value="GSE51547"/> </collection> </element> </param> <output ftype="RData" name="output" label="test-data/GenomicRatioSet.RData"/> </test> </tests> <help> Reading Illumina methylation array data from GEO </help> <citations> xxx </citations> </tool>