2
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
3
|
2 <tool id="findSNPs" name="findSNPs" version="1.20.0">
|
2
|
3 <requirements>
|
|
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
|
|
5 </requirements>
|
|
6 <stdio>
|
|
7 <exit_code range="1:" />
|
|
8 </stdio>
|
|
9 <command> Rscript $__tool_directory__/findSNPs.R "$input" "$output" </command>
|
|
10 <inputs>
|
3
|
11 <param format="RDdata" name="input" label="Genomic Ratio Set" help="e.g. 'GRsetFromGEO tool output'"/>
|
2
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="text" name="output" label="findSNPs.txt"/>
|
|
15 </outputs>
|
|
16 <tests>
|
|
17 <test>
|
|
18 <param name="test">
|
|
19 <element name="test-data">
|
|
20 <collection type="data">
|
3
|
21 <element name="input" format="RData" label="test-data/out.RData"> </element>
|
2
|
22 </collection>
|
|
23 </element>
|
|
24 </param>
|
3
|
25 <output name="output" type="data" format="text" label="test-data/findSNPs.txt"/>
|
2
|
26 </test>
|
|
27 </tests>
|
|
28 <help>
|
|
29 **What it does**
|
|
30 Function To Retrieve The Chromosome And The Position Of Each SNP On A Given Affymetrix SNP Array
|
|
31 **Input**
|
|
32 GenomicRatioSet object
|
|
33 **Output**
|
|
34 Text file containing information on which probes contains SNPs
|
|
35 </help>
|
|
36 <citations>
|
|
37 <citation type="doi">10.1093/bioinformatics/btu049</citation>
|
|
38 </citations>
|
|
39 </tool>
|