Mercurial > repos > devteam > emboss_5
comparison emboss_dotpath.xml @ 11:0e2484b6829b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
author | iuc |
---|---|
date | Mon, 30 Jan 2017 13:27:40 -0500 |
parents | 9b98d3d903c6 |
children | 27c43fb015f0 |
comparison
equal
deleted
inserted
replaced
10:9b98d3d903c6 | 11:0e2484b6829b |
---|---|
1 <tool id="EMBOSS: dotpath25" name="dotpath" version="5.0.0"> | 1 <tool id="EMBOSS: dotpath25" name="dotpath" version="5.0.0.1"> |
2 <description>Non-overlapping wordmatch dotplot of two sequences</description> | 2 <description>Non-overlapping wordmatch dotplot of two sequences</description> |
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> | 3 <macros> |
4 <command interpreter="perl">emboss_single_outputfile_wrapper.pl dotpath -asequence $input1 -bsequence $input2 -goutfile $out_file1 -wordsize $wordsize -overlaps $overlaps -boxit $boxit -graph png | 4 <import>macros.xml</import> |
5 -auto</command> | 5 </macros> |
6 <expand macro="requirements" /> | |
7 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' dotpath -asequence '$input1' -bsequence '$input2' -goutfile '$out_file1' -wordsize $wordsize -overlaps $overlaps -boxit $boxit -graph png -auto</command> | |
6 <inputs> | 8 <inputs> |
7 <param format="data" name="input1" type="data"> | 9 <param name="input1" type="data" format="data" label="Sequence 1" /> |
8 <label>Sequence 1</label> | 10 <param name="input2" type="data" format="data" label="Sequence 2" /> |
9 </param> | 11 <param name="wordsize" type="integer" min="2" value="4" label="Word size" /> |
10 <param format="data" name="input2" type="data"> | 12 <param name="overlaps" type="select" label="Display the overlapping matches (in red) as well as the minimal set of non-overlapping matches"> |
11 <label>Sequence 2</label> | |
12 </param> | |
13 <param name="wordsize" type="text" value="4"> | |
14 <label>Word size (Integer 2 or more)</label> | |
15 </param> | |
16 <param name="overlaps" type="select"> | |
17 <label>Display the overlapping matches (in red) as well as the minimal set of non-overlapping matches</label> | |
18 <option value="no">No</option> | 13 <option value="no">No</option> |
19 <option value="yes">Yes</option> | 14 <option value="yes">Yes</option> |
20 </param> | 15 </param> |
21 <param name="boxit" type="select"> | 16 <param name="boxit" type="select" label="Draw a box around dotplot"> |
22 <label>Draw a box around dotplot</label> | |
23 <option value="yes">Yes</option> | 17 <option value="yes">Yes</option> |
24 <option value="no">No</option> | 18 <option value="no">No</option> |
25 </param> | 19 </param> |
26 </inputs> | 20 </inputs> |
27 <outputs> | 21 <outputs> |
28 <data format="png" name="out_file1" /> | 22 <data name="out_file1" format="png" /> |
29 </outputs> | 23 </outputs> |
30 <!-- functional tests not possible since image output contains file name information and timestamp --> | 24 <!-- functional tests not possible since image output contains file name information and timestamp --> |
31 <help> | 25 <help> |
32 You can view the original documentation here_. | 26 You can view the original documentation here_. |
33 | |
34 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotpath.html | |
35 | 27 |
36 ------ | 28 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dotpath.html |
37 | |
38 **Citation** | |
39 | |
40 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>`_ | |
41 | |
42 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>`_ | |
43 </help> | 29 </help> |
30 <expand macro="citations" /> | |
44 </tool> | 31 </tool> |