Mercurial > repos > devteam > emboss_5
comparison emboss_infoseq.xml @ 10:9b98d3d903c6 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
author | devteam |
---|---|
date | Fri, 12 Aug 2016 19:17:10 -0400 |
parents | |
children | 0e2484b6829b |
comparison
equal
deleted
inserted
replaced
9:18a63c800a4d | 10:9b98d3d903c6 |
---|---|
1 <tool id="EMBOSS: infoseq46" name="infoseq" version="5.0.0"> | |
2 <!-- info contains file information always --> | |
3 <description>Displays some simple information about sequences</description> | |
4 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> | |
5 <command>infoseq -sequence $input1 -outfile $out_file1 -html $html_out1 -heading $heading -usa $usa -name $disname -accession $accession -gi $gi -version $version -type $type -length $length -pgc | |
6 $pgc -description $description -auto</command> | |
7 <inputs> | |
8 <param format="data" name="input1" type="data"> | |
9 <label>Sequences</label> | |
10 </param> | |
11 <param name="html_out1" type="select"> | |
12 <label>Format output as an HTML table</label> | |
13 <option value="no">No</option> | |
14 <option value="yes">Yes</option> | |
15 </param> | |
16 <param name="heading" type="select"> | |
17 <label>Display column headings</label> | |
18 <option value="yes">Yes</option> | |
19 <option value="no">No</option> | |
20 </param> | |
21 <param name="usa" type="select"> | |
22 <label>Display the USA of the sequence</label> | |
23 <option value="yes">Yes</option> | |
24 <option value="no">No</option> | |
25 </param> | |
26 <param name="disname" type="select"> | |
27 <label>Display 'name' column</label> | |
28 <option value="yes">Yes</option> | |
29 <option value="no">No</option> | |
30 </param> | |
31 <param name="accession" type="select"> | |
32 <label>Display 'accession' column</label> | |
33 <option value="yes">Yes</option> | |
34 <option value="no">No</option> | |
35 </param> | |
36 <param name="gi" type="select"> | |
37 <label>Display 'GI' column</label> | |
38 <option value="no">No</option> | |
39 <option value="yes">Yes</option> | |
40 </param> | |
41 <param name="version" type="select"> | |
42 <label>Display 'version' column</label> | |
43 <option value="no">No</option> | |
44 <option value="yes">Yes</option> | |
45 </param> | |
46 <param name="type" type="select"> | |
47 <label>Display 'type' column</label> | |
48 <option value="yes">Yes</option> | |
49 <option value="no">No</option> | |
50 </param> | |
51 <param name="length" type="select"> | |
52 <label>Display 'length' column</label> | |
53 <option value="yes">Yes</option> | |
54 <option value="no">No</option> | |
55 </param> | |
56 <param name="pgc" type="select"> | |
57 <label>Display 'percent GC content' column</label> | |
58 <option value="yes">Yes</option> | |
59 <option value="no">No</option> | |
60 </param> | |
61 <param name="description" type="select"> | |
62 <label>Display 'description' column</label> | |
63 <option value="yes">Yes</option> | |
64 <option value="no">No</option> | |
65 </param> | |
66 </inputs> | |
67 <outputs> | |
68 <data format="txt" name="out_file1" /> | |
69 </outputs> | |
70 <code file="emboss_format_corrector.py" /> | |
71 <help> | |
72 You can view the original documentation here_. | |
73 | |
74 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/infoseq.html | |
75 | |
76 ------ | |
77 | |
78 **Citation** | |
79 | |
80 For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ | |
81 | |
82 If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ | |
83 </help> | |
84 </tool> |