view GRsetFromGEO/GRsetFromGEO.xml @ 38:baded0f1630d draft

Uploaded
author testtool
date Mon, 24 Apr 2017 09:17:26 -0400
parents b3761b109ca9
children 925945cca45f
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>
        </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>