sequenceserver 1.1.0.beta12 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sequenceserver might be problematic. Click here for more details.

Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +1 -0
  3. data/.travis.yml +5 -5
  4. data/README.md +86 -43
  5. data/bin/sequenceserver +29 -32
  6. data/lib/sequenceserver.rb +86 -123
  7. data/lib/sequenceserver/api_errors.rb +3 -1
  8. data/lib/sequenceserver/blast/hit.rb +48 -28
  9. data/lib/sequenceserver/blast/job.rb +28 -8
  10. data/lib/sequenceserver/blast/report.rb +52 -15
  11. data/lib/sequenceserver/database.rb +71 -0
  12. data/lib/sequenceserver/exceptions.rb +5 -10
  13. data/lib/sequenceserver/job.rb +8 -1
  14. data/lib/sequenceserver/links.rb +49 -17
  15. data/lib/sequenceserver/logger.rb +2 -2
  16. data/lib/sequenceserver/routes.rb +20 -14
  17. data/lib/sequenceserver/sys.rb +86 -0
  18. data/lib/sequenceserver/version.rb +1 -1
  19. data/public/css/sequenceserver.min.css +3 -3
  20. data/public/js/alignment_exporter.js +1 -1
  21. data/public/js/hsp.js +1 -1
  22. data/public/js/report.js +76 -63
  23. data/public/js/search.js +29 -6
  24. data/public/sequenceserver-report.min.js +4 -4
  25. data/public/sequenceserver-search.min.js +2 -2
  26. data/sequenceserver.gemspec +3 -2
  27. data/spec/blast_versions/blast_2.2.30/blast_2.2.30_spec.rb +228 -0
  28. data/spec/blast_versions/blast_2.2.30/import_spec_capybara_local_2.2.30.rb +53 -0
  29. data/spec/blast_versions/blast_2.2.31/blast_2.2.31_spec.rb +228 -0
  30. data/spec/blast_versions/blast_2.2.31/import_spec_capybara_local_2.2.31.rb +53 -0
  31. data/spec/{blast_spec.rb → blast_versions/blast_2.3.0/blast_2.3.0_spec.rb} +8 -37
  32. data/spec/blast_versions/blast_2.3.0/import_spec_capybara_local_2.3.0.rb +52 -0
  33. data/spec/blast_versions/blast_2.4.0/blast_2.4.0_spec.rb +228 -0
  34. data/spec/blast_versions/blast_2.4.0/import_spec_capybara_local_2.4.0.rb +52 -0
  35. data/spec/blast_versions/blast_2.5.0/blast_2.5.0_spec.rb +228 -0
  36. data/spec/blast_versions/blast_2.5.0/import_spec_capybara_local_2.5.0.rb +53 -0
  37. data/spec/blast_versions/blast_2.6.0/blast_2.6.0_spec.rb +228 -0
  38. data/spec/blast_versions/blast_2.6.0/import_spec_capybara_local_2.6.0.rb +52 -0
  39. data/spec/blast_versions/blast_2.7.1/blast_2.7.1_spec.rb +228 -0
  40. data/spec/blast_versions/blast_2.7.1/import_spec_capybara_local_2.7.1.rb +56 -0
  41. data/spec/blast_versions/blast_2.8.1/blast_2.8.1_spec.rb +228 -0
  42. data/spec/blast_versions/blast_2.8.1/import_spec_capybara_local_2.8.1.rb +55 -0
  43. data/spec/blast_versions/blast_2.9.0/blast_2.9.0_spec.rb +228 -0
  44. data/spec/blast_versions/blast_2.9.0/import_spec_capybara_local_2.9.0.rb +53 -0
  45. data/spec/blast_versions/diamond_0.9.24/diamond_0.9.24_spec.rb +176 -0
  46. data/spec/blast_versions/diamond_0.9.24/import_spec_capybara_local_0.9.24.rb +39 -0
  47. data/spec/capybara_spec.local.rb +190 -0
  48. data/spec/capybara_spec.rb +15 -13
  49. data/spec/config_spec.rb +1 -1
  50. data/spec/database/funky_ids/funky_ids.fa +2 -0
  51. data/spec/database/funky_ids/funky_ids.fa.nhd +8 -0
  52. data/spec/database/funky_ids/funky_ids.fa.nhi +0 -0
  53. data/spec/database/funky_ids/funky_ids.fa.nhr +0 -0
  54. data/spec/database/funky_ids/funky_ids.fa.nin +0 -0
  55. data/spec/database/funky_ids/funky_ids.fa.nog +0 -0
  56. data/spec/database/funky_ids/funky_ids.fa.nsd +15 -13
  57. data/spec/database/funky_ids/funky_ids.fa.nsi +0 -0
  58. data/spec/database/funky_ids/funky_ids.fa.nsq +0 -0
  59. data/spec/database_spec.rb +2 -2
  60. data/spec/dotdir/blast_2.2.30/blastn/BLASTN_XML_2.2.30.xml +1201 -0
  61. data/spec/dotdir/blast_2.2.30/blastn/job.yaml +8 -0
  62. data/spec/dotdir/blast_2.2.30/blastn_nohits/BLASTN_NO_HITS_XML_2.2.30.xml +866 -0
  63. data/spec/dotdir/blast_2.2.30/blastn_nohits/job.yaml +8 -0
  64. data/spec/dotdir/blast_2.2.30/blastp/BLASTP_XML_2.2.30.xml +1181 -0
  65. data/spec/dotdir/blast_2.2.30/blastp/job.yaml +8 -0
  66. data/spec/dotdir/blast_2.2.30/blastx/BLASTX_XML_2.2.30.xml +1181 -0
  67. data/spec/dotdir/blast_2.2.30/blastx/job.yaml +8 -0
  68. data/spec/dotdir/blast_2.2.30/tblastn/TBLASTN_XML_2.2.30.xml +1181 -0
  69. data/spec/dotdir/blast_2.2.30/tblastn/job.yaml +8 -0
  70. data/spec/dotdir/blast_2.2.30/tblastx/TBLASTX_XML_2.2.30.xml +8857 -0
  71. data/spec/dotdir/blast_2.2.30/tblastx/job.yaml +8 -0
  72. data/spec/dotdir/blast_2.2.31/blastn/BLASTN_XML_2.2.31.xml +1201 -0
  73. data/spec/dotdir/blast_2.2.31/blastn/job.yaml +8 -0
  74. data/spec/dotdir/blast_2.2.31/blastn_nohits/BLASTN_NO_HITS_XML_2.2.31.xml +866 -0
  75. data/spec/dotdir/blast_2.2.31/blastn_nohits/job.yaml +8 -0
  76. data/spec/dotdir/blast_2.2.31/blastp/BLASTP_XML_2.2.31.xml +1181 -0
  77. data/spec/dotdir/blast_2.2.31/blastp/job.yaml +8 -0
  78. data/spec/dotdir/blast_2.2.31/blastx/BLASTX_XML_2.2.31.xml +1181 -0
  79. data/spec/dotdir/blast_2.2.31/blastx/job.yaml +8 -0
  80. data/spec/dotdir/blast_2.2.31/tblastn/TBLASTN_XML_2.2.31.xml +1181 -0
  81. data/spec/dotdir/blast_2.2.31/tblastn/job.yaml +8 -0
  82. data/spec/dotdir/blast_2.2.31/tblastx/TBLASTX_XML_2.2.31.xml +8857 -0
  83. data/spec/dotdir/blast_2.2.31/tblastx/job.yaml +8 -0
  84. data/spec/dotdir/blast_2.3.0/blastn/BLASTN_XML_2.3.0.xml +1201 -0
  85. data/spec/dotdir/blast_2.3.0/blastn/job.yaml +8 -0
  86. data/spec/dotdir/blast_2.3.0/blastn_nohits/BLASTN_NO_HITS_XML_2.3.0.xml +866 -0
  87. data/spec/dotdir/blast_2.3.0/blastn_nohits/job.yaml +8 -0
  88. data/spec/dotdir/blast_2.3.0/blastp/BLASTP_XML_2.3.0.xml +1181 -0
  89. data/spec/dotdir/blast_2.3.0/blastp/job.yaml +8 -0
  90. data/spec/dotdir/blast_2.3.0/blastx/BLASTX_XML_2.3.0.xml +1181 -0
  91. data/spec/dotdir/blast_2.3.0/blastx/job.yaml +8 -0
  92. data/spec/dotdir/blast_2.3.0/tblastn/TBLASTN_XML_2.3.0.xml +1181 -0
  93. data/spec/dotdir/blast_2.3.0/tblastn/job.yaml +8 -0
  94. data/spec/dotdir/blast_2.3.0/tblastx/TBLASTX_XML_2.3.0.xml +8857 -0
  95. data/spec/dotdir/blast_2.3.0/tblastx/job.yaml +8 -0
  96. data/spec/dotdir/blast_2.4.0/blastn/BLASTN_XML_2.4.0.xml +1201 -0
  97. data/spec/dotdir/blast_2.4.0/blastn/TBLASTN_XML_2.4.0.xml +1181 -0
  98. data/spec/dotdir/blast_2.4.0/blastn/job.yaml +8 -0
  99. data/spec/dotdir/blast_2.4.0/blastn_nohits/BLASTN_NO_HITS_XML_2.4.0.xml +866 -0
  100. data/spec/dotdir/blast_2.4.0/blastn_nohits/job.yaml +8 -0
  101. data/spec/dotdir/blast_2.4.0/blastp/BLASTP_XML_2.4.0.xml +1181 -0
  102. data/spec/dotdir/blast_2.4.0/blastp/job.yaml +8 -0
  103. data/spec/dotdir/blast_2.4.0/blastx/BLASTX_XML_2.4.0.xml +1181 -0
  104. data/spec/dotdir/blast_2.4.0/blastx/job.yaml +8 -0
  105. data/spec/dotdir/blast_2.4.0/tblastn/TBLASTN_XML_2.4.0.xml +1181 -0
  106. data/spec/dotdir/blast_2.4.0/tblastn/job.yaml +8 -0
  107. data/spec/dotdir/blast_2.4.0/tblastx/TBLASTX_XML_2.4.0.xml +8857 -0
  108. data/spec/dotdir/blast_2.4.0/tblastx/job.yaml +8 -0
  109. data/spec/dotdir/blast_2.5.0/blastn/BLASTN_LONG_XML_2.5.0.xml +18813 -0
  110. data/spec/dotdir/blast_2.5.0/blastn/BLASTN_XML_2.5.0.xml +1201 -0
  111. data/spec/dotdir/blast_2.5.0/blastn/job.yaml +8 -0
  112. data/spec/dotdir/blast_2.5.0/blastn_nohits/BLASTN_NO_HITS_XML_2.5.0.xml +866 -0
  113. data/spec/dotdir/blast_2.5.0/blastn_nohits/job.yaml +8 -0
  114. data/spec/dotdir/blast_2.5.0/blastp/BLASTP +2161 -0
  115. data/spec/dotdir/blast_2.5.0/blastp/BLASTP_XML_2.5.0.xml +1181 -0
  116. data/spec/dotdir/blast_2.5.0/blastp/job.yaml +8 -0
  117. data/spec/dotdir/blast_2.5.0/blastx/BLASTX +28080 -0
  118. data/spec/dotdir/blast_2.5.0/blastx/BLASTX_XML_2.5.0.xml +1181 -0
  119. data/spec/dotdir/blast_2.5.0/blastx/job.yaml +8 -0
  120. data/spec/dotdir/blast_2.5.0/tblastn/TBLASTN +29486 -0
  121. data/spec/dotdir/blast_2.5.0/tblastn/TBLASTN_XML_2.5.0.xml +1181 -0
  122. data/spec/dotdir/blast_2.5.0/tblastn/job.yaml +8 -0
  123. data/spec/dotdir/blast_2.5.0/tblastx/TBLASTX +180859 -0
  124. data/spec/dotdir/blast_2.5.0/tblastx/TBLASTX_XML_2.5.0.xml +8857 -0
  125. data/spec/dotdir/blast_2.5.0/tblastx/job.yaml +8 -0
  126. data/spec/dotdir/blast_2.6.0/blastn/BLASTN_XML_2.6.0.xml +1201 -0
  127. data/spec/dotdir/blast_2.6.0/blastn/job.yaml +8 -0
  128. data/spec/dotdir/blast_2.6.0/blastn_nohits/BLASTN_NO_HITS_XML_2.6.0.xml +866 -0
  129. data/spec/dotdir/blast_2.6.0/blastn_nohits/job.yaml +8 -0
  130. data/spec/dotdir/blast_2.6.0/blastp/BLASTP_XML_2.6.0.xml +1181 -0
  131. data/spec/dotdir/blast_2.6.0/blastp/job.yaml +8 -0
  132. data/spec/dotdir/blast_2.6.0/blastx/BLASTX_XML_2.6.0.xml +1181 -0
  133. data/spec/dotdir/blast_2.6.0/blastx/job.yaml +8 -0
  134. data/spec/dotdir/blast_2.6.0/tblastn/TBLASTN_XML_2.6.0.xml +1181 -0
  135. data/spec/dotdir/blast_2.6.0/tblastn/job.yaml +8 -0
  136. data/spec/dotdir/blast_2.6.0/tblastx/TBLASTX_XML_2.6.0.xml +8857 -0
  137. data/spec/dotdir/blast_2.6.0/tblastx/job.yaml +8 -0
  138. data/spec/dotdir/blast_2.7.1/blastn/BLASTN_XML_2.7.1.xml +1201 -0
  139. data/spec/dotdir/blast_2.7.1/blastn/job.yaml +8 -0
  140. data/spec/dotdir/blast_2.7.1/blastn_nohits/BLASTN_NO_HITS_XML_2.7.1.xml +866 -0
  141. data/spec/dotdir/blast_2.7.1/blastn_nohits/job.yaml +8 -0
  142. data/spec/dotdir/blast_2.7.1/blastp/BLASTP_XML_2.7.1.xml +1181 -0
  143. data/spec/dotdir/blast_2.7.1/blastp/job.yaml +8 -0
  144. data/spec/dotdir/blast_2.7.1/blastx/BLASTX_XML_2.7.1.xml +1181 -0
  145. data/spec/dotdir/blast_2.7.1/blastx/job.yaml +8 -0
  146. data/spec/dotdir/blast_2.7.1/tblastn/TBLASTN_XML_2.7.1.xml +1181 -0
  147. data/spec/dotdir/blast_2.7.1/tblastn/job.yaml +8 -0
  148. data/spec/dotdir/blast_2.7.1/tblastx/TBLASTX_XML_2.7.1.xml +8857 -0
  149. data/spec/dotdir/blast_2.7.1/tblastx/job.yaml +8 -0
  150. data/spec/dotdir/blast_2.8.1/blastn/BLASTN_XML_2.8.1.xml +1201 -0
  151. data/spec/dotdir/blast_2.8.1/blastn/job.yaml +8 -0
  152. data/spec/dotdir/blast_2.8.1/blastn_nohits/BLASTN_NO_HITS_XML_2.8.1.xml +866 -0
  153. data/spec/dotdir/blast_2.8.1/blastn_nohits/job.yaml +8 -0
  154. data/spec/dotdir/blast_2.8.1/blastp/BLASTP_XML_2.8.1.xml +1181 -0
  155. data/spec/dotdir/blast_2.8.1/blastp/job.yaml +8 -0
  156. data/spec/dotdir/blast_2.8.1/blastx/BLASTX_XML_2.8.1.xml +1181 -0
  157. data/spec/dotdir/blast_2.8.1/blastx/job.yaml +8 -0
  158. data/spec/dotdir/blast_2.8.1/tblastn/TBLASTN_XML_2.8.1.xml +1181 -0
  159. data/spec/dotdir/blast_2.8.1/tblastn/job.yaml +8 -0
  160. data/spec/dotdir/blast_2.8.1/tblastx/TBLASTX_XML_2.8.1.xml +8857 -0
  161. data/spec/dotdir/blast_2.8.1/tblastx/job.yaml +8 -0
  162. data/spec/dotdir/blast_2.9.0/blastn/BLASTN_XML_2.9.0.xml +1201 -0
  163. data/spec/dotdir/blast_2.9.0/blastn/job.yaml +8 -0
  164. data/spec/dotdir/blast_2.9.0/blastn_nohits/BLASTN_NO_HITS_XML_2.9.0.xml +866 -0
  165. data/spec/dotdir/blast_2.9.0/blastn_nohits/job.yaml +8 -0
  166. data/spec/dotdir/blast_2.9.0/blastp/BLASTP_XML_2.9.0.xml +1181 -0
  167. data/spec/dotdir/blast_2.9.0/blastp/job.yaml +8 -0
  168. data/spec/dotdir/blast_2.9.0/blastx/BLASTX_XML_2.9.0.xml +1181 -0
  169. data/spec/dotdir/blast_2.9.0/blastx/job.yaml +8 -0
  170. data/spec/dotdir/blast_2.9.0/tblastn/TBLASTN_XML_2.9.0.xml +1181 -0
  171. data/spec/dotdir/blast_2.9.0/tblastn/job.yaml +8 -0
  172. data/spec/dotdir/blast_2.9.0/tblastx/TBLASTX_XML_2.9.0.xml +8857 -0
  173. data/spec/dotdir/blast_2.9.0/tblastx/job.yaml +8 -0
  174. data/spec/dotdir/diamond_0.9.24/blastp/DIAMOND_BLASTP_0.9.24.xml +1040 -0
  175. data/spec/dotdir/diamond_0.9.24/blastp/job.yaml +8 -0
  176. data/spec/dotdir/diamond_0.9.24/blastx/DIAMOND_BLASTX_0.9.24.xml +1040 -0
  177. data/spec/dotdir/diamond_0.9.24/blastx/job.yaml +8 -0
  178. data/spec/dotdir/diamond_0.9.24/blastx_nohits/DIAMOND_BLASTX_NOHITS_0.9.24.xml +41 -0
  179. data/spec/dotdir/diamond_0.9.24/blastx_nohits/job.yaml +8 -0
  180. data/spec/download_helper.rb +32 -0
  181. data/spec/import_spec_capybara_local.rb +61 -0
  182. data/spec/sequence_spec.rb +1 -2
  183. data/spec/sequences/Nucleotide_TP53_COX41.fasta +15 -0
  184. data/spec/sequences/Protein_TP53_COX41.fasta +12 -0
  185. data/spec/sequences/Query_1_SI2_2_0_06267.txt +6 -0
  186. data/spec/{nucleotide_query.fa → sequences/nucleotide_query.fa} +0 -0
  187. data/spec/sequences/problematic_query.fa +5 -0
  188. data/spec/sequences/protein_query.fa +9 -0
  189. data/spec/sequences/sample_query_fire_ant_obps.fa +44 -0
  190. data/spec/sequences/sequenceserver-SI2.2.0_06267.fa +5 -0
  191. data/spec/sequenceserver_spec.rb +3 -3
  192. data/spec/spec_helper.rb +59 -0
  193. metadata +185 -28
  194. data/spec/protein_query.fa +0 -21
  195. data/spec/sample_reports/blastn_sample/job.yaml +0 -10
  196. data/spec/sample_reports/blastn_sample/stdout +0 -144
  197. data/spec/sample_reports/blastp_sample/job.yaml +0 -10
  198. data/spec/sample_reports/blastp_sample/stdout +0 -1187
  199. data/spec/sample_reports/blastx_sample/job.yaml +0 -10
  200. data/spec/sample_reports/blastx_sample/stdout +0 -1191
  201. data/spec/sample_reports/no_hits_sample/job.yaml +0 -10
  202. data/spec/sample_reports/no_hits_sample/stdout +0 -130
  203. data/spec/sample_reports/tblastn_sample/job.yaml +0 -10
  204. data/spec/sample_reports/tblastn_sample/stdout +0 -1107
  205. data/spec/sample_reports/tblastx_sample/job.yaml +0 -10
  206. data/spec/sample_reports/tblastx_sample/stdout +0 -2422
  207. data/spec/sample_reports/with_hits_sample/job.yaml +0 -10
  208. data/spec/sample_reports/with_hits_sample/stdout +0 -1489
