annotate lastz_d.xml @ 11:37b497aa133f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 1075d38f2a8eaffb824771a5c4fe70c36aa15f2c
author iuc
date Sun, 02 Jul 2023 12:10:46 +0000
parents 3e1ea2facca6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
3e1ea2facca6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 8c6730485b00a47419ebe86278e4bd669377e3e2"
iuc
parents: 9
diff changeset
1 <tool id="lastz_d_wrapper" name="LASTZ_D" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
2 <description>: estimate substitution scores matrix</description>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
3 <macros>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
4 <import>lastz_macros.xml</import>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
5 </macros>
10
3e1ea2facca6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 8c6730485b00a47419ebe86278e4bd669377e3e2"
iuc
parents: 9
diff changeset
6 <expand macro="bio_tools"/>
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
7 <requirements>
10
3e1ea2facca6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 8c6730485b00a47419ebe86278e4bd669377e3e2"
iuc
parents: 9
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">lastz</requirement>
3e1ea2facca6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 8c6730485b00a47419ebe86278e4bd669377e3e2"
iuc
parents: 9
diff changeset
9 <requirement type="package" version="1.0.8">bzip2</requirement>
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
10 </requirements>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
12 lastz_D
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
13 @TARGET_INPUT_COMMAND_LINE@
7
10aca14c2332 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 13e9724b44888b0de9535ac7b561ad9686038413
iuc
parents: 6
diff changeset
14 @query_input@
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
15 #if $score_file:
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
16 '--inferonly=${score_file}'
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
17 #else:
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
18 --inferonly
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
19 #end if
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
20 '--infscores=${output}'
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
21 ]]>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
22 </command>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
23 <inputs>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
24 <expand macro="target_input"/>
9
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
25 <param name="query" format="fasta,fastq,fasta.gz,fastq.gz,fastq.bz2" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
26 <param name="score_file" type="data" format="txt" optional="true" label="Control file for inference" argument="--inferonly[=control_file]" help="Optional controf file. If nothing is selected, LASTZ_D uses default described in the manual"/>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
27 </inputs>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
28 <outputs>
11
37b497aa133f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 1075d38f2a8eaffb824771a5c4fe70c36aa15f2c
iuc
parents: 10
diff changeset
29 <data format="txt" name="output" label="${tool.name} on ${on_string}: substitution matrix"/>
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
30 </outputs>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
31 <tests>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
32 <test>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
33 <param name="ref_source" value="history" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
34 <param name="target" value="chrM_human.fa" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
35 <param name="query" value="chrM_mouse.fa" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
36 <output name="output" value="lastz_d_test1.out" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
37 </test>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
38 <test>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
39 <param name="ref_source" value="history" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
40 <param name="target" value="chrM_human.fa" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
41 <param name="query" value="chrM_mouse.fa" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
42 <param name="score_file" value="lastz_d_ctrl_file.txt" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
43 <output name="output" value="lastz_d_test2.out" />
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
44 </test>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
45 </tests>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
46
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
47 <help><![CDATA[
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
48
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
49 **What is does**
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
50
9
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
51 LASTZ_D is a non-integer (**D** stands for Double) version of LASTZ that can be used to estimate substitution matrix that
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
52 will be used to score alignments. It was developed by `Bob Harris <http://www.bx.psu.edu/~rsharris/>`_ in the lab of
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
53 Webb Miller at Penn State as a part of LASTZ. Matrix computed by this tool is to be used by LASTZ (see below).
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
54
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
55 .. class:: warningmark
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
56
9
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
57 **Read documentation** before proceeding. LASTZ is a complex tool with many parameter options. Fortunately, there is
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
58 a `great manual <https://lastz.github.io/lastz/>`_ maintained by its author. The two sections that are particularly
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
59 relevant to the inference of substitution matrix are
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
60 `Inferring Score Sets <https://www.bx.psu.edu/~rsharris/lastz/README.lastz-1.04.03.html#adv_inference>`_ and
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
61 `Inference Control File <https://www.bx.psu.edu/~rsharris/lastz/README.lastz-1.04.03.html#fmt_inference>`_.
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
62
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
63 **Notes on the inference**
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
64
9
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
65 Inference is achieved by computing the probability of each of the 18 different alignment events (gap open, gap extend, and 16 substitutions).
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
66 These probabilities are estimated from alignments of the sequences. Of course, at first we don't have alignments, so the process
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
67 begins by using a generic scoring set to create alignments, infer scores from those, then realign, and so on, until the scores stabilize
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
68 or "converge". Ungapped alignments are performed until the substitution scores converge, then gapped alignments are performed
2ff111fac1d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents: 8
diff changeset
69 (holding the substitution scores constant) until the gap penalties converge. In the end you get a matrix like this::
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
70
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
71 # (a LASTZ scoring set, created by "LASTZ --infer")
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
72
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
73 bad_score = X:-1781 # used for sub[X][*] and sub[*][X]
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
74 fill_score = -178 # used when sub[*][*] not otherwise defined
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
75 gap_open_penalty = 400
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
76 gap_extend_penalty = 30
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
77
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
78 A C G T
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
79 A 72 -79 -49 -97
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
80 C -79 100 -178 -49
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
81 G -49 -178 100 -79
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
82 T -97 -49 -79 72
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
83
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
84 This dataset can then be used as an input to the **Read the substitution scores** parameter of LASTZ (Parameter section *Scoring*).
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
85
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
86 The iterative process can fail if there's not a lot of sequence to align. E.g. if after the 4th iteration there's nothing in the central 50% denominators go to zero and the process fails.
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
87
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
88 If the sequences you are aligning have GC content different than the usual ACGT 30-20-20-30 split, scoring inference should discover this and give you better alignments.
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
89
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
90
8
e7f19d6a9af8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents: 7
diff changeset
91 ]]>
5
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
92 </help>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
93 <expand macro="citations"/>
bd84ff27bc16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff changeset
94 </tool>