Mercurial > repos > testtool > geo_data
diff GRsetFromGEO/GRsetFromGEO.xml @ 55:f84cadc1fdd6 draft
Uploaded
author | testtool |
---|---|
date | Tue, 25 Apr 2017 11:03:34 -0400 |
parents | |
children | d4c5ec2d87d5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GRsetFromGEO/GRsetFromGEO.xml Tue Apr 25 11:03:34 2017 -0400 @@ -0,0 +1,36 @@ +<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="RDdata" 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 type="data" format="RData" name="output" label="test-data/out.RData"/> + </test> + </tests> + <help> +**Description** +</help> +<citations> +GEO +</citations> +</tool>