annotate emboss_needleall.xml @ 0:76373359fce2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
author iuc
date Mon, 20 Jan 2025 16:21:51 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
1 <tool id="emboss_needleall" name="EMBOSS: needleall" version="@VERSION@+galaxy0" profile="@PROFILE@">
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
2 <description>Many-to-many Needleman-Wunsch global alignment</description>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
3 <macros>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
4 <import>macros.xml</import>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
5 </macros>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
6 <expand macro="bio_tools" />
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
7 <expand macro="requirements" />
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
8 <version_command>needleall -version</version_command>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
10 needleall
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
11 -asequence '$asequence'
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
12 -bsequence '$bsequence'
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
13 -outfile '$out_file1'
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
14 -gapopen $gapopen
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
15 -gapextend $gapextend
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
16 -brief $brief
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
17 -aformat3 $out_format1
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
18 -auto
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
19 #if $datafile
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
20 -datafile $datafile
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
21 #end if
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
22 #if $endgap.endweight == 'yes'
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
23 -endopen $endgap.endopen
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
24 -endextend $endgap.endextend
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
25 #end if
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
26 -minscore $minscore
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
27 ]]></command>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
28 <inputs>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
29 <param argument="-asequence" type="data" format="fasta,fastq" label="Sequence set 1" />
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
30 <param argument="-bsequence" type="data" format="fasta,fastq" label="Sequence set 2" />
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
31
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
32 <expand macro="scoring_matrix"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
33 <expand macro="gap_penalties"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
34 <expand macro="endgap_penalties"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
35 <expand macro="param_brief"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
36
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
37 <param argument="-minscore" type="float" value="1.0" min="-10.0" max="100.0" label="Minimum alignment score to report an alignment." help=""/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
38
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
39 <expand macro="choose_alignment_output_format"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
40 </inputs>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
41 <outputs>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
42 <data name="out_file1" format="needle" label="${tool.name} on ${on_string}: alignment output">
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
43 <expand macro="change_alignment_output_format"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
44 </data>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
45 </outputs>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
46 <tests>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
47 <test>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
48 <param name="asequence" value="emboss_needleall_input1.fa"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
49 <param name="bsequence" value="emboss_needleall_input2.fq"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
50 <param name="gapopen" value="10"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
51 <param name="gapextend" value="0.5"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
52 <param name="brief" value="yes"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
53 <param name="out_format1" value="score"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
54 <output name="out_file1" file="emboss_needleall_out.score" ftype="score"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
55 </test>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
56 <test><!-- test fasta output -->
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
57 <param name="asequence" value="emboss_needleall_input1.fa"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
58 <param name="bsequence" value="emboss_needleall_input2.fq"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
59 <param name="gapopen" value="10"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
60 <param name="gapextend" value="0.5"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
61 <param name="brief" value="yes"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
62 <param name="out_format1" value="fasta"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
63 <output name="out_file1" file="emboss_needleall_out.fasta" ftype="fasta"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
64 </test>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
65 <test><!-- test with pair output, endgap penalties and custom scoring matrix -->
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
66 <param name="asequence" value="emboss_needleall_input1.fa"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
67 <param name="bsequence" value="emboss_needleall_input2.fq"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
68 <param name="gapopen" value="10"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
69 <param name="gapextend" value="0.5"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
70 <conditional name="endgap">
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
71 <param name="endweight" value="yes"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
72 <param name="endopen" value="13.37"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
73 <param name="endextend" value="2.5"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
74 </conditional>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
75 <param name="brief" value="yes"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
76 <param name="datafile" value="EPAM30"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
77 <param name="out_format1" value="pair"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
78 <output name="out_file1" file="emboss_needleall_out.pair" lines_diff="10" ftype="pair"/>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
79 </test>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
80 </tests>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
81 <help><![CDATA[
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
82
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
83 needleall reads in two nucleotide or protein sequences inputs. Both can be one or more sequences. All sequences in the first input are aligned to all sequences in the second input.
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
84
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
85 This tool uses the Needleman-Wunsch global alignment algorithm to find the optimum alignment (including gaps) of two sequences when considering their entire length.
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
86
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
87 - **Optimal alignment:** Dynamic programming methods ensure the optimal global alignment by exploring all possible alignments and choosing the best.
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
88
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
89 - **The Needleman-Wunsch algorithm** is a member of the class of algorithms that can calculate the best score and alignment in the order of mn steps, (where 'n' and 'm' are the lengths of the two sequences).
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
90
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
91 - **Gap open penalty:** [10.0 for any sequence] The gap open penalty is the score taken away when a gap is created. The best value depends on the choice of comparison matrix. The default value assumes you are using the EBLOSUM62 matrix for protein sequences, and the EDNAFULL matrix for nucleotide sequences. (Floating point number from 1.0 to 100.0)
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
92
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
93 - **Gap extension penalty:** [0.5 for any sequence] The gap extension, penalty is added to the standard gap penalty for each base or residue in the gap. This is how long gaps are penalized. Usually you will expect a few long gaps rather than many short gaps, so the gap extension penalty should be lower than the gap penalty. An exception is where one or both sequences are single reads with possible sequencing errors in which case you would expect many single base gaps. You can get this result by setting the gap open penalty to zero (or very low) and using the gap extension penalty to control gap scoring. (Floating point number from 0.0 to 10.0)
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
94
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
95 ]]></help>
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
96 <expand macro="citations" />
76373359fce2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
97 </tool>