view GRsetFromGEO/GRsetFromGEO.xml @ 36:bee48babf30d draft

Uploaded
author testtool
date Sun, 23 Jul 2017 12:51:15 -0400
parents f49921bb80eb
children 10996f6ddcb5
line wrap: on
line source

<tool id="getGRset" name="GRsetFromGEO">
  <description>downloads data from GEO</description>
  <requirements>
  <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
  </requirements>
  <stdio>
  <exit_code range="1:" />
  </stdio>
  <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command>
  <inputs>
    <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
  </inputs>
  <outputs>
    <data format="RDdata" name="output" label="output.RData" />
  </outputs>
  <help>
    **What it does**
    This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
    **Input**
    The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
    **Output**
    GenomicRatioSet object
  </help>
</tool>
Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output"