Mercurial > repos > testtool > get_gsm
view getGSMdata/getGSMdata.xml @ 26:ac5415190777 draft
Uploaded
author | testtool |
---|---|
date | Wed, 15 Feb 2017 10:21:18 -0500 |
parents | 9098bc982b6a |
children | fd7bfd438a65 |
line wrap: on
line source
<tool id="GSM" name="getGSMdata" version="1.16.2"> <description> from GEO </description> <requirements> <requirement type="package" version="3.2.1">R</requirement> </requirements> <stdio> <exit_code range="1:" /> </stdio> <command> Rscript $__tool_directory__/getGSMdata.R "$GSE" "$GSMTable" </command> <inputs> <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/> </inputs> <outputs> <data format="tab" name="GSMTable" label="GSMTable.tab"/> </outputs> <tests> <test> <param name="test"> <element name="test-data"> <collection type="data"> <element name="GSE" value="GSE51547"/> </collection> </element> </param> <output format="txt" name="GSMTable" label="test-data/GSMTable.txt"/> </test> </tests> <help> **Description** </help> <citations> GEO </citations> </tool>