annotate findSNPs/findSNPs.xml @ 2:15bb9a34d924 draft

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