Mercurial > repos > testtool > get_gsm
view getGSMdata/getGSMdata.xml @ 31:c4d23e99db4f draft
Uploaded
author | testtool |
---|---|
date | Sun, 23 Jul 2017 12:15:24 -0400 |
parents | 0f52e287968e |
children | 9a7c1a7347b6 |
line wrap: on
line source
<tool id="GSM" name="getGSMdata" version="1.16.2"> <requirements> <requirement type="package" version="1.1.0">r-rentrez</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="txt" name="GSMTable" label="GSMTable.txt"/> </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>