Mercurial > repos > testtool > find_snp
comparison findSNPs/findSNPs.xml @ 2:15bb9a34d924 draft
Uploaded
author | testtool |
---|---|
date | Sun, 11 Jun 2017 11:49:04 -0400 |
parents | |
children | 3e5470e49ba5 |
comparison
equal
deleted
inserted
replaced
1:f757b9219746 | 2:15bb9a34d924 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <tool id="findSNPs" name="findSNPs" version="1.16.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> | |
11 <param name="input" type="RDdata" value="" label="Genomic Ratio Set" help="e.g. 'GRsetFromGEO tool output'"/> | |
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"> | |
21 <element name="input" format="RData" name="output" label="test-data/out.RData"> </element> | |
22 </collection> | |
23 </element> | |
24 </param> | |
25 <output type="data" format="text" name="output" label="test-data/findSNPs.txt"/> | |
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> |