Mercurial > repos > testtool > geo_data
view GRsetFromGEO/GRsetFromGEO.xml @ 36:b3761b109ca9 draft
Uploaded
author | testtool |
---|---|
date | Mon, 24 Apr 2017 08:50:59 -0400 |
parents | 59a5237b72a3 |
children | baded0f1630d |
line wrap: on
line source
<tool id="GRset" name="GRsetFromGEO" version="1.16.2"> <description> Reading Illumina methylation array data from GEO </description> <requirements> <requirement type="package" version="3.2.1">R</requirement> </requirements> <stdio> <exit_code range="1:" /> </stdio> <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command> <inputs> <param optional="false" format="txt" name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"> <validator type="empty_field" message="This field is required."/> </param> </inputs> <outputs> <data format="rdata" name="output" label="GRsetFromGEO.rdata"/> </outputs> <tests> <test> <param name="test"> <element name="test-data"> <collection type="data"> <element name="GSE" value="GSE51547"/> </collection> </element> </param> <output format="rdata" name="output" label="test-data/out.rdata"/> </test> </tests> <help> **Reading Illumina methylation array data from GEO** </help> <citations> DMR </citations> </tool>