Mercurial > repos > devteam > lastz
annotate lastz_d.xml @ 9:2ff111fac1d7 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
| author | iuc |
|---|---|
| date | Fri, 02 Apr 2021 17:18:40 +0000 |
| parents | e7f19d6a9af8 |
| children | 3e1ea2facca6 |
| rev | line source |
|---|---|
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
1 <tool id="lastz_d_wrapper" name="LASTZ_D" version="1.3.2"> |
|
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> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
6 <requirements> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
7 <requirement type="package" version="@LASTZ_CONDA_VERSION@">lastz</requirement> |
|
7
10aca14c2332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 13e9724b44888b0de9535ac7b561ad9686038413
iuc
parents:
6
diff
changeset
|
8 <requirement type="package" version="1.0.6">bzip2</requirement> |
|
5
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
9 </requirements> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
10 <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
|
11 lastz_D |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
12 @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
|
13 @query_input@ |
|
5
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
14 #if $score_file: |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
15 '--inferonly=${score_file}' |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
16 #else: |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
17 --inferonly |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
18 #end if |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
19 '--infscores=${output}' |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
20 ]]> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
21 </command> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
22 <inputs> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
23 <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
|
24 <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
|
25 <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
|
26 </inputs> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
27 <outputs> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
28 <data format="txt" name="output" label="${tool.name} on ${on_string}: substituion matrix"/> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
29 </outputs> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
30 <tests> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
31 <test> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
32 <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
|
33 <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
|
34 <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
|
35 <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
|
36 </test> |
|
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 <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
|
39 <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
|
40 <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
|
41 <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
|
42 <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
|
43 </test> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
44 </tests> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
45 |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
46 <help><![CDATA[ |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
47 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
48 **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
|
49 |
|
9
2ff111fac1d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents:
8
diff
changeset
|
50 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
|
51 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
|
52 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
|
53 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
54 .. class:: warningmark |
|
5
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
55 |
|
9
2ff111fac1d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents:
8
diff
changeset
|
56 **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
|
57 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
|
58 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
|
59 `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
|
60 `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
|
61 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
62 **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
|
63 |
|
9
2ff111fac1d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit 25c49a61a5358cc7ab016fb5847328af7e67a24c"
iuc
parents:
8
diff
changeset
|
64 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
|
65 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
|
66 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
|
67 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
|
68 (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
|
69 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
70 # (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
|
71 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
72 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
|
73 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
|
74 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
|
75 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
|
76 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
77 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
|
78 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
|
79 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
|
80 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
|
81 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
|
82 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
83 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
|
84 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
85 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
|
86 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
87 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
|
88 |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
89 |
|
8
e7f19d6a9af8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a7e9d5b3906b7ebb35b1c29c3a8e8203b2cefccd
iuc
parents:
7
diff
changeset
|
90 ]]> |
|
5
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
91 </help> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
92 <expand macro="citations"/> |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
93 </tool> |
