annotate findSNPs/findSNPs.xml @ 4:c70d0aba0e82 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 16:39:15 -0400
parents 3e5470e49ba5
children
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"?>
3
3e5470e49ba5 Uploaded
testtool
parents: 2
diff changeset
2 <tool id="findSNPs" name="findSNPs" version="1.20.0">
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>
4
c70d0aba0e82 Uploaded
testtool
parents: 3
diff changeset
11 <param format="RDdata" name="input" type="data" label="Genomic Ratio Set" help="e.g. 'GRsetFromGEO tool output'"/>
2
15bb9a34d924 Uploaded
testtool
parents:
diff changeset
12 </inputs>
15bb9a34d924 Uploaded
testtool
parents:
diff changeset
13 <outputs>
4
c70d0aba0e82 Uploaded
testtool
parents: 3
diff changeset
14 <data format="text" type="data" name="output" label="findSNPs.txt"/>
2
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">
4
c70d0aba0e82 Uploaded
testtool
parents: 3
diff changeset
21 <element name="input" type="data" format="RData" label="test-data/out.RData"> </element>
2
15bb9a34d924 Uploaded
testtool
parents:
diff changeset
22 </collection>
15bb9a34d924 Uploaded
testtool
parents:
diff changeset
23 </element>
15bb9a34d924 Uploaded
testtool
parents:
diff changeset
24 </param>
3
3e5470e49ba5 Uploaded
testtool
parents: 2
diff changeset
25 <output name="output" type="data" format="text" label="test-data/findSNPs.txt"/>
2
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>