annotate emboss_needleall.xml @ 0:41edbc8c1530 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:22 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
41edbc8c1530 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@">
41edbc8c1530 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>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
3 <macros>
41edbc8c1530 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>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
5 </macros>
41edbc8c1530 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" />
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
7 <expand macro="requirements" />
41edbc8c1530 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>
41edbc8c1530 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[
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
10 needleall
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
11 -asequence '$asequence'
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
12 -bsequence '$bsequence'
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
13 -outfile '$out_file1'
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
14 -gapopen $gapopen
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
15 -gapextend $gapextend
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
16 -brief $brief
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
17 -aformat3 $out_format1
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
18 -auto
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
19 #if $datafile
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
20 -datafile $datafile
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
21 #end if
41edbc8c1530 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'
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
23 -endopen $endgap.endopen
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
24 -endextend $endgap.endextend
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
25 #end if
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
26 -minscore $minscore
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
27 ]]></command>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
28 <inputs>
41edbc8c1530 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" />
41edbc8c1530 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" />
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
31
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
36
41edbc8c1530 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=""/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
38
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
40 </inputs>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
41 <outputs>
41edbc8c1530 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">
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
44 </data>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
45 </outputs>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
46 <tests>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
47 <test>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
55 </test>
41edbc8c1530 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 -->
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
64 </test>
41edbc8c1530 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 -->
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
70 <conditional name="endgap">
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
74 </conditional>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 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"/>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
79 </test>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
80 </tests>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
81 <help><![CDATA[
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
82
41edbc8c1530 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.
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
84
41edbc8c1530 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.
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
86
41edbc8c1530 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.
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
88
41edbc8c1530 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).
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
90
41edbc8c1530 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)
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
92
41edbc8c1530 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)
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
94
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
95 ]]></help>
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
96 <expand macro="citations" />
41edbc8c1530 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
97 </tool>