Mercurial > repos > testtool > get_gr_set
changeset 3:6521cdfa99a8 draft
Deleted selected files
author | testtool |
---|---|
date | Sun, 11 Jun 2017 06:37:55 -0400 |
parents | 39f1afe94ef4 |
children | 86777f72f33c |
files | getGRsetFromGEO/test-data/getGRsetFromGEO.xml |
diffstat | 1 files changed, 0 insertions(+), 39 deletions(-) [+] |
line wrap: on
line diff
--- a/getGRsetFromGEO/test-data/getGRsetFromGEO.xml Sun Jun 11 06:37:47 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tool id="getGRsetFromGEO" name="getGRsetFromGEO" version="1.18.4"> - <requirements> - <requirement type="package" version="1.20.0">bioconductor-minfi</requirement> - </requirements> -<stdio> - <exit_code range="1:" /> -</stdio> - <command> Rscript $__tool_directory__/getGRsetFromGEO.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="getGRsetFromGEO.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> -**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> -<citations> -<citation type="doi">10.1093/bioinformatics/btu049</citation> -</citations> -</tool>