Mercurial > repos > devteam > emboss_5
comparison emboss_etandem.xml @ 10:d49956b87f7e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
author | iuc |
---|---|
date | Wed, 08 Feb 2017 12:42:22 -0500 |
parents | |
children | 8992d258e42f |
comparison
equal
deleted
inserted
replaced
9:511429456d3c | 10:d49956b87f7e |
---|---|
1 <tool id="EMBOSS: etandem33" name="etandem" version="5.0.0.1"> | |
2 <description>Looks for tandem repeats in a nucleotide sequence</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <code file="emboss_format_corrector.py" /> | |
8 <command>etandem -sequence '$input1' -outfile '$out_file1' -origfile '$ofile2' -minrepeat $minrepeat -maxrepeat $maxrepeat -threshold $threshold -mismatch $mismatch -uniform $uniform -rformat2 $out_format1 -auto</command> | |
9 <inputs> | |
10 <param name="input1" type="data" format="fasta" label="Sequence" /> | |
11 <param name="minrepeat" type="integer" value="10" label="Minimum repeat size" /> | |
12 <param name="maxrepeat" type="integer" value="10" label="Maximum repeat size" /> | |
13 <param name="threshold" type="integer" value="20" label="Threshold score" /> | |
14 <param name="mismatch" type="select" label="Allow N as a mismatch"> | |
15 <option value="no">No</option> | |
16 <option value="yes">Yes</option> | |
17 </param> | |
18 <param name="uniform" type="select" label="Allow uniform consensus"> | |
19 <option value="no">No</option> | |
20 <option value="yes">Yes</option> | |
21 </param> | |
22 <param name="out_format1" type="select" label="Output report file format"> | |
23 <option value="table">Table</option> | |
24 <option value="embl">EMBL</option> | |
25 <option value="genbank">GENBANK</option> | |
26 <option value="gff">GFF</option> | |
27 <option value="pir">PIR</option> | |
28 <option value="swiss">SwissProt</option> | |
29 <option value="dbmotif">DbMotif</option> | |
30 <option value="diffseq">Diffseq</option> | |
31 <option value="excel">Excel (tab delimited)</option> | |
32 <option value="feattable">FeatTable</option> | |
33 <option value="motif">Motif</option> | |
34 <option value="regions">Regions</option> | |
35 <option value="seqtable">SeqTable</option> | |
36 <option value="simple">SRS Simple</option> | |
37 <option value="srs">SRS</option> | |
38 <option value="tagseq">TagSeq</option> | |
39 </param> | |
40 </inputs> | |
41 <outputs> | |
42 <data name="out_file1" format="etandem" /> | |
43 <data name="ofile2" format="table" /> | |
44 </outputs> | |
45 <tests> | |
46 <test> | |
47 <param name="input1" value="1.fasta"/> | |
48 <param name="minrepeat" value="10"/> | |
49 <param name="maxrepeat" value="10"/> | |
50 <param name="threshold" value="20"/> | |
51 <param name="mismatch" value="no"/> | |
52 <param name="uniform" value="no"/> | |
53 <param name="out_format1" value="table"/> | |
54 <output name="ofile2" file="emboss_etandem_out.table"/> | |
55 </test> | |
56 </tests> | |
57 <help> | |
58 .. class:: warningmark | |
59 | |
60 The input dataset needs to be sequences. | |
61 | |
62 ----- | |
63 | |
64 You can view the original documentation here_. | |
65 | |
66 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/etandem.html | |
67 </help> | |
68 <expand macro="citations" /> | |
69 </tool> |