view GRsetFromGEO/GRsetFromGEO.xml @ 32:be1ca0e7829b draft

Uploaded
author testtool
date Thu, 13 Apr 2017 12:50:58 -0400
parents cc4b808cb2ea
children
line wrap: on
line source

<tool id="GRset" name="GRsetFromGEO" version="1.16.2">
  <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="txt" name="output" 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="output" label="test-data/GSMTable.txt"/>
        </test>
    </tests>
  <help>
Reading Illumina methylation array data from GEO.
</help>
<citations>
Aryee, Martin J., et al. "Minfi: a flexible and comprehensive Bioconductor package for the analysis of Infinium DNA methylation microarrays." Bioinformatics 30.10 (2014): 1363-1369.
</citations>
</tool>