Mercurial > repos > devteam > emboss_5
comparison emboss_dotmatcher.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: dotmatcher24" name="dotmatcher" version="5.0.0"> | 1 <tool id="EMBOSS: dotmatcher24" name="dotmatcher" version="5.0.0.1"> |
2 <description>Displays a thresholded dotplot of two sequences</description> | 2 <description>Displays a thresholded 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 dotmatcher -asequence $input1 -bsequence $input2 -goutfile $out_file1 -windowsize $windowsize -threshold $threshold -graph png -xygraph 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' dotmatcher -asequence '$input1' -bsequence '$input2' -goutfile '$out_file1' -windowsize $windowsize -threshold $threshold -graph png -xygraph 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="windowsize" type="integer" value="10" label="Window size" /> |
10 <param format="data" name="input2" type="data"> | 12 <param name="threshold" type="integer" value="23" label="Threshold" /> |
11 <label>Sequence 2</label> | |
12 </param> | |
13 <param name="windowsize" type="text" value="10"> | |
14 <label>Window size</label> | |
15 </param> | |
16 <param name="threshold" type="text" value="23"> | |
17 <label>Threshold</label> | |
18 </param> | |
19 </inputs> | 13 </inputs> |
20 <outputs> | 14 <outputs> |
21 <data format="png" name="out_file1" /> | 15 <data name="out_file1" format="png" /> |
22 </outputs> | 16 </outputs> |
23 <!-- functional tests not possible since image output contains file name information and timestamp --> | 17 <!-- functional tests not possible since image output contains file name information and timestamp --> |
24 <help> | 18 <help> |
25 You can view the original documentation here_. | 19 You can view the original documentation here_. |
26 | |
27 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotmatcher.html | |
28 | 20 |
29 ------ | 21 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/dotmatcher.html |
30 | |
31 **Citation** | |
32 | |
33 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>`_ | |
34 | |
35 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>`_ | |
36 </help> | 22 </help> |
23 <expand macro="citations" /> | |
37 </tool> | 24 </tool> |