comparison GRsetFromGEO/GRsetFromGEO.xml @ 28:ab34c2e8e533 draft

Uploaded
author testtool
date Mon, 10 Jul 2017 09:03:10 -0400
parents d492a31c50f1
children 5d796e9a96ae
comparison
equal deleted inserted replaced
27:d492a31c50f1 28:ab34c2e8e533
1 <tool id="getGRset" name="GRsetFromGEO"> 1 <tool id="getGRset" name="GRsetFromGEO">
2 <description>downloads data from GEO</description> 2 <description>downloads data from GEO</description>
3 <requirements>
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
5 </requirements>
3 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command> 6 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command>
4 <inputs> 7 <inputs>
5 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/> 8 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
6 </inputs> 9 </inputs>
7 <outputs> 10 <outputs>