comparison emboss_water.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: water107" name="water" version="5.0.0"> 1 <tool id="EMBOSS: water107" name="water" version="5.0.0.1">
2 <description>Smith-Waterman local alignment</description> 2 <description>Smith-Waterman local alignment</description>
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> 3 <macros>
4 <command>water -asequence $input1 -bsequence $input2 -outfile $out_file1 -gapopen "$gapopen" -gapextend "$gapextend" -brief $brief -aformat3 $out_format1 -auto</command> 4 <import>macros.xml</import>
5 </macros>
6 <expand macro="requirements" />
7 <code file="emboss_format_corrector.py" />
8 <command>water -asequence '$input1' -bsequence '$input2' -outfile '$out_file1' -gapopen $gapopen -gapextend $gapextend -brief $brief -aformat3 $out_format1 -auto</command>
5 <inputs> 9 <inputs>
6 <param format="fasta" name="input1" type="data"> 10 <param name="input1" type="data" format="fasta" label="Sequence 1" />
7 <label>Sequence 1</label> 11 <param name="input2" type="data" format="fasta" label="Sequence 2" />
8 </param> 12 <param name="gapopen" type="float" value="10.0" label="Gap open penalty" />
9 <param format="fasta" name="input2" type="data"> 13 <param name="gapextend" type="float" value="0.5" label="Gap extension penalty" />
10 <label>Sequence 2</label> 14 <param name="brief" type="select" label="Brief identity and similarity">
11 </param>
12 <param name="gapopen" type="text" value="10.0">
13 <label>Gap open penalty</label>
14 </param>
15 <param name="gapextend" type="text" value="0.5">
16 <label>Gap extension penalty</label>
17 </param>
18 <param name="brief" type="select">
19 <label>Brief identity and similarity</label>
20 <option value="yes">Yes</option> 15 <option value="yes">Yes</option>
21 <option value="no">No</option> 16 <option value="no">No</option>
22 </param> 17 </param>
23 <param name="out_format1" type="select"> 18 <param name="out_format1" type="select" label="Output alignment file format">
24 <label>Output Alignment File Format</label>
25 <option value="srs">SRS (m)</option> 19 <option value="srs">SRS (m)</option>
26 <option value="simple">Simple (m)</option> 20 <option value="simple">Simple (m)</option>
27 <option value="fasta">FASTA (m)</option> 21 <option value="fasta">FASTA (m)</option>
28 <option value="msf">MSF (m)</option> 22 <option value="msf">MSF (m)</option>
29 <option value="pair">Pair (p)</option> 23 <option value="pair">Pair (p)</option>
35 <option value="srspair">SRS pair (p)</option> 29 <option value="srspair">SRS pair (p)</option>
36 <option value="score">Score (p)</option> 30 <option value="score">Score (p)</option>
37 </param> 31 </param>
38 </inputs> 32 </inputs>
39 <outputs> 33 <outputs>
40 <data format="srs" name="out_file1" /> 34 <data name="out_file1" format="srs" />
41 </outputs> 35 </outputs>
42 <tests> 36 <tests>
43 <test> 37 <test>
44 <param name="input1" value="2.fasta"/> 38 <param name="input1" value="2.fasta"/>
45 <param name="input2" value="1.fasta"/> 39 <param name="input2" value="1.fasta"/>
48 <param name="brief" value="no"/> 42 <param name="brief" value="no"/>
49 <param name="out_format1" value="score"/> 43 <param name="out_format1" value="score"/>
50 <output name="out_file1" file="emboss_water_out.score"/> 44 <output name="out_file1" file="emboss_water_out.score"/>
51 </test> 45 </test>
52 </tests> 46 </tests>
53 <code file="emboss_format_corrector.py" />
54 <help> 47 <help>
48 .. class:: warningmark
55 49
56 .. class:: warningmark 50 The input datasets need to be sequences.
57 51
58 The input datasets need to be sequences. 52 -----
59
60 -----
61 53
62 You can view the original documentation here_. 54 You can view the original documentation here_.
63
64 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/water.html
65 55
66 ------ 56 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/water.html
67
68 **Citation**
69
70 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. &lt;http://www.ncbi.nlm.nih.gov/pubmed/10827456&gt;`_
71
72 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. &lt;http://www.ncbi.nlm.nih.gov/pubmed/17568012&gt;`_
73 </help> 57 </help>
58 <expand macro="citations" />
74 </tool> 59 </tool>