Mercurial > repos > devteam > lastz
annotate test-data/lastz_d_test2.out @ 5:bd84ff27bc16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
author | devteam |
---|---|
date | Mon, 26 Feb 2018 15:37:53 -0500 |
parents | |
children |
rev | line source |
---|---|
5
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
1 # (a LASTZ scoring set, created by "LASTZ --infer") |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
2 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
3 bad_score = X:-1781 # used for sub[X][*] and sub[*][X] |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
4 fill_score = -178 # used when sub[*][*] not otherwise defined |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
5 gap_open_penalty = 400 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
6 gap_extend_penalty = 30 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
7 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
8 A C G T |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
9 A 72 -79 -49 -97 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
10 C -79 100 -178 -49 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
11 G -49 -178 100 -79 |
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
12 T -97 -49 -79 72 |