comparison emboss_showfeat.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: showfeat85" name="showfeat" version="5.0.0.1">
2 <!-- tool gives memory errors -->
3 <description>Show features of a sequence</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements" />
8 <code file="emboss_format_corrector.py" />
9 <command>showfeat -sequence '$input1' -outfile '$out_file1' -matchsource '$matchsource' -matchtype '$matchtype' -matchtag '$matchtag' -matchvalue '$matchvalue' -sort $sort -annotation '$annotation' -id
10 $id -description $description -scale $scale -width $width -collapse $collapse -forward $forward -reverse $reverse -unknown $unknown -strand $strand -source $source -position $position -type
11 $type -tags $tags -values $values -stricttags $stricttags -html $html_out1 -auto</command>
12 <inputs>
13 <param name="input1" type="data" format="data" label="Sequences" />
14 <param name="html_out1" type="select" label="Format output as an HTML table">
15 <option value="no">No</option>
16 <option value="yes">Yes</option>
17 </param>
18 <param name="matchsource" type="text" value="*" label="Feature source to match" />
19 <param name="matchtype" type="text" value="*" label="Feature type to match" />
20 <param name="matchtag" type="text" value="*" label="Feature tags to match" />
21 <param name="matchvalue" type="text" value="*" label="Tag values to match" />
22 <param name="sort" type="select" label="Sort by">
23 <option value="start">Start position</option>
24 <option value="source">Source</option>
25 <option value="type">Type</option>
26 <option value="nosort">No sorting done</option>
27 <option value="join">Join coding regions together</option>
28 </param>
29 <param name="annotation" type="text" value="" label="Regions to annotate by marking" />
30 <param name="id" type="select" label="Display the ID name of the sequence">
31 <option value="yes">Yes</option>
32 <option value="no">No</option>
33 </param>
34 <param name="description" type="select" label="Display the description of the sequence">
35 <option value="yes">Yes</option>
36 <option value="no">No</option>
37 </param>
38 <param name="scale" type="select" label="Display the scale line">
39 <option value="yes">Yes</option>
40 <option value="no">No</option>
41 </param>
42 <param name="width" type="integer" value="60" label="Screen width" />
43 <param name="collapse" type="select" label="Collapse features">
44 <option value="no">No</option>
45 <option value="yes">Yes</option>
46 </param>
47 <param name="forward" type="select" label="Display forward sense features">
48 <option value="yes">Yes</option>
49 <option value="no">No</option>
50 </param>
51 <param name="reverse" type="select" label="Display reverse sense features">
52 <option value="yes">Yes</option>
53 <option value="no">No</option>
54 </param>
55 <param name="unknown" type="select" label="Display unknown sense features">
56 <option value="yes">Yes</option>
57 <option value="no">No</option>
58 </param>
59 <param name="strand" type="select" label="Display the strand of the features">
60 <option value="no">No</option>
61 <option value="yes">Yes</option>
62 </param>
63 <param name="source" type="select" label="Display the source of the features">
64 <option value="no">No</option>
65 <option value="yes">Yes</option>
66 </param>
67 <param name="position" type="select" label="Display the start and end position of the features">
68 <option value="no">No</option>
69 <option value="yes">Yes</option>
70 </param>
71 <param name="type" type="select" label="Display the type of the features">
72 <option value="yes">Yes</option>
73 <option value="no">No</option>
74 </param>
75 <param name="tags" type="select" label="Display the tags and values of the features">
76 <option value="no">No</option>
77 <option value="yes">Yes</option>
78 </param>
79 <param name="values" type="select" label="Display the tag values of the features">
80 <option value="yes">Yes</option>
81 <option value="no">No</option>
82 </param>
83 <param name="stricttags" type="select" label="Display only those tag/value pairs in a feature that match the specified tag and value">
84 <option value="no">No</option>
85 <option value="yes">Yes</option>
86 </param>
87 </inputs>
88 <outputs>
89 <data name="out_file1" format="showfeat" />
90 </outputs>
91 <help>
92 You can view the original documentation here_.
93
94 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/showfeat.html
95 </help>
96 <expand macro="citations" />
97 </tool>