annotate emboss_needle.xml @ 0:2e3bde111fee 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:31 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
1 <tool id="emboss_needle" name="EMBOSS: needle" version="@VERSION@+galaxy0" profile="@PROFILE@">
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
2 <description>Needleman-Wunsch global alignment</description>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
3 <macros>
2e3bde111fee 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>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
5 </macros>
2e3bde111fee 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" />
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
7 <expand macro="requirements" />
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
8 <version_command>needle -version</version_command>
2e3bde111fee 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[
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
10 needle -asequence '$asequence'
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
11 -bsequence '$bsequence'
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
12 -outfile '$out_file1'
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
13 -gapopen $gapopen
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
14 -gapextend $gapextend
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
15 -brief $brief
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
16 -aformat3 $out_format1
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
17 -auto
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
18 #if $datafile
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
19 -datafile $datafile
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
20 #end if
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
21 #if $endgap.endweight == 'yes'
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
22 -endopen $endgap.endopen
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
23 -endextend $endgap.endextend
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
24 #end if
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
25 ]]></command>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
26 <inputs>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
27 <param argument="-asequence" type="data" format="fasta,fastq" label="Sequence 1" />
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
28 <param argument="-bsequence" type="data" format="fasta,fastq" label="Sequence 2" />
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
29
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
30 <expand macro="scoring_matrix"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
31 <expand macro="gap_penalties"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
32 <expand macro="endgap_penalties"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
33 <expand macro="param_brief"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
34
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
35 <expand macro="choose_alignment_output_format"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
36 </inputs>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
37 <outputs>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
38 <data name="out_file1" format="needle" label="${tool.name} on ${on_string}: alignment output" >
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
39 <expand macro="change_alignment_output_format"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
40 </data>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
41 </outputs>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
42 <tests>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
43 <test>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
44 <param name="asequence" value="2.fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
45 <param name="bsequence" value="1.fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
46 <param name="gapopen" value="10"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
47 <param name="gapextend" value="0.5"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
48 <param name="brief" value="yes"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
49 <param name="out_format1" value="score"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
50 <output name="out_file1" file="emboss_needle_out.score" ftype="score"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
51 </test>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
52 <test><!--test with fastq input -->
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
53 <param name="asequence" value="emboss_needleall_input2.fq"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
54 <param name="bsequence" value="1.fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
55 <param name="gapopen" value="10"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
56 <param name="gapextend" value="0.5"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
57 <param name="brief" value="yes"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
58 <param name="out_format1" value="markx10"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
59 <output name="out_file1" file="emboss_needle_out.markx10" ftype="markx10" lines_diff="10"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
60 </test>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
61 <test><!-- test with fasta output, custom matrix, and endgap penalties -->
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
62 <param name="asequence" value="2.fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
63 <param name="bsequence" value="1.fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
64 <param name="gapopen" value="10"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
65 <param name="gapextend" value="0.5"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
66 <param name="datafile" value="EPAM30"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
67 <conditional name="endgap">
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
68 <param name="endweight" value="yes"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
69 <param name="endopen" value="13.37"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
70 <param name="endextend" value="2.5"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
71 </conditional>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
72 <param name="brief" value="yes"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
73 <param name="out_format1" value="fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
74 <output name="out_file1" file="emboss_needle_out.fasta" ftype="fasta"/>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
75 </test>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
76 </tests>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
77 <help><![CDATA[
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
78
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
79 needle reads any two sequences of the same type (DNA or protein).
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
80
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
81 This tool uses the Needleman-Wunsch global alignment algorithm to find the optimum alignment (including gaps) of two sequences when considering their entire length.
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
82
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
83 - **Optimal alignment:** Dynamic programming methods ensure the optimal global alignment by exploring all possible alignments and choosing the best.
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
84
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
85 - **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).
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
86
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
87 - **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)
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
88
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
89 - **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)
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
90
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
91 You can view the original documentation here_.
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
92
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
93 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/needle.html
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
94
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
95 -----
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
96
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
97 **Example**
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
98
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
99 - Input File::
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
100
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
101 >hg18_dna range=chrX:151073054-151073136 5'pad=0 3'pad=0 revComp=FALSE strand=? repeatMasking=none
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
102 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
103 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
104
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
105 - If both Sequence1 and Sequence2 take the above file as input, Gap open penalty equals 10.0, Gap extension penalty equals 0.5, Brief identity and similarity is set to Yes, Output alignment file format is set to SRS pairs, the output file is::
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
106
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
107 ########################################
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
108 # Program: needle
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
109 # Rundate: Mon Apr 02 2007 14:23:16
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
110 # Align_format: srspair
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
111 # Report_file: ./database/files/dataset_7.dat
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
112 ########################################
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
113
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
114 #=======================================
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
115 #
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
116 # Aligned_sequences: 2
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
117 # 1: hg18_dna
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
118 # 2: hg18_dna
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
119 # Matrix: EDNAFULL
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
120 # Gap_penalty: 10.0
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
121 # Extend_penalty: 0.5
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
122 #
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
123 # Length: 83
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
124 # Identity: 83/83 (100.0%)
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
125 # Similarity: 83/83 (100.0%)
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
126 # Gaps: 0/83 ( 0.0%)
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
127 # Score: 415.0
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
128 #
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
129 #=======================================
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
130
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
131 hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
132 ||||||||||||||||||||||||||||||||||||||||||||||||||
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
133 hg18_dna 1 TTTATGTCTATAATCCTTACCAAAAGTTACCTTGGAATAAGAAGAAGTCA 50
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
134
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
135 hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
136 |||||||||||||||||||||||||||||||||
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
137 hg18_dna 51 GTAAAAAGAAGGCTGTTGTTCCGTGAAATACTG 83
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
138
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
139 #---------------------------------------
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
140 #---------------------------------------
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
141 ]]></help>
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
142 <expand macro="citations" />
2e3bde111fee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss commit 08f38b1f9b4241ba9037c64f732621efc628fd43
iuc
parents:
diff changeset
143 </tool>