Mercurial > repos > testtool > block_finder
comparison findBlocks/findBlocks.xml @ 0:fea57210de6c draft
Uploaded
author | testtool |
---|---|
date | Sun, 11 Jun 2017 08:53:04 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fea57210de6c |
---|---|
1 <tool id="findBlocks" name="findBlocks" version="1.18.4"> | |
2 <requirements> | |
3 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement> | |
4 </requirements> | |
5 <stdio> | |
6 <exit_code range="1:" /> | |
7 </stdio> | |
8 <command> Rscript $__tool_directory__/findBlocks.R "$input" "$output" </command> | |
9 <inputs> | |
10 <param name="input" format="RData"label="getGenomicRatioSet.RData" help="e.g. 'GSE51547'"/> | |
11 </inputs> | |
12 <outputs> | |
13 <data format="txt" name="output" label="findBlocks.txt"/> | |
14 </outputs> | |
15 <tests> | |
16 <test> | |
17 <param name="test"> | |
18 <element name="test-data"> | |
19 <collection type="data"> | |
20 <element format="RData" name="input" label="test-data/GenomicRatioSet.Rdata"/> | |
21 </collection> | |
22 </element> | |
23 </param> | |
24 <output format="txt" name="output" label="test-data/findBlocks.txt"/> | |
25 </test> | |
26 </tests> | |
27 <help> | |
28 **What it does** | |
29 Finds blocks (large scale regions) of methylation differences for Illumina methylation arrays. | |
30 **Input** | |
31 GenomicRatioSet object e.g. output from getGRsetFromGEO tool | |
32 **Output** | |
33 Text file | |
34 </help> | |
35 <citations> | |
36 <citation type="doi">10.1093/bioinformatics/btu049</citation> | |
37 </citations> | |
38 </tool> |