Mercurial > repos > devteam > lastz
annotate test-data/score_file.txt @ 12:48d39ee9eb30 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/lastz commit 2f47e1d9794907e95166dbd039f54139d5ca5595
| author | iuc |
|---|---|
| date | Thu, 22 Jan 2026 18:28:16 +0000 |
| parents | bd84ff27bc16 |
| 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 # This matches the default scoring set for BLASTZ |
|
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:-1000 # 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 = -100 # used when sub[*][*] is not 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 91 -114 -31 -123 |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
10 C -114 100 -125 -31 |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
11 G -31 -125 100 -114 |
|
bd84ff27bc16
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit a0a0480a8df511d23ed6101a489ca06337f5ed56
devteam
parents:
diff
changeset
|
12 T -123 -31 -114 91 |
