Mercurial > repos > testtool > geo_data
view GRsetFromGEO/GRsetFromGEO.xml @ 48:af3db4a42f9e draft
Uploaded
author | testtool |
---|---|
date | Mon, 24 Apr 2017 11:31:56 -0400 |
parents | 6133bb91d065 |
children | 7aeee7c02c4d |
line wrap: on
line source
<tool id="GetGEO" 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 name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/> </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> **Description** </help> <citations> GEO </citations> </tool>