@@ -1,10 +0,0 @@
1
- --- !ruby/object:SequenceServer::BLAST::Job
2
- id: with_hits_sample
3
- method: blastn
4
- advanced_params: {}
5
- exitstatus: 0
6
-
7
- databases:
8
- - !ruby/struct:SequenceServer::Database
9
- name: "../database/sample/transcripts/Solenopsis_invicta/Sinvicta2-2-3.cdna.subset.fasta"
10
- type: nucleotide
@@ -1,1489 +0,0 @@
1
- Blast4-archive ::= {
2
- request {
3
- ident "2.2.30+",
4
- body queue-search {
5
- program "blastn",
6
- service "plain",
7
- queries bioseq-set {
8
- seq-set {
9
- seq {
10
- id {
11
- local str "Query_1"
12
- },
13
- descr {
14
- user {
15
- type str "CFastaReader",
16
- data {
17
- {
18
- label str "DefLine",
19
- data str ">Query 1"
20
- }
21
- }
22
- },
23
- title "Query 1"
24
- },
25
- inst {
26
- repr raw,
27
- mol na,
28
- length 642,
29
- seq-data ncbi2na '33F7403C6C883318B037B103FF9C4E401C03D2FFCC0318
30
- C0470E1CB0735C4BB4C8180C3CC12F3FF20F41983CC42334E1DC8CCF714516DFF5F3CFE2FB3FFF
31
- F503CC432FBF40A0CCCFB32FFEC3E190FC08FD333FFE00331C4CE1F83C8F130FF30FFFFFFF08FC
32
- 00CF1C3EAFFFEB30BFFD3E0493F0E5BFF17BFF802B0FF7F233312FEC33CACFF3012EECCFDF10CC
33
- 02110F901C938FB010F9C068D0CC0F00FB0CF0B340'H
34
- }
35
- },
36
- seq {
37
- id {
38
- local str "Query_2"
39
- },
40
- descr {
41
- user {
42
- type str "CFastaReader",
43
- data {
44
- {
45
- label str "DefLine",
46
- data str ">Query_2"
47
- }
48
- }
49
- },
50
- title "Query_2"
51
- },
52
- inst {
53
- repr raw,
54
- mol na,
55
- length 600,
56
- seq-data ncbi2na '058C3FF3F3EF4FBFBDFCFFBCFEC0C380C7807CE48C0C7A
57
- 02D08193DCE043F0C9FC04430D20C521D1124DF1FCFC40D13F378FD808FCCFDCE0F70808FB1BFF
58
- 032230901BDF1C3031823000F313332F7CB1031030F74E7DC30A808C44EE2B058FD3E0FFC1F31C
59
- CC5DD1F3D32CC0707EF5CC64B2F0E22B87BC60FFD319ECECF4BD709789013ED892106F2B04F18E
60
- F813B866114BD037E7FF'H
61
- }
62
- }
63
- }
64
- },
65
- subject database "../database/sample/transcripts/Solenopsis_invicta/Si
66
- nvicta2-2-3.cdna.subset.fasta",
67
- algorithm-options {
68
- {
69
- name "EvalueThreshold",
70
- value cutoff e-value { 1, 10, 1 }
71
- },
72
- {
73
- name "MaskAtHash",
74
- value boolean TRUE
75
- },
76
- {
77
- name "DustFilteringLevel",
78
- value integer 20
79
- },
80
- {
81
- name "DustFilteringWindow",
82
- value integer 64
83
- },
84
- {
85
- name "DustFilteringLinker",
86
- value integer 1
87
- },
88
- {
89
- name "UngappedMode",
90
- value boolean FALSE
91
- },
92
- {
93
- name "HitlistSize",
94
- value integer 500
95
- },
96
- {
97
- name "EffectiveSearchSpace",
98
- value big-integer 172525599
99
- }
100
- },
101
- program-options {
102
- {
103
- name "LCaseMask",
104
- value query-mask {
105
- locations {
106
- packed-int {
107
- {
108
- from 241,
109
- to 249,
110
- id local str "Query_1"
111
- },
112
- {
113
- from 241,
114
- to 249,
115
- id local str "Query_1"
116
- },
117
- {
118
- from 382,
119
- to 479,
120
- id local str "Query_1"
121
- },
122
- {
123
- from 382,
124
- to 479,
125
- id local str "Query_1"
126
- }
127
- }
128
- },
129
- frame plus1
130
- }
131
- },
132
- {
133
- name "LCaseMask",
134
- value query-mask {
135
- locations {
136
- packed-int {
137
- {
138
- from 8,
139
- to 52,
140
- id local str "Query_2"
141
- },
142
- {
143
- from 8,
144
- to 52,
145
- id local str "Query_2"
146
- }
147
- }
148
- },
149
- frame plus1
150
- }
151
- }
152
- }
153
- }
154
- },
155
- results {
156
- alignments {
157
- {
158
- type partial,
159
- dim 2,
160
- score {
161
- {
162
- id str "score",
163
- value int 34
164
- },
165
- {
166
- id str "e_value",
167
- value real { 417714604974915, 10, -16 }
168
- },
169
- {
170
- id str "bit_score",
171
- value real { 319435738040471, 10, -13 }
172
- },
173
- {
174
- id str "num_ident",
175
- value int 23
176
- },
177
- {
178
- id str "hsp_percent_coverage",
179
- value real { 470560747663551, 10, -14 }
180
- }
181
- },
182
- segs denseg {
183
- dim 2,
184
- numseg 1,
185
- ids {
186
- local str "Query_1",
187
- local str "SI2.2.0_00883"
188
- },
189
- starts {
190
- 321,
191
- 145
192
- },
193
- lens {
194
- 27
195
- },
196
- strands {
197
- plus,
198
- plus
199
- }
200
- }
201
- },
202
- {
203
- type partial,
204
- dim 2,
205
- score {
206
- {
207
- id str "score",
208
- value int 32
209
- },
210
- {
211
- id str "e_value",
212
- value real { 145796722970315, 10, -15 }
213
- },
214
- {
215
- id str "bit_score",
216
- value real { 301402050029359, 10, -13 }
217
- },
218
- {
219
- id str "num_ident",
220
- value int 19
221
- },
222
- {
223
- id str "hsp_percent_coverage",
224
- value real { 377102803738318, 10, -14 }
225
- }
226
- },
227
- segs denseg {
228
- dim 2,
229
- numseg 1,
230
- ids {
231
- local str "Query_1",
232
- local str "SI2.2.0_04990"
233
- },
234
- starts {
235
- 362,
236
- 401
237
- },
238
- lens {
239
- 21
240
- },
241
- strands {
242
- plus,
243
- plus
244
- }
245
- }
246
- },
247
- {
248
- type partial,
249
- dim 2,
250
- score {
251
- {
252
- id str "score",
253
- value int 32
254
- },
255
- {
256
- id str "e_value",
257
- value real { 145796722970315, 10, -15 }
258
- },
259
- {
260
- id str "bit_score",
261
- value real { 301402050029359, 10, -13 }
262
- },
263
- {
264
- id str "num_ident",
265
- value int 19
266
- },
267
- {
268
- id str "hsp_percent_coverage",
269
- value real { 377102803738318, 10, -14 }
270
- }
271
- },
272
- segs denseg {
273
- dim 2,
274
- numseg 1,
275
- ids {
276
- local str "Query_1",
277
- local str "SI2.2.0_05000"
278
- },
279
- starts {
280
- 38,
281
- 562
282
- },
283
- lens {
284
- 21
285
- },
286
- strands {
287
- minus,
288
- plus
289
- }
290
- }
291
- },
292
- {
293
- type partial,
294
- dim 2,
295
- score {
296
- {
297
- id str "score",
298
- value int 28
299
- },
300
- {
301
- id str "e_value",
302
- value real { 177616769707622, 10, -14 }
303
- },
304
- {
305
- id str "bit_score",
306
- value real { 265334674007135, 10, -13 }
307
- },
308
- {
309
- id str "num_ident",
310
- value int 17
311
- },
312
- {
313
- id str "hsp_percent_coverage",
314
- value real { 34595015576324, 10, -13 }
315
- }
316
- },
317
- segs denseg {
318
- dim 2,
319
- numseg 1,
320
- ids {
321
- local str "Query_1",
322
- local str "SI2.2.0_07659"
323
- },
324
- starts {
325
- 316,
326
- 571
327
- },
328
- lens {
329
- 19
330
- },
331
- strands {
332
- minus,
333
- plus
334
- }
335
- }
336
- },
337
- {
338
- type partial,
339
- dim 2,
340
- score {
341
- {
342
- id str "score",
343
- value int 28
344
- },
345
- {
346
- id str "e_value",
347
- value real { 177616769707622, 10, -14 }
348
- },
349
- {
350
- id str "bit_score",
351
- value real { 265334674007135, 10, -13 }
352
- },
353
- {
354
- id str "num_ident",
355
- value int 14
356
- },
357
- {
358
- id str "hsp_percent_coverage",
359
- value real { 268068535825545, 10, -14 }
360
- }
361
- },
362
- segs denseg {
363
- dim 2,
364
- numseg 1,
365
- ids {
366
- local str "Query_1",
367
- local str "SI2.2.0_00941"
368
- },
369
- starts {
370
- 371,
371
- 620
372
- },
373
- lens {
374
- 14
375
- },
376
- strands {
377
- minus,
378
- plus
379
- }
380
- }
381
- },
382
- {
383
- type partial,
384
- dim 2,
385
- score {
386
- {
387
- id str "score",
388
- value int 28
389
- },
390
- {
391
- id str "e_value",
392
- value real { 177616769707622, 10, -14 }
393
- },
394
- {
395
- id str "bit_score",
396
- value real { 265334674007135, 10, -13 }
397
- },
398
- {
399
- id str "num_ident",
400
- value int 16
401
- },
402
- {
403
- id str "hsp_percent_coverage",
404
- value real { 314797507788162, 10, -14 }
405
- }
406
- },
407
- segs denseg {
408
- dim 2,
409
- numseg 1,
410
- ids {
411
- local str "Query_1",
412
- local str "SI2.2.0_00231"
413
- },
414
- starts {
415
- 366,
416
- 456
417
- },
418
- lens {
419
- 17
420
- },
421
- strands {
422
- plus,
423
- plus
424
- }
425
- }
426
- },
427
- {
428
- type partial,
429
- dim 2,
430
- score {
431
- {
432
- id str "score",
433
- value int 28
434
- },
435
- {
436
- id str "e_value",
437
- value real { 177616769707622, 10, -14 }
438
- },
439
- {
440
- id str "bit_score",
441
- value real { 265334674007135, 10, -13 }
442
- },
443
- {
444
- id str "num_ident",
445
- value int 14
446
- },
447
- {
448
- id str "hsp_percent_coverage",
449
- value real { 268068535825545, 10, -14 }
450
- }
451
- },
452
- segs denseg {
453
- dim 2,
454
- numseg 1,
455
- ids {
456
- local str "Query_1",
457
- local str "SI2.2.0_04298"
458
- },
459
- starts {
460
- 259,
461
- 262
462
- },
463
- lens {
464
- 14
465
- },
466
- strands {
467
- plus,
468
- plus
469
- }
470
- }
471
- },
472
- {
473
- type partial,
474
- dim 2,
475
- score {
476
- {
477
- id str "score",
478
- value int 28
479
- },
480
- {
481
- id str "e_value",
482
- value real { 177616769707622, 10, -14 }
483
- },
484
- {
485
- id str "bit_score",
486
- value real { 265334674007135, 10, -13 }
487
- },
488
- {
489
- id str "num_ident",
490
- value int 16
491
- },
492
- {
493
- id str "hsp_percent_coverage",
494
- value real { 314797507788162, 10, -14 }
495
- }
496
- },
497
- segs denseg {
498
- dim 2,
499
- numseg 1,
500
- ids {
501
- local str "Query_1",
502
- local str "SI2.2.0_08869"
503
- },
504
- starts {
505
- 78,
506
- 507
507
- },
508
- lens {
509
- 17
510
- },
511
- strands {
512
- plus,
513
- plus
514
- }
515
- }
516
- },
517
- {
518
- type partial,
519
- dim 2,
520
- score {
521
- {
522
- id str "score",
523
- value int 28
524
- },
525
- {
526
- id str "e_value",
527
- value real { 177616769707622, 10, -14 }
528
- },
529
- {
530
- id str "bit_score",
531
- value real { 265334674007135, 10, -13 }
532
- },
533
- {
534
- id str "num_ident",
535
- value int 14
536
- },
537
- {
538
- id str "hsp_percent_coverage",
539
- value real { 268068535825545, 10, -14 }
540
- }
541
- },
542
- segs denseg {
543
- dim 2,
544
- numseg 1,
545
- ids {
546
- local str "Query_1",
547
- local str "SI2.2.0_02875"
548
- },
549
- starts {
550
- 320,
551
- 472
552
- },
553
- lens {
554
- 14
555
- },
556
- strands {
557
- minus,
558
- plus
559
- }
560
- }
561
- },
562
- {
563
- type partial,
564
- dim 2,
565
- score {
566
- {
567
- id str "score",
568
- value int 28
569
- },
570
- {
571
- id str "e_value",
572
- value real { 177616769707622, 10, -14 }
573
- },
574
- {
575
- id str "bit_score",
576
- value real { 265334674007135, 10, -13 }
577
- },
578
- {
579
- id str "num_ident",
580
- value int 14
581
- },
582
- {
583
- id str "hsp_percent_coverage",
584
- value real { 268068535825545, 10, -14 }
585
- }
586
- },
587
- segs denseg {
588
- dim 2,
589
- numseg 1,
590
- ids {
591
- local str "Query_1",
592
- local str "SI2.2.0_04435"
593
- },
594
- starts {
595
- 71,
596
- 58
597
- },
598
- lens {
599
- 14
600
- },
601
- strands {
602
- minus,
603
- plus
604
- }
605
- }
606
- },
607
- {
608
- type partial,
609
- dim 2,
610
- score {
611
- {
612
- id str "score",
613
- value int 26
614
- },
615
- {
616
- id str "e_value",
617
- value real { 61994344127612, 10, -13 }
618
- },
619
- {
620
- id str "bit_score",
621
- value real { 247300985996023, 10, -13 }
622
- },
623
- {
624
- id str "num_ident",
625
- value int 16
626
- },
627
- {
628
- id str "hsp_percent_coverage",
629
- value real { 330373831775701, 10, -14 }
630
- }
631
- },
632
- segs denseg {
633
- dim 2,
634
- numseg 1,
635
- ids {
636
- local str "Query_1",
637
- local str "SI2.2.0_05333"
638
- },
639
- starts {
640
- 607,
641
- 1450
642
- },
643
- lens {
644
- 18
645
- },
646
- strands {
647
- minus,
648
- plus
649
- }
650
- }
651
- },
652
- {
653
- type partial,
654
- dim 2,
655
- score {
656
- {
657
- id str "score",
658
- value int 26
659
- },
660
- {
661
- id str "e_value",
662
- value real { 61994344127612, 10, -13 }
663
- },
664
- {
665
- id str "bit_score",
666
- value real { 247300985996023, 10, -13 }
667
- },
668
- {
669
- id str "num_ident",
670
- value int 13
671
- },
672
- {
673
- id str "hsp_percent_coverage",
674
- value real { 252492211838006, 10, -14 }
675
- }
676
- },
677
- segs denseg {
678
- dim 2,
679
- numseg 1,
680
- ids {
681
- local str "Query_1",
682
- local str "SI2.2.0_14892"
683
- },
684
- starts {
685
- 202,
686
- 251
687
- },
688
- lens {
689
- 13
690
- },
691
- strands {
692
- plus,
693
- plus
694
- }
695
- }
696
- },
697
- {
698
- type partial,
699
- dim 2,
700
- score {
701
- {
702
- id str "score",
703
- value int 26
704
- },
705
- {
706
- id str "e_value",
707
- value real { 61994344127612, 10, -13 }
708
- },
709
- {
710
- id str "bit_score",
711
- value real { 247300985996023, 10, -13 }
712
- },
713
- {
714
- id str "num_ident",
715
- value int 13
716
- },
717
- {
718
- id str "hsp_percent_coverage",
719
- value real { 252492211838006, 10, -14 }
720
- }
721
- },
722
- segs denseg {
723
- dim 2,
724
- numseg 1,
725
- ids {
726
- local str "Query_1",
727
- local str "SI2.2.0_11174"
728
- },
729
- starts {
730
- 508,
731
- 68
732
- },
733
- lens {
734
- 13
735
- },
736
- strands {
737
- plus,
738
- plus
739
- }
740
- }
741
- },
742
- {
743
- type partial,
744
- dim 2,
745
- score {
746
- {
747
- id str "score",
748
- value int 26
749
- },
750
- {
751
- id str "e_value",
752
- value real { 61994344127612, 10, -13 }
753
- },
754
- {
755
- id str "bit_score",
756
- value real { 247300985996023, 10, -13 }
757
- },
758
- {
759
- id str "num_ident",
760
- value int 15
761
- },
762
- {
763
- id str "hsp_percent_coverage",
764
- value real { 299221183800623, 10, -14 }
765
- }
766
- },
767
- segs denseg {
768
- dim 2,
769
- numseg 1,
770
- ids {
771
- local str "Query_1",
772
- local str "SI2.2.0_05898"
773
- },
774
- starts {
775
- 536,
776
- 309
777
- },
778
- lens {
779
- 16
780
- },
781
- strands {
782
- minus,
783
- plus
784
- }
785
- }
786
- },
787
- {
788
- type partial,
789
- dim 2,
790
- score {
791
- {
792
- id str "score",
793
- value int 26
794
- },
795
- {
796
- id str "e_value",
797
- value real { 61994344127612, 10, -13 }
798
- },
799
- {
800
- id str "bit_score",
801
- value real { 247300985996023, 10, -13 }
802
- },
803
- {
804
- id str "num_ident",
805
- value int 19
806
- },
807
- {
808
- id str "hsp_percent_coverage",
809
- value real { 408255451713396, 10, -14 }
810
- }
811
- },
812
- segs denseg {
813
- dim 2,
814
- numseg 1,
815
- ids {
816
- local str "Query_1",
817
- local str "SI2.2.0_06444"
818
- },
819
- starts {
820
- 574,
821
- 88
822
- },
823
- lens {
824
- 23
825
- },
826
- strands {
827
- plus,
828
- plus
829
- }
830
- }
831
- },
832
- {
833
- type partial,
834
- dim 2,
835
- score {
836
- {
837
- id str "score",
838
- value int 26
839
- },
840
- {
841
- id str "e_value",
842
- value real { 61994344127612, 10, -13 }
843
- },
844
- {
845
- id str "bit_score",
846
- value real { 247300985996023, 10, -13 }
847
- },
848
- {
849
- id str "num_ident",
850
- value int 13
851
- },
852
- {
853
- id str "hsp_percent_coverage",
854
- value real { 252492211838006, 10, -14 }
855
- }
856
- },
857
- segs denseg {
858
- dim 2,
859
- numseg 1,
860
- ids {
861
- local str "Query_1",
862
- local str "SI2.2.0_01070"
863
- },
864
- starts {
865
- 250,
866
- 223
867
- },
868
- lens {
869
- 13
870
- },
871
- strands {
872
- plus,
873
- plus
874
- }
875
- }
876
- },
877
- {
878
- type partial,
879
- dim 2,
880
- score {
881
- {
882
- id str "score",
883
- value int 26
884
- },
885
- {
886
- id str "e_value",
887
- value real { 61994344127612, 10, -13 }
888
- },
889
- {
890
- id str "bit_score",
891
- value real { 247300985996023, 10, -13 }
892
- },
893
- {
894
- id str "num_ident",
895
- value int 13
896
- },
897
- {
898
- id str "hsp_percent_coverage",
899
- value real { 252492211838006, 10, -14 }
900
- }
901
- },
902
- segs denseg {
903
- dim 2,
904
- numseg 1,
905
- ids {
906
- local str "Query_1",
907
- local str "SI2.2.0_01189"
908
- },
909
- starts {
910
- 217,
911
- 320
912
- },
913
- lens {
914
- 13
915
- },
916
- strands {
917
- minus,
918
- plus
919
- }
920
- }
921
- },
922
- {
923
- type partial,
924
- dim 2,
925
- score {
926
- {
927
- id str "score",
928
- value int 28
929
- },
930
- {
931
- id str "e_value",
932
- value real { 165604041321599, 10, -14 }
933
- },
934
- {
935
- id str "bit_score",
936
- value real { 265334674007135, 10, -13 }
937
- },
938
- {
939
- id str "num_ident",
940
- value int 14
941
- },
942
- {
943
- id str "hsp_percent_coverage",
944
- value real { 283333333333333, 10, -14 }
945
- }
946
- },
947
- segs denseg {
948
- dim 2,
949
- numseg 1,
950
- ids {
951
- local str "Query_2",
952
- local str "SI2.2.0_05838"
953
- },
954
- starts {
955
- 586,
956
- 148
957
- },
958
- lens {
959
- 14
960
- },
961
- strands {
962
- minus,
963
- plus
964
- }
965
- }
966
- },
967
- {
968
- type partial,
969
- dim 2,
970
- score {
971
- {
972
- id str "score",
973
- value int 28
974
- },
975
- {
976
- id str "e_value",
977
- value real { 165604041321599, 10, -14 }
978
- },
979
- {
980
- id str "bit_score",
981
- value real { 265334674007135, 10, -13 }
982
- },
983
- {
984
- id str "num_ident",
985
- value int 27
986
- },
987
- {
988
- id str "hsp_percent_coverage",
989
- value real { 583333333333333, 10, -14 }
990
- }
991
- },
992
- segs denseg {
993
- dim 2,
994
- numseg 5,
995
- ids {
996
- local str "Query_2",
997
- local str "SI2.2.0_05838"
998
- },
999
- starts {
1000
- 263,
1001
- 243,
1002
- -1,
1003
- 258,
1004
- 278,
1005
- 259,
1006
- 284,
1007
- -1,
1008
- 285,
1009
- 265
1010
- },
1011
- lens {
1012
- 15,
1013
- 1,
1014
- 6,
1015
- 1,
1016
- 10
1017
- },
1018
- strands {
1019
- plus,
1020
- plus,
1021
- plus,
1022
- plus,
1023
- plus,
1024
- plus,
1025
- plus,
1026
- plus,
1027
- plus,
1028
- plus
1029
- }
1030
- }
1031
- },
1032
- {
1033
- type partial,
1034
- dim 2,
1035
- score {
1036
- {
1037
- id str "score",
1038
- value int 28
1039
- },
1040
- {
1041
- id str "e_value",
1042
- value real { 165604041321599, 10, -14 }
1043
- },
1044
- {
1045
- id str "bit_score",
1046
- value real { 265334674007135, 10, -13 }
1047
- },
1048
- {
1049
- id str "num_ident",
1050
- value int 16
1051
- },
1052
- {
1053
- id str "hsp_percent_coverage",
1054
- value real { 333333333333333, 10, -14 }
1055
- }
1056
- },
1057
- segs denseg {
1058
- dim 2,
1059
- numseg 1,
1060
- ids {
1061
- local str "Query_2",
1062
- local str "SI2.2.0_09883"
1063
- },
1064
- starts {
1065
- 379,
1066
- 15
1067
- },
1068
- lens {
1069
- 17
1070
- },
1071
- strands {
1072
- minus,
1073
- plus
1074
- }
1075
- }
1076
- },
1077
- {
1078
- type partial,
1079
- dim 2,
1080
- score {
1081
- {
1082
- id str "score",
1083
- value int 28
1084
- },
1085
- {
1086
- id str "e_value",
1087
- value real { 165604041321599, 10, -14 }
1088
- },
1089
- {
1090
- id str "bit_score",
1091
- value real { 265334674007135, 10, -13 }
1092
- },
1093
- {
1094
- id str "num_ident",
1095
- value int 14
1096
- },
1097
- {
1098
- id str "hsp_percent_coverage",
1099
- value real { 283333333333333, 10, -14 }
1100
- }
1101
- },
1102
- segs denseg {
1103
- dim 2,
1104
- numseg 1,
1105
- ids {
1106
- local str "Query_2",
1107
- local str "SI2.2.0_09684"
1108
- },
1109
- starts {
1110
- 481,
1111
- 389
1112
- },
1113
- lens {
1114
- 14
1115
- },
1116
- strands {
1117
- minus,
1118
- plus
1119
- }
1120
- }
1121
- },
1122
- {
1123
- type partial,
1124
- dim 2,
1125
- score {
1126
- {
1127
- id str "score",
1128
- value int 26
1129
- },
1130
- {
1131
- id str "e_value",
1132
- value real { 578014899354064, 10, -14 }
1133
- },
1134
- {
1135
- id str "bit_score",
1136
- value real { 247300985996023, 10, -13 }
1137
- },
1138
- {
1139
- id str "num_ident",
1140
- value int 13
1141
- },
1142
- {
1143
- id str "hsp_percent_coverage",
1144
- value real { 266666666666667, 10, -14 }
1145
- }
1146
- },
1147
- segs denseg {
1148
- dim 2,
1149
- numseg 1,
1150
- ids {
1151
- local str "Query_2",
1152
- local str "SI2.2.0_06553"
1153
- },
1154
- starts {
1155
- 332,
1156
- 448
1157
- },
1158
- lens {
1159
- 13
1160
- },
1161
- strands {
1162
- minus,
1163
- plus
1164
- }
1165
- }
1166
- },
1167
- {
1168
- type partial,
1169
- dim 2,
1170
- score {
1171
- {
1172
- id str "score",
1173
- value int 26
1174
- },
1175
- {
1176
- id str "e_value",
1177
- value real { 578014899354064, 10, -14 }
1178
- },
1179
- {
1180
- id str "bit_score",
1181
- value real { 247300985996023, 10, -13 }
1182
- },
1183
- {
1184
- id str "num_ident",
1185
- value int 13
1186
- },
1187
- {
1188
- id str "hsp_percent_coverage",
1189
- value real { 266666666666667, 10, -14 }
1190
- }
1191
- },
1192
- segs denseg {
1193
- dim 2,
1194
- numseg 1,
1195
- ids {
1196
- local str "Query_2",
1197
- local str "SI2.2.0_05333"
1198
- },
1199
- starts {
1200
- 371,
1201
- 1915
1202
- },
1203
- lens {
1204
- 13
1205
- },
1206
- strands {
1207
- plus,
1208
- plus
1209
- }
1210
- }
1211
- },
1212
- {
1213
- type partial,
1214
- dim 2,
1215
- score {
1216
- {
1217
- id str "score",
1218
- value int 26
1219
- },
1220
- {
1221
- id str "e_value",
1222
- value real { 578014899354064, 10, -14 }
1223
- },
1224
- {
1225
- id str "bit_score",
1226
- value real { 247300985996023, 10, -13 }
1227
- },
1228
- {
1229
- id str "num_ident",
1230
- value int 15
1231
- },
1232
- {
1233
- id str "hsp_percent_coverage",
1234
- value real { 316666666666667, 10, -14 }
1235
- }
1236
- },
1237
- segs denseg {
1238
- dim 2,
1239
- numseg 1,
1240
- ids {
1241
- local str "Query_2",
1242
- local str "SI2.2.0_08322"
1243
- },
1244
- starts {
1245
- 169,
1246
- 17
1247
- },
1248
- lens {
1249
- 16
1250
- },
1251
- strands {
1252
- plus,
1253
- plus
1254
- }
1255
- }
1256
- },
1257
- {
1258
- type partial,
1259
- dim 2,
1260
- score {
1261
- {
1262
- id str "score",
1263
- value int 26
1264
- },
1265
- {
1266
- id str "e_value",
1267
- value real { 578014899354064, 10, -14 }
1268
- },
1269
- {
1270
- id str "bit_score",
1271
- value real { 247300985996023, 10, -13 }
1272
- },
1273
- {
1274
- id str "num_ident",
1275
- value int 16
1276
- },
1277
- {
1278
- id str "hsp_percent_coverage",
1279
- value real { 35, 10, -1 }
1280
- }
1281
- },
1282
- segs denseg {
1283
- dim 2,
1284
- numseg 1,
1285
- ids {
1286
- local str "Query_2",
1287
- local str "SI2.2.0_00272"
1288
- },
1289
- starts {
1290
- 98,
1291
- 532
1292
- },
1293
- lens {
1294
- 18
1295
- },
1296
- strands {
1297
- minus,
1298
- plus
1299
- }
1300
- }
1301
- },
1302
- {
1303
- type partial,
1304
- dim 2,
1305
- score {
1306
- {
1307
- id str "score",
1308
- value int 26
1309
- },
1310
- {
1311
- id str "e_value",
1312
- value real { 578014899354064, 10, -14 }
1313
- },
1314
- {
1315
- id str "bit_score",
1316
- value real { 247300985996023, 10, -13 }
1317
- },
1318
- {
1319
- id str "num_ident",
1320
- value int 13
1321
- },
1322
- {
1323
- id str "hsp_percent_coverage",
1324
- value real { 266666666666667, 10, -14 }
1325
- }
1326
- },
1327
- segs denseg {
1328
- dim 2,
1329
- numseg 1,
1330
- ids {
1331
- local str "Query_2",
1332
- local str "SI2.2.0_00930"
1333
- },
1334
- starts {
1335
- 240,
1336
- 249
1337
- },
1338
- lens {
1339
- 13
1340
- },
1341
- strands {
1342
- minus,
1343
- plus
1344
- }
1345
- }
1346
- },
1347
- {
1348
- type partial,
1349
- dim 2,
1350
- score {
1351
- {
1352
- id str "score",
1353
- value int 26
1354
- },
1355
- {
1356
- id str "e_value",
1357
- value real { 578014899354064, 10, -14 }
1358
- },
1359
- {
1360
- id str "bit_score",
1361
- value real { 247300985996023, 10, -13 }
1362
- },
1363
- {
1364
- id str "num_ident",
1365
- value int 13
1366
- },
1367
- {
1368
- id str "hsp_percent_coverage",
1369
- value real { 266666666666667, 10, -14 }
1370
- }
1371
- },
1372
- segs denseg {
1373
- dim 2,
1374
- numseg 1,
1375
- ids {
1376
- local str "Query_2",
1377
- local str "SI2.2.0_16505"
1378
- },
1379
- starts {
1380
- 239,
1381
- 2860
1382
- },
1383
- lens {
1384
- 13
1385
- },
1386
- strands {
1387
- minus,
1388
- plus
1389
- }
1390
- }
1391
- },
1392
- {
1393
- type partial,
1394
- dim 2,
1395
- score {
1396
- {
1397
- id str "score",
1398
- value int 26
1399
- },
1400
- {
1401
- id str "e_value",
1402
- value real { 578014899354064, 10, -14 }
1403
- },
1404
- {
1405
- id str "bit_score",
1406
- value real { 247300985996023, 10, -13 }
1407
- },
1408
- {
1409
- id str "num_ident",
1410
- value int 15
1411
- },
1412
- {
1413
- id str "hsp_percent_coverage",
1414
- value real { 316666666666667, 10, -14 }
1415
- }
1416
- },
1417
- segs denseg {
1418
- dim 2,
1419
- numseg 1,
1420
- ids {
1421
- local str "Query_2",
1422
- local str "SI2.2.0_05502"
1423
- },
1424
- starts {
1425
- 236,
1426
- 85
1427
- },
1428
- lens {
1429
- 16
1430
- },
1431
- strands {
1432
- minus,
1433
- plus
1434
- }
1435
- }
1436
- }
1437
- },
1438
- masks {
1439
- {
1440
- locations {
1441
- packed-int {
1442
- {
1443
- from 241,
1444
- to 249,
1445
- id local str "Query_1"
1446
- },
1447
- {
1448
- from 382,
1449
- to 479,
1450
- id local str "Query_1"
1451
- }
1452
- }
1453
- },
1454
- frame plus1
1455
- },
1456
- {
1457
- locations {
1458
- packed-int {
1459
- {
1460
- from 8,
1461
- to 52,
1462
- id local str "Query_2"
1463
- }
1464
- }
1465
- },
1466
- frame plus1
1467
- }
1468
- },
1469
- ka-blocks {
1470
- {
1471
- lambda { 633731443099174, 10, -15 },
1472
- k { 408145662544724, 10, -15 },
1473
- h { 91243839227971, 10, -14 },
1474
- gapped FALSE
1475
- },
1476
- {
1477
- lambda { 625, 10, -3 },
1478
- k { 41, 10, -2 },
1479
- h { 78, 10, -2 },
1480
- gapped TRUE
1481
- }
1482
- },
1483
- search-stats {
1484
- "Effective search space: 172525599",
1485
- "Effective search space used: 172525599",
1486
- "Length adjustment: 21"
1487
- }
1488
- }
1489
- }