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.
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: tblastx_sample
3
- method: tblastx
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,2422 +0,0 @@
1
- Blast4-archive ::= {
2
- request {
3
- ident "2.2.30+",
4
- body queue-search {
5
- program "tblastx",
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 ">SI2.2.0_06267
20
- Si_gnF.scaffold02592[1282609..1284114].pep_2"
21
- }
22
- }
23
- },
24
- title "SI2.2.0_06267 Si_gnF.scaffold02592[1282609..1284114].pep_2"
25
- },
26
- inst {
27
- repr raw,
28
- mol na,
29
- length 540,
30
- seq-data ncbi2na '38315DE9DDFCEA3CD5AC27D5F01F4EBBF8460A38DE4249
31
- B3E888D7C493177A4BCDF628554163344987CCCE03CA1835F4C47F9651650503ECF79D634BED80
32
- 83007AD1E8E8613FCD8C005AE0DFB56F043C7E4F7A7DFA779038C1A334408C03E803DE1B843168
33
- CF01D30EFD70225B316787A39E97D22FBCF59FC4EB7E9DDD90FCD1F37DE35C32FA62'H
34
- }
35
- }
36
- }
37
- },
38
- subject database "../database/sample/transcripts/Solenopsis_invicta/Si
39
- nvicta2-2-3.cdna.subset.fasta",
40
- algorithm-options {
41
- {
42
- name "EvalueThreshold",
43
- value cutoff e-value { 1, 10, 1 }
44
- },
45
- {
46
- name "LongestIntronLength",
47
- value integer 0
48
- },
49
- {
50
- name "MaskAtHash",
51
- value boolean FALSE
52
- },
53
- {
54
- name "SegFilteringWindow",
55
- value integer 12
56
- },
57
- {
58
- name "SegFilteringLocut",
59
- value real { 22, 10, -1 }
60
- },
61
- {
62
- name "SegFilteringHicut",
63
- value real { 25, 10, -1 }
64
- },
65
- {
66
- name "WordThreshold",
67
- value integer 13
68
- },
69
- {
70
- name "WindowSize",
71
- value integer 40
72
- },
73
- {
74
- name "QueryGeneticCode",
75
- value integer 1
76
- },
77
- {
78
- name "DbGeneticCode",
79
- value integer 1
80
- },
81
- {
82
- name "HitlistSize",
83
- value integer 500
84
- },
85
- {
86
- name "EffectiveSearchSpace",
87
- value big-integer 11955588
88
- }
89
- }
90
- }
91
- },
92
- results {
93
- alignments {
94
- {
95
- type diags,
96
- segs std {
97
- {
98
- dim 2,
99
- ids {
100
- local str "Query_1",
101
- local str "SI2.2.0_06267"
102
- },
103
- loc {
104
- int {
105
- from 0,
106
- to 539,
107
- strand plus,
108
- id local str "Query_1"
109
- },
110
- int {
111
- from 0,
112
- to 539,
113
- strand plus,
114
- id local str "SI2.2.0_06267"
115
- }
116
- },
117
- scores {
118
- {
119
- id str "score",
120
- value int 961
121
- },
122
- {
123
- id str "e_value",
124
- value real { 886238171826621, 10, -141 }
125
- },
126
- {
127
- id str "bit_score",
128
- value real { 44323857431301, 10, -11 }
129
- },
130
- {
131
- id str "num_ident",
132
- value int 180
133
- },
134
- {
135
- id str "num_positives",
136
- value int 180
137
- },
138
- {
139
- id str "hsp_percent_coverage",
140
- value real { 338333333333333, 10, -13 }
141
- }
142
- }
143
- },
144
- {
145
- dim 2,
146
- ids {
147
- local str "Query_1",
148
- local str "SI2.2.0_06267"
149
- },
150
- loc {
151
- int {
152
- from 0,
153
- to 539,
154
- strand minus,
155
- id local str "Query_1"
156
- },
157
- int {
158
- from 0,
159
- to 539,
160
- strand minus,
161
- id local str "SI2.2.0_06267"
162
- }
163
- },
164
- scores {
165
- {
166
- id str "score",
167
- value int 938
168
- },
169
- {
170
- id str "e_value",
171
- value real { 132735983926242, 10, -137 }
172
- },
173
- {
174
- id str "bit_score",
175
- value real { 43269977789214, 10, -11 }
176
- },
177
- {
178
- id str "num_ident",
179
- value int 180
180
- },
181
- {
182
- id str "num_positives",
183
- value int 180
184
- },
185
- {
186
- id str "hsp_percent_coverage",
187
- value real { 338333333333333, 10, -13 }
188
- }
189
- }
190
- },
191
- {
192
- dim 2,
193
- ids {
194
- local str "Query_1",
195
- local str "SI2.2.0_06267"
196
- },
197
- loc {
198
- int {
199
- from 1,
200
- to 537,
201
- strand plus,
202
- id local str "Query_1"
203
- },
204
- int {
205
- from 1,
206
- to 537,
207
- strand plus,
208
- id local str "SI2.2.0_06267"
209
- }
210
- },
211
- scores {
212
- {
213
- id str "score",
214
- value int 921
215
- },
216
- {
217
- id str "e_value",
218
- value real { 291696383535039, 10, -135 }
219
- },
220
- {
221
- id str "bit_score",
222
- value real { 424910232711496, 10, -12 }
223
- },
224
- {
225
- id str "num_ident",
226
- value int 179
227
- },
228
- {
229
- id str "num_positives",
230
- value int 179
231
- },
232
- {
233
- id str "hsp_percent_coverage",
234
- value real { 336481481481481, 10, -13 }
235
- }
236
- }
237
- },
238
- {
239
- dim 2,
240
- ids {
241
- local str "Query_1",
242
- local str "SI2.2.0_06267"
243
- },
244
- loc {
245
- int {
246
- from 2,
247
- to 538,
248
- strand plus,
249
- id local str "Query_1"
250
- },
251
- int {
252
- from 2,
253
- to 538,
254
- strand plus,
255
- id local str "SI2.2.0_06267"
256
- }
257
- },
258
- scores {
259
- {
260
- id str "score",
261
- value int 895
262
- },
263
- {
264
- id str "e_value",
265
- value real { 112519664897538, 10, -131 }
266
- },
267
- {
268
- id str "bit_score",
269
- value real { 412996810670512, 10, -12 }
270
- },
271
- {
272
- id str "num_ident",
273
- value int 179
274
- },
275
- {
276
- id str "num_positives",
277
- value int 179
278
- },
279
- {
280
- id str "hsp_percent_coverage",
281
- value real { 336481481481481, 10, -13 }
282
- }
283
- }
284
- },
285
- {
286
- dim 2,
287
- ids {
288
- local str "Query_1",
289
- local str "SI2.2.0_06267"
290
- },
291
- loc {
292
- int {
293
- from 1,
294
- to 537,
295
- strand minus,
296
- id local str "Query_1"
297
- },
298
- int {
299
- from 1,
300
- to 537,
301
- strand minus,
302
- id local str "SI2.2.0_06267"
303
- }
304
- },
305
- scores {
306
- {
307
- id str "score",
308
- value int 881
309
- },
310
- {
311
- id str "e_value",
312
- value real { 966620537509094, 10, -130 }
313
- },
314
- {
315
- id str "bit_score",
316
- value real { 406581891109982, 10, -12 }
317
- },
318
- {
319
- id str "num_ident",
320
- value int 179
321
- },
322
- {
323
- id str "num_positives",
324
- value int 179
325
- },
326
- {
327
- id str "hsp_percent_coverage",
328
- value real { 336481481481481, 10, -13 }
329
- }
330
- }
331
- },
332
- {
333
- dim 2,
334
- ids {
335
- local str "Query_1",
336
- local str "SI2.2.0_06267"
337
- },
338
- loc {
339
- int {
340
- from 2,
341
- to 538,
342
- strand minus,
343
- id local str "Query_1"
344
- },
345
- int {
346
- from 2,
347
- to 538,
348
- strand minus,
349
- id local str "SI2.2.0_06267"
350
- }
351
- },
352
- scores {
353
- {
354
- id str "score",
355
- value int 812
356
- },
357
- {
358
- id str "e_value",
359
- value real { 318227378269189, 10, -120 }
360
- },
361
- {
362
- id str "bit_score",
363
- value real { 374965501847369, 10, -12 }
364
- },
365
- {
366
- id str "num_ident",
367
- value int 179
368
- },
369
- {
370
- id str "num_positives",
371
- value int 179
372
- },
373
- {
374
- id str "hsp_percent_coverage",
375
- value real { 336481481481481, 10, -13 }
376
- }
377
- }
378
- },
379
- {
380
- dim 2,
381
- ids {
382
- local str "Query_1",
383
- local str "SI2.2.0_06267"
384
- },
385
- loc {
386
- int {
387
- from 329,
388
- to 370,
389
- strand plus,
390
- id local str "Query_1"
391
- },
392
- int {
393
- from 121,
394
- to 162,
395
- strand plus,
396
- id local str "SI2.2.0_06267"
397
- }
398
- },
399
- scores {
400
- {
401
- id str "score",
402
- value int 40
403
- },
404
- {
405
- id str "e_value",
406
- value real { 966581774245886, 10, -14 }
407
- },
408
- {
409
- id str "bit_score",
410
- value real { 212285089381423, 10, -13 }
411
- },
412
- {
413
- id str "num_ident",
414
- value int 7
415
- },
416
- {
417
- id str "num_positives",
418
- value int 7
419
- },
420
- {
421
- id str "hsp_percent_coverage",
422
- value real { 309259259259259, 10, -14 }
423
- }
424
- }
425
- },
426
- {
427
- dim 2,
428
- ids {
429
- local str "Query_1",
430
- local str "SI2.2.0_06267"
431
- },
432
- loc {
433
- int {
434
- from 121,
435
- to 162,
436
- strand plus,
437
- id local str "Query_1"
438
- },
439
- int {
440
- from 329,
441
- to 370,
442
- strand plus,
443
- id local str "SI2.2.0_06267"
444
- }
445
- },
446
- scores {
447
- {
448
- id str "score",
449
- value int 40
450
- },
451
- {
452
- id str "e_value",
453
- value real { 966581774245886, 10, -14 }
454
- },
455
- {
456
- id str "bit_score",
457
- value real { 212285089381423, 10, -13 }
458
- },
459
- {
460
- id str "num_ident",
461
- value int 7
462
- },
463
- {
464
- id str "num_positives",
465
- value int 7
466
- },
467
- {
468
- id str "hsp_percent_coverage",
469
- value real { 309259259259259, 10, -14 }
470
- }
471
- }
472
- }
473
- }
474
- },
475
- {
476
- type diags,
477
- segs std {
478
- {
479
- dim 2,
480
- ids {
481
- local str "Query_1",
482
- local str "SI2.2.0_03649"
483
- },
484
- loc {
485
- int {
486
- from 168,
487
- to 212,
488
- strand plus,
489
- id local str "Query_1"
490
- },
491
- int {
492
- from 733,
493
- to 777,
494
- strand minus,
495
- id local str "SI2.2.0_03649"
496
- }
497
- },
498
- scores {
499
- {
500
- id str "score",
501
- value int 42
502
- },
503
- {
504
- id str "sum_n",
505
- value int 2
506
- },
507
- {
508
- id str "e_value",
509
- value real { 223266389357325, 10, -15 }
510
- },
511
- {
512
- id str "bit_score",
513
- value real { 22144926018218, 10, -12 }
514
- },
515
- {
516
- id str "num_ident",
517
- value int 8
518
- },
519
- {
520
- id str "num_positives",
521
- value int 10
522
- },
523
- {
524
- id str "hsp_percent_coverage",
525
- value real { 327777777777778, 10, -14 }
526
- }
527
- }
528
- },
529
- {
530
- dim 2,
531
- ids {
532
- local str "Query_1",
533
- local str "SI2.2.0_03649"
534
- },
535
- loc {
536
- int {
537
- from 201,
538
- to 254,
539
- strand plus,
540
- id local str "Query_1"
541
- },
542
- int {
543
- from 688,
544
- to 741,
545
- strand minus,
546
- id local str "SI2.2.0_03649"
547
- }
548
- },
549
- scores {
550
- {
551
- id str "score",
552
- value int 40
553
- },
554
- {
555
- id str "sum_n",
556
- value int 2
557
- },
558
- {
559
- id str "e_value",
560
- value real { 223266389357325, 10, -15 }
561
- },
562
- {
563
- id str "bit_score",
564
- value real { 212285089381423, 10, -13 }
565
- },
566
- {
567
- id str "num_ident",
568
- value int 7
569
- },
570
- {
571
- id str "num_positives",
572
- value int 10
573
- },
574
- {
575
- id str "hsp_percent_coverage",
576
- value real { 383333333333333, 10, -14 }
577
- }
578
- }
579
- }
580
- }
581
- },
582
- {
583
- type diags,
584
- segs std {
585
- {
586
- dim 2,
587
- ids {
588
- local str "Query_1",
589
- local str "SI2.2.0_00906"
590
- },
591
- loc {
592
- int {
593
- from 166,
594
- to 234,
595
- strand plus,
596
- id local str "Query_1"
597
- },
598
- int {
599
- from 4,
600
- to 72,
601
- strand plus,
602
- id local str "SI2.2.0_00906"
603
- }
604
- },
605
- scores {
606
- {
607
- id str "score",
608
- value int 50
609
- },
610
- {
611
- id str "e_value",
612
- value real { 403546377981801, 10, -15 }
613
- },
614
- {
615
- id str "bit_score",
616
- value real { 258105943385209, 10, -13 }
617
- },
618
- {
619
- id str "num_ident",
620
- value int 9
621
- },
622
- {
623
- id str "num_positives",
624
- value int 14
625
- },
626
- {
627
- id str "hsp_percent_coverage",
628
- value real { 475925925925926, 10, -14 }
629
- }
630
- }
631
- }
632
- }
633
- },
634
- {
635
- type diags,
636
- segs std {
637
- {
638
- dim 2,
639
- ids {
640
- local str "Query_1",
641
- local str "SI2.2.0_10643"
642
- },
643
- loc {
644
- int {
645
- from 316,
646
- to 396,
647
- strand minus,
648
- id local str "Query_1"
649
- },
650
- int {
651
- from 165,
652
- to 245,
653
- strand minus,
654
- id local str "SI2.2.0_10643"
655
- }
656
- },
657
- scores {
658
- {
659
- id str "score",
660
- value int 46
661
- },
662
- {
663
- id str "e_value",
664
- value real { 143757831456381, 10, -14 }
665
- },
666
- {
667
- id str "bit_score",
668
- value real { 239777601783694, 10, -13 }
669
- },
670
- {
671
- id str "num_ident",
672
- value int 14
673
- },
674
- {
675
- id str "num_positives",
676
- value int 15
677
- },
678
- {
679
- id str "hsp_percent_coverage",
680
- value real { 55, 10, -1 }
681
- }
682
- }
683
- }
684
- }
685
- },
686
- {
687
- type diags,
688
- segs std {
689
- {
690
- dim 2,
691
- ids {
692
- local str "Query_1",
693
- local str "SI2.2.0_08520"
694
- },
695
- loc {
696
- int {
697
- from 58,
698
- to 117,
699
- strand plus,
700
- id local str "Query_1"
701
- },
702
- int {
703
- from 120,
704
- to 179,
705
- strand plus,
706
- id local str "SI2.2.0_08520"
707
- }
708
- },
709
- scores {
710
- {
711
- id str "score",
712
- value int 46
713
- },
714
- {
715
- id str "e_value",
716
- value real { 143757831456381, 10, -14 }
717
- },
718
- {
719
- id str "bit_score",
720
- value real { 239777601783694, 10, -13 }
721
- },
722
- {
723
- id str "num_ident",
724
- value int 10
725
- },
726
- {
727
- id str "num_positives",
728
- value int 11
729
- },
730
- {
731
- id str "hsp_percent_coverage",
732
- value real { 42037037037037, 10, -13 }
733
- }
734
- }
735
- }
736
- }
737
- },
738
- {
739
- type diags,
740
- segs std {
741
- {
742
- dim 2,
743
- ids {
744
- local str "Query_1",
745
- local str "SI2.2.0_08362"
746
- },
747
- loc {
748
- int {
749
- from 186,
750
- to 236,
751
- strand plus,
752
- id local str "Query_1"
753
- },
754
- int {
755
- from 265,
756
- to 315,
757
- strand minus,
758
- id local str "SI2.2.0_08362"
759
- }
760
- },
761
- scores {
762
- {
763
- id str "score",
764
- value int 46
765
- },
766
- {
767
- id str "e_value",
768
- value real { 144735775888057, 10, -14 }
769
- },
770
- {
771
- id str "bit_score",
772
- value real { 239777601783694, 10, -13 }
773
- },
774
- {
775
- id str "num_ident",
776
- value int 8
777
- },
778
- {
779
- id str "num_positives",
780
- value int 11
781
- },
782
- {
783
- id str "hsp_percent_coverage",
784
- value real { 364814814814815, 10, -14 }
785
- }
786
- }
787
- }
788
- }
789
- },
790
- {
791
- type diags,
792
- segs std {
793
- {
794
- dim 2,
795
- ids {
796
- local str "Query_1",
797
- local str "SI2.2.0_00417"
798
- },
799
- loc {
800
- int {
801
- from 144,
802
- to 257,
803
- strand plus,
804
- id local str "Query_1"
805
- },
806
- int {
807
- from 91,
808
- to 204,
809
- strand plus,
810
- id local str "SI2.2.0_00417"
811
- }
812
- },
813
- scores {
814
- {
815
- id str "score",
816
- value int 46
817
- },
818
- {
819
- id str "e_value",
820
- value real { 144735775888057, 10, -14 }
821
- },
822
- {
823
- id str "bit_score",
824
- value real { 239777601783694, 10, -13 }
825
- },
826
- {
827
- id str "num_ident",
828
- value int 11
829
- },
830
- {
831
- id str "num_positives",
832
- value int 19
833
- },
834
- {
835
- id str "hsp_percent_coverage",
836
- value real { 753703703703704, 10, -14 }
837
- }
838
- }
839
- }
840
- }
841
- },
842
- {
843
- type diags,
844
- segs std {
845
- {
846
- dim 2,
847
- ids {
848
- local str "Query_1",
849
- local str "SI2.2.0_02651"
850
- },
851
- loc {
852
- int {
853
- from 333,
854
- to 404,
855
- strand minus,
856
- id local str "Query_1"
857
- },
858
- int {
859
- from 1667,
860
- to 1738,
861
- strand minus,
862
- id local str "SI2.2.0_02651"
863
- }
864
- },
865
- scores {
866
- {
867
- id str "score",
868
- value int 46
869
- },
870
- {
871
- id str "e_value",
872
- value real { 144735775888057, 10, -14 }
873
- },
874
- {
875
- id str "bit_score",
876
- value real { 239777601783694, 10, -13 }
877
- },
878
- {
879
- id str "num_ident",
880
- value int 7
881
- },
882
- {
883
- id str "num_positives",
884
- value int 14
885
- },
886
- {
887
- id str "hsp_percent_coverage",
888
- value real { 494444444444444, 10, -14 }
889
- }
890
- }
891
- },
892
- {
893
- dim 2,
894
- ids {
895
- local str "Query_1",
896
- local str "SI2.2.0_02651"
897
- },
898
- loc {
899
- int {
900
- from 366,
901
- to 398,
902
- strand minus,
903
- id local str "Query_1"
904
- },
905
- int {
906
- from 1698,
907
- to 1730,
908
- strand minus,
909
- id local str "SI2.2.0_02651"
910
- }
911
- },
912
- scores {
913
- {
914
- id str "score",
915
- value int 40
916
- },
917
- {
918
- id str "e_value",
919
- value real { 973157160465245, 10, -14 }
920
- },
921
- {
922
- id str "bit_score",
923
- value real { 212285089381423, 10, -13 }
924
- },
925
- {
926
- id str "num_ident",
927
- value int 6
928
- },
929
- {
930
- id str "num_positives",
931
- value int 8
932
- },
933
- {
934
- id str "hsp_percent_coverage",
935
- value real { 253703703703704, 10, -14 }
936
- }
937
- }
938
- }
939
- }
940
- },
941
- {
942
- type diags,
943
- segs std {
944
- {
945
- dim 2,
946
- ids {
947
- local str "Query_1",
948
- local str "SI2.2.0_09826"
949
- },
950
- loc {
951
- int {
952
- from 455,
953
- to 496,
954
- strand plus,
955
- id local str "Query_1"
956
- },
957
- int {
958
- from 155,
959
- to 196,
960
- strand minus,
961
- id local str "SI2.2.0_09826"
962
- }
963
- },
964
- scores {
965
- {
966
- id str "score",
967
- value int 44
968
- },
969
- {
970
- id str "e_value",
971
- value real { 271331704205974, 10, -14 }
972
- },
973
- {
974
- id str "bit_score",
975
- value real { 230613430982937, 10, -13 }
976
- },
977
- {
978
- id str "num_ident",
979
- value int 8
980
- },
981
- {
982
- id str "num_positives",
983
- value int 10
984
- },
985
- {
986
- id str "hsp_percent_coverage",
987
- value real { 309259259259259, 10, -14 }
988
- }
989
- }
990
- }
991
- }
992
- },
993
- {
994
- type diags,
995
- segs std {
996
- {
997
- dim 2,
998
- ids {
999
- local str "Query_1",
1000
- local str "SI2.2.0_03432"
1001
- },
1002
- loc {
1003
- int {
1004
- from 150,
1005
- to 194,
1006
- strand plus,
1007
- id local str "Query_1"
1008
- },
1009
- int {
1010
- from 37,
1011
- to 81,
1012
- strand plus,
1013
- id local str "SI2.2.0_03432"
1014
- }
1015
- },
1016
- scores {
1017
- {
1018
- id str "score",
1019
- value int 44
1020
- },
1021
- {
1022
- id str "e_value",
1023
- value real { 273177498112137, 10, -14 }
1024
- },
1025
- {
1026
- id str "bit_score",
1027
- value real { 230613430982937, 10, -13 }
1028
- },
1029
- {
1030
- id str "num_ident",
1031
- value int 8
1032
- },
1033
- {
1034
- id str "num_positives",
1035
- value int 12
1036
- },
1037
- {
1038
- id str "hsp_percent_coverage",
1039
- value real { 327777777777778, 10, -14 }
1040
- }
1041
- }
1042
- }
1043
- }
1044
- },
1045
- {
1046
- type diags,
1047
- segs std {
1048
- {
1049
- dim 2,
1050
- ids {
1051
- local str "Query_1",
1052
- local str "SI2.2.0_07987"
1053
- },
1054
- loc {
1055
- int {
1056
- from 408,
1057
- to 485,
1058
- strand minus,
1059
- id local str "Query_1"
1060
- },
1061
- int {
1062
- from 354,
1063
- to 431,
1064
- strand plus,
1065
- id local str "SI2.2.0_07987"
1066
- }
1067
- },
1068
- scores {
1069
- {
1070
- id str "score",
1071
- value int 43
1072
- },
1073
- {
1074
- id str "e_value",
1075
- value real { 375300754969872, 10, -14 }
1076
- },
1077
- {
1078
- id str "bit_score",
1079
- value real { 226031345582559, 10, -13 }
1080
- },
1081
- {
1082
- id str "num_ident",
1083
- value int 8
1084
- },
1085
- {
1086
- id str "num_positives",
1087
- value int 15
1088
- },
1089
- {
1090
- id str "hsp_percent_coverage",
1091
- value real { 531481481481481, 10, -14 }
1092
- }
1093
- }
1094
- }
1095
- }
1096
- },
1097
- {
1098
- type diags,
1099
- segs std {
1100
- {
1101
- dim 2,
1102
- ids {
1103
- local str "Query_1",
1104
- local str "SI2.2.0_16505"
1105
- },
1106
- loc {
1107
- int {
1108
- from 183,
1109
- to 212,
1110
- strand plus,
1111
- id local str "Query_1"
1112
- },
1113
- int {
1114
- from 2651,
1115
- to 2680,
1116
- strand minus,
1117
- id local str "SI2.2.0_16505"
1118
- }
1119
- },
1120
- scores {
1121
- {
1122
- id str "score",
1123
- value int 43
1124
- },
1125
- {
1126
- id str "e_value",
1127
- value real { 375300754969872, 10, -14 }
1128
- },
1129
- {
1130
- id str "bit_score",
1131
- value real { 226031345582559, 10, -13 }
1132
- },
1133
- {
1134
- id str "num_ident",
1135
- value int 7
1136
- },
1137
- {
1138
- id str "num_positives",
1139
- value int 8
1140
- },
1141
- {
1142
- id str "hsp_percent_coverage",
1143
- value real { 235185185185185, 10, -14 }
1144
- }
1145
- }
1146
- },
1147
- {
1148
- dim 2,
1149
- ids {
1150
- local str "Query_1",
1151
- local str "SI2.2.0_16505"
1152
- },
1153
- loc {
1154
- int {
1155
- from 201,
1156
- to 221,
1157
- strand minus,
1158
- id local str "Query_1"
1159
- },
1160
- int {
1161
- from 2369,
1162
- to 2389,
1163
- strand plus,
1164
- id local str "SI2.2.0_16505"
1165
- }
1166
- },
1167
- scores {
1168
- {
1169
- id str "score",
1170
- value int 40
1171
- },
1172
- {
1173
- id str "e_value",
1174
- value real { 973157160465245, 10, -14 }
1175
- },
1176
- {
1177
- id str "bit_score",
1178
- value real { 212285089381423, 10, -13 }
1179
- },
1180
- {
1181
- id str "num_ident",
1182
- value int 5
1183
- },
1184
- {
1185
- id str "num_positives",
1186
- value int 6
1187
- },
1188
- {
1189
- id str "hsp_percent_coverage",
1190
- value real { 17962962962963, 10, -13 }
1191
- }
1192
- }
1193
- }
1194
- }
1195
- },
1196
- {
1197
- type diags,
1198
- segs std {
1199
- {
1200
- dim 2,
1201
- ids {
1202
- local str "Query_1",
1203
- local str "SI2.2.0_02329"
1204
- },
1205
- loc {
1206
- int {
1207
- from 294,
1208
- to 437,
1209
- strand minus,
1210
- id local str "Query_1"
1211
- },
1212
- int {
1213
- from 1776,
1214
- to 1919,
1215
- strand plus,
1216
- id local str "SI2.2.0_02329"
1217
- }
1218
- },
1219
- scores {
1220
- {
1221
- id str "score",
1222
- value int 42
1223
- },
1224
- {
1225
- id str "e_value",
1226
- value real { 515601239686065, 10, -14 }
1227
- },
1228
- {
1229
- id str "bit_score",
1230
- value real { 22144926018218, 10, -12 }
1231
- },
1232
- {
1233
- id str "num_ident",
1234
- value int 7
1235
- },
1236
- {
1237
- id str "num_positives",
1238
- value int 20
1239
- },
1240
- {
1241
- id str "hsp_percent_coverage",
1242
- value real { 938888888888889, 10, -14 }
1243
- }
1244
- }
1245
- }
1246
- }
1247
- },
1248
- {
1249
- type diags,
1250
- segs std {
1251
- {
1252
- dim 2,
1253
- ids {
1254
- local str "Query_1",
1255
- local str "SI2.2.0_04131"
1256
- },
1257
- loc {
1258
- int {
1259
- from 342,
1260
- to 404,
1261
- strand minus,
1262
- id local str "Query_1"
1263
- },
1264
- int {
1265
- from 2263,
1266
- to 2325,
1267
- strand minus,
1268
- id local str "SI2.2.0_04131"
1269
- }
1270
- },
1271
- scores {
1272
- {
1273
- id str "score",
1274
- value int 42
1275
- },
1276
- {
1277
- id str "e_value",
1278
- value real { 515601239686065, 10, -14 }
1279
- },
1280
- {
1281
- id str "bit_score",
1282
- value real { 22144926018218, 10, -12 }
1283
- },
1284
- {
1285
- id str "num_ident",
1286
- value int 9
1287
- },
1288
- {
1289
- id str "num_positives",
1290
- value int 12
1291
- },
1292
- {
1293
- id str "hsp_percent_coverage",
1294
- value real { 438888888888889, 10, -14 }
1295
- }
1296
- }
1297
- }
1298
- }
1299
- },
1300
- {
1301
- type diags,
1302
- segs std {
1303
- {
1304
- dim 2,
1305
- ids {
1306
- local str "Query_1",
1307
- local str "SI2.2.0_05280"
1308
- },
1309
- loc {
1310
- int {
1311
- from 186,
1312
- to 263,
1313
- strand plus,
1314
- id local str "Query_1"
1315
- },
1316
- int {
1317
- from 52,
1318
- to 129,
1319
- strand minus,
1320
- id local str "SI2.2.0_05280"
1321
- }
1322
- },
1323
- scores {
1324
- {
1325
- id str "score",
1326
- value int 42
1327
- },
1328
- {
1329
- id str "e_value",
1330
- value real { 515601239686065, 10, -14 }
1331
- },
1332
- {
1333
- id str "bit_score",
1334
- value real { 22144926018218, 10, -12 }
1335
- },
1336
- {
1337
- id str "num_ident",
1338
- value int 9
1339
- },
1340
- {
1341
- id str "num_positives",
1342
- value int 12
1343
- },
1344
- {
1345
- id str "hsp_percent_coverage",
1346
- value real { 531481481481481, 10, -14 }
1347
- }
1348
- }
1349
- }
1350
- }
1351
- },
1352
- {
1353
- type diags,
1354
- segs std {
1355
- {
1356
- dim 2,
1357
- ids {
1358
- local str "Query_1",
1359
- local str "SI2.2.0_11015"
1360
- },
1361
- loc {
1362
- int {
1363
- from 168,
1364
- to 269,
1365
- strand plus,
1366
- id local str "Query_1"
1367
- },
1368
- int {
1369
- from 650,
1370
- to 751,
1371
- strand minus,
1372
- id local str "SI2.2.0_11015"
1373
- }
1374
- },
1375
- scores {
1376
- {
1377
- id str "score",
1378
- value int 42
1379
- },
1380
- {
1381
- id str "e_value",
1382
- value real { 515601239686065, 10, -14 }
1383
- },
1384
- {
1385
- id str "bit_score",
1386
- value real { 22144926018218, 10, -12 }
1387
- },
1388
- {
1389
- id str "num_ident",
1390
- value int 9
1391
- },
1392
- {
1393
- id str "num_positives",
1394
- value int 14
1395
- },
1396
- {
1397
- id str "hsp_percent_coverage",
1398
- value real { 67962962962963, 10, -13 }
1399
- }
1400
- }
1401
- }
1402
- }
1403
- },
1404
- {
1405
- type diags,
1406
- segs std {
1407
- {
1408
- dim 2,
1409
- ids {
1410
- local str "Query_1",
1411
- local str "SI2.2.0_11287"
1412
- },
1413
- loc {
1414
- int {
1415
- from 12,
1416
- to 47,
1417
- strand plus,
1418
- id local str "Query_1"
1419
- },
1420
- int {
1421
- from 267,
1422
- to 302,
1423
- strand plus,
1424
- id local str "SI2.2.0_11287"
1425
- }
1426
- },
1427
- scores {
1428
- {
1429
- id str "score",
1430
- value int 42
1431
- },
1432
- {
1433
- id str "e_value",
1434
- value real { 515601239686065, 10, -14 }
1435
- },
1436
- {
1437
- id str "bit_score",
1438
- value real { 22144926018218, 10, -12 }
1439
- },
1440
- {
1441
- id str "num_ident",
1442
- value int 7
1443
- },
1444
- {
1445
- id str "num_positives",
1446
- value int 9
1447
- },
1448
- {
1449
- id str "hsp_percent_coverage",
1450
- value real { 272222222222222, 10, -14 }
1451
- }
1452
- }
1453
- }
1454
- }
1455
- },
1456
- {
1457
- type diags,
1458
- segs std {
1459
- {
1460
- dim 2,
1461
- ids {
1462
- local str "Query_1",
1463
- local str "SI2.2.0_80469"
1464
- },
1465
- loc {
1466
- int {
1467
- from 98,
1468
- to 142,
1469
- strand plus,
1470
- id local str "Query_1"
1471
- },
1472
- int {
1473
- from 490,
1474
- to 534,
1475
- strand minus,
1476
- id local str "SI2.2.0_80469"
1477
- }
1478
- },
1479
- scores {
1480
- {
1481
- id str "score",
1482
- value int 41
1483
- },
1484
- {
1485
- id str "e_value",
1486
- value real { 70356477388509, 10, -13 }
1487
- },
1488
- {
1489
- id str "bit_score",
1490
- value real { 216867174781801, 10, -13 }
1491
- },
1492
- {
1493
- id str "num_ident",
1494
- value int 8
1495
- },
1496
- {
1497
- id str "num_positives",
1498
- value int 11
1499
- },
1500
- {
1501
- id str "hsp_percent_coverage",
1502
- value real { 327777777777778, 10, -14 }
1503
- }
1504
- }
1505
- },
1506
- {
1507
- dim 2,
1508
- ids {
1509
- local str "Query_1",
1510
- local str "SI2.2.0_80469"
1511
- },
1512
- loc {
1513
- int {
1514
- from 144,
1515
- to 212,
1516
- strand plus,
1517
- id local str "Query_1"
1518
- },
1519
- int {
1520
- from 181,
1521
- to 249,
1522
- strand plus,
1523
- id local str "SI2.2.0_80469"
1524
- }
1525
- },
1526
- scores {
1527
- {
1528
- id str "score",
1529
- value int 41
1530
- },
1531
- {
1532
- id str "e_value",
1533
- value real { 708350928809479, 10, -14 }
1534
- },
1535
- {
1536
- id str "bit_score",
1537
- value real { 216867174781801, 10, -13 }
1538
- },
1539
- {
1540
- id str "num_ident",
1541
- value int 8
1542
- },
1543
- {
1544
- id str "num_positives",
1545
- value int 12
1546
- },
1547
- {
1548
- id str "hsp_percent_coverage",
1549
- value real { 475925925925926, 10, -14 }
1550
- }
1551
- }
1552
- }
1553
- }
1554
- },
1555
- {
1556
- type diags,
1557
- segs std {
1558
- {
1559
- dim 2,
1560
- ids {
1561
- local str "Query_1",
1562
- local str "SI2.2.0_05326"
1563
- },
1564
- loc {
1565
- int {
1566
- from 10,
1567
- to 78,
1568
- strand minus,
1569
- id local str "Query_1"
1570
- },
1571
- int {
1572
- from 114,
1573
- to 182,
1574
- strand plus,
1575
- id local str "SI2.2.0_05326"
1576
- }
1577
- },
1578
- scores {
1579
- {
1580
- id str "score",
1581
- value int 41
1582
- },
1583
- {
1584
- id str "e_value",
1585
- value real { 70356477388509, 10, -13 }
1586
- },
1587
- {
1588
- id str "bit_score",
1589
- value real { 216867174781801, 10, -13 }
1590
- },
1591
- {
1592
- id str "num_ident",
1593
- value int 7
1594
- },
1595
- {
1596
- id str "num_positives",
1597
- value int 14
1598
- },
1599
- {
1600
- id str "hsp_percent_coverage",
1601
- value real { 475925925925926, 10, -14 }
1602
- }
1603
- }
1604
- }
1605
- }
1606
- },
1607
- {
1608
- type diags,
1609
- segs std {
1610
- {
1611
- dim 2,
1612
- ids {
1613
- local str "Query_1",
1614
- local str "SI2.2.0_00222"
1615
- },
1616
- loc {
1617
- int {
1618
- from 29,
1619
- to 103,
1620
- strand minus,
1621
- id local str "Query_1"
1622
- },
1623
- int {
1624
- from 295,
1625
- to 369,
1626
- strand plus,
1627
- id local str "SI2.2.0_00222"
1628
- }
1629
- },
1630
- scores {
1631
- {
1632
- id str "score",
1633
- value int 41
1634
- },
1635
- {
1636
- id str "e_value",
1637
- value real { 70356477388509, 10, -13 }
1638
- },
1639
- {
1640
- id str "bit_score",
1641
- value real { 216867174781801, 10, -13 }
1642
- },
1643
- {
1644
- id str "num_ident",
1645
- value int 11
1646
- },
1647
- {
1648
- id str "num_positives",
1649
- value int 15
1650
- },
1651
- {
1652
- id str "hsp_percent_coverage",
1653
- value real { 512962962962963, 10, -14 }
1654
- }
1655
- }
1656
- }
1657
- }
1658
- },
1659
- {
1660
- type diags,
1661
- segs std {
1662
- {
1663
- dim 2,
1664
- ids {
1665
- local str "Query_1",
1666
- local str "SI2.2.0_11111"
1667
- },
1668
- loc {
1669
- int {
1670
- from 85,
1671
- to 207,
1672
- strand plus,
1673
- id local str "Query_1"
1674
- },
1675
- int {
1676
- from 429,
1677
- to 551,
1678
- strand plus,
1679
- id local str "SI2.2.0_11111"
1680
- }
1681
- },
1682
- scores {
1683
- {
1684
- id str "score",
1685
- value int 41
1686
- },
1687
- {
1688
- id str "e_value",
1689
- value real { 70356477388509, 10, -13 }
1690
- },
1691
- {
1692
- id str "bit_score",
1693
- value real { 216867174781801, 10, -13 }
1694
- },
1695
- {
1696
- id str "num_ident",
1697
- value int 10
1698
- },
1699
- {
1700
- id str "num_positives",
1701
- value int 20
1702
- },
1703
- {
1704
- id str "hsp_percent_coverage",
1705
- value real { 809259259259259, 10, -14 }
1706
- }
1707
- }
1708
- }
1709
- }
1710
- },
1711
- {
1712
- type diags,
1713
- segs std {
1714
- {
1715
- dim 2,
1716
- ids {
1717
- local str "Query_1",
1718
- local str "SI2.2.0_11859"
1719
- },
1720
- loc {
1721
- int {
1722
- from 181,
1723
- to 210,
1724
- strand plus,
1725
- id local str "Query_1"
1726
- },
1727
- int {
1728
- from 118,
1729
- to 147,
1730
- strand minus,
1731
- id local str "SI2.2.0_11859"
1732
- }
1733
- },
1734
- scores {
1735
- {
1736
- id str "score",
1737
- value int 41
1738
- },
1739
- {
1740
- id str "e_value",
1741
- value real { 70356477388509, 10, -13 }
1742
- },
1743
- {
1744
- id str "bit_score",
1745
- value real { 216867174781801, 10, -13 }
1746
- },
1747
- {
1748
- id str "num_ident",
1749
- value int 6
1750
- },
1751
- {
1752
- id str "num_positives",
1753
- value int 9
1754
- },
1755
- {
1756
- id str "hsp_percent_coverage",
1757
- value real { 235185185185185, 10, -14 }
1758
- }
1759
- }
1760
- }
1761
- }
1762
- },
1763
- {
1764
- type diags,
1765
- segs std {
1766
- {
1767
- dim 2,
1768
- ids {
1769
- local str "Query_1",
1770
- local str "SI2.2.0_08869"
1771
- },
1772
- loc {
1773
- int {
1774
- from 366,
1775
- to 437,
1776
- strand minus,
1777
- id local str "Query_1"
1778
- },
1779
- int {
1780
- from 121,
1781
- to 192,
1782
- strand minus,
1783
- id local str "SI2.2.0_08869"
1784
- }
1785
- },
1786
- scores {
1787
- {
1788
- id str "score",
1789
- value int 41
1790
- },
1791
- {
1792
- id str "e_value",
1793
- value real { 708350928809479, 10, -14 }
1794
- },
1795
- {
1796
- id str "bit_score",
1797
- value real { 216867174781801, 10, -13 }
1798
- },
1799
- {
1800
- id str "num_ident",
1801
- value int 6
1802
- },
1803
- {
1804
- id str "num_positives",
1805
- value int 14
1806
- },
1807
- {
1808
- id str "hsp_percent_coverage",
1809
- value real { 494444444444444, 10, -14 }
1810
- }
1811
- }
1812
- }
1813
- }
1814
- },
1815
- {
1816
- type diags,
1817
- segs std {
1818
- {
1819
- dim 2,
1820
- ids {
1821
- local str "Query_1",
1822
- local str "SI2.2.0_00796"
1823
- },
1824
- loc {
1825
- int {
1826
- from 198,
1827
- to 266,
1828
- strand minus,
1829
- id local str "Query_1"
1830
- },
1831
- int {
1832
- from 193,
1833
- to 261,
1834
- strand plus,
1835
- id local str "SI2.2.0_00796"
1836
- }
1837
- },
1838
- scores {
1839
- {
1840
- id str "score",
1841
- value int 41
1842
- },
1843
- {
1844
- id str "e_value",
1845
- value real { 708350928809479, 10, -14 }
1846
- },
1847
- {
1848
- id str "bit_score",
1849
- value real { 216867174781801, 10, -13 }
1850
- },
1851
- {
1852
- id str "num_ident",
1853
- value int 9
1854
- },
1855
- {
1856
- id str "num_positives",
1857
- value int 11
1858
- },
1859
- {
1860
- id str "hsp_percent_coverage",
1861
- value real { 475925925925926, 10, -14 }
1862
- }
1863
- }
1864
- }
1865
- }
1866
- },
1867
- {
1868
- type diags,
1869
- segs std {
1870
- {
1871
- dim 2,
1872
- ids {
1873
- local str "Query_1",
1874
- local str "SI2.2.0_05091"
1875
- },
1876
- loc {
1877
- int {
1878
- from 473,
1879
- to 532,
1880
- strand plus,
1881
- id local str "Query_1"
1882
- },
1883
- int {
1884
- from 791,
1885
- to 850,
1886
- strand plus,
1887
- id local str "SI2.2.0_05091"
1888
- }
1889
- },
1890
- scores {
1891
- {
1892
- id str "score",
1893
- value int 40
1894
- },
1895
- {
1896
- id str "e_value",
1897
- value real { 966581774245886, 10, -14 }
1898
- },
1899
- {
1900
- id str "bit_score",
1901
- value real { 212285089381423, 10, -13 }
1902
- },
1903
- {
1904
- id str "num_ident",
1905
- value int 8
1906
- },
1907
- {
1908
- id str "num_positives",
1909
- value int 11
1910
- },
1911
- {
1912
- id str "hsp_percent_coverage",
1913
- value real { 42037037037037, 10, -13 }
1914
- }
1915
- }
1916
- }
1917
- }
1918
- },
1919
- {
1920
- type diags,
1921
- segs std {
1922
- {
1923
- dim 2,
1924
- ids {
1925
- local str "Query_1",
1926
- local str "SI2.2.0_08637"
1927
- },
1928
- loc {
1929
- int {
1930
- from 169,
1931
- to 222,
1932
- strand plus,
1933
- id local str "Query_1"
1934
- },
1935
- int {
1936
- from 59,
1937
- to 112,
1938
- strand minus,
1939
- id local str "SI2.2.0_08637"
1940
- }
1941
- },
1942
- scores {
1943
- {
1944
- id str "score",
1945
- value int 40
1946
- },
1947
- {
1948
- id str "e_value",
1949
- value real { 966581774245886, 10, -14 }
1950
- },
1951
- {
1952
- id str "bit_score",
1953
- value real { 212285089381423, 10, -13 }
1954
- },
1955
- {
1956
- id str "num_ident",
1957
- value int 7
1958
- },
1959
- {
1960
- id str "num_positives",
1961
- value int 11
1962
- },
1963
- {
1964
- id str "hsp_percent_coverage",
1965
- value real { 383333333333333, 10, -14 }
1966
- }
1967
- }
1968
- }
1969
- }
1970
- },
1971
- {
1972
- type diags,
1973
- segs std {
1974
- {
1975
- dim 2,
1976
- ids {
1977
- local str "Query_1",
1978
- local str "SI2.2.0_10912"
1979
- },
1980
- loc {
1981
- int {
1982
- from 430,
1983
- to 510,
1984
- strand plus,
1985
- id local str "Query_1"
1986
- },
1987
- int {
1988
- from 122,
1989
- to 202,
1990
- strand minus,
1991
- id local str "SI2.2.0_10912"
1992
- }
1993
- },
1994
- scores {
1995
- {
1996
- id str "score",
1997
- value int 40
1998
- },
1999
- {
2000
- id str "e_value",
2001
- value real { 966581774245886, 10, -14 }
2002
- },
2003
- {
2004
- id str "bit_score",
2005
- value real { 212285089381423, 10, -13 }
2006
- },
2007
- {
2008
- id str "num_ident",
2009
- value int 11
2010
- },
2011
- {
2012
- id str "num_positives",
2013
- value int 12
2014
- },
2015
- {
2016
- id str "hsp_percent_coverage",
2017
- value real { 55, 10, -1 }
2018
- }
2019
- }
2020
- }
2021
- }
2022
- },
2023
- {
2024
- type diags,
2025
- segs std {
2026
- {
2027
- dim 2,
2028
- ids {
2029
- local str "Query_1",
2030
- local str "SI2.2.0_03440"
2031
- },
2032
- loc {
2033
- int {
2034
- from 338,
2035
- to 382,
2036
- strand plus,
2037
- id local str "Query_1"
2038
- },
2039
- int {
2040
- from 447,
2041
- to 491,
2042
- strand plus,
2043
- id local str "SI2.2.0_03440"
2044
- }
2045
- },
2046
- scores {
2047
- {
2048
- id str "score",
2049
- value int 40
2050
- },
2051
- {
2052
- id str "e_value",
2053
- value real { 966581774245886, 10, -14 }
2054
- },
2055
- {
2056
- id str "bit_score",
2057
- value real { 212285089381423, 10, -13 }
2058
- },
2059
- {
2060
- id str "num_ident",
2061
- value int 7
2062
- },
2063
- {
2064
- id str "num_positives",
2065
- value int 10
2066
- },
2067
- {
2068
- id str "hsp_percent_coverage",
2069
- value real { 327777777777778, 10, -14 }
2070
- }
2071
- }
2072
- }
2073
- }
2074
- },
2075
- {
2076
- type diags,
2077
- segs std {
2078
- {
2079
- dim 2,
2080
- ids {
2081
- local str "Query_1",
2082
- local str "SI2.2.0_03352"
2083
- },
2084
- loc {
2085
- int {
2086
- from 151,
2087
- to 204,
2088
- strand plus,
2089
- id local str "Query_1"
2090
- },
2091
- int {
2092
- from 856,
2093
- to 909,
2094
- strand minus,
2095
- id local str "SI2.2.0_03352"
2096
- }
2097
- },
2098
- scores {
2099
- {
2100
- id str "score",
2101
- value int 40
2102
- },
2103
- {
2104
- id str "e_value",
2105
- value real { 966581774245886, 10, -14 }
2106
- },
2107
- {
2108
- id str "bit_score",
2109
- value real { 212285089381423, 10, -13 }
2110
- },
2111
- {
2112
- id str "num_ident",
2113
- value int 7
2114
- },
2115
- {
2116
- id str "num_positives",
2117
- value int 9
2118
- },
2119
- {
2120
- id str "hsp_percent_coverage",
2121
- value real { 383333333333333, 10, -14 }
2122
- }
2123
- }
2124
- }
2125
- }
2126
- },
2127
- {
2128
- type diags,
2129
- segs std {
2130
- {
2131
- dim 2,
2132
- ids {
2133
- local str "Query_1",
2134
- local str "SI2.2.0_07860"
2135
- },
2136
- loc {
2137
- int {
2138
- from 198,
2139
- to 260,
2140
- strand plus,
2141
- id local str "Query_1"
2142
- },
2143
- int {
2144
- from 587,
2145
- to 649,
2146
- strand minus,
2147
- id local str "SI2.2.0_07860"
2148
- }
2149
- },
2150
- scores {
2151
- {
2152
- id str "score",
2153
- value int 40
2154
- },
2155
- {
2156
- id str "e_value",
2157
- value real { 973157160465245, 10, -14 }
2158
- },
2159
- {
2160
- id str "bit_score",
2161
- value real { 212285089381423, 10, -13 }
2162
- },
2163
- {
2164
- id str "num_ident",
2165
- value int 8
2166
- },
2167
- {
2168
- id str "num_positives",
2169
- value int 9
2170
- },
2171
- {
2172
- id str "hsp_percent_coverage",
2173
- value real { 438888888888889, 10, -14 }
2174
- }
2175
- }
2176
- }
2177
- }
2178
- },
2179
- {
2180
- type diags,
2181
- segs std {
2182
- {
2183
- dim 2,
2184
- ids {
2185
- local str "Query_1",
2186
- local str "SI2.2.0_08266"
2187
- },
2188
- loc {
2189
- int {
2190
- from 402,
2191
- to 425,
2192
- strand minus,
2193
- id local str "Query_1"
2194
- },
2195
- int {
2196
- from 165,
2197
- to 188,
2198
- strand plus,
2199
- id local str "SI2.2.0_08266"
2200
- }
2201
- },
2202
- scores {
2203
- {
2204
- id str "score",
2205
- value int 40
2206
- },
2207
- {
2208
- id str "e_value",
2209
- value real { 973157160465245, 10, -14 }
2210
- },
2211
- {
2212
- id str "bit_score",
2213
- value real { 212285089381423, 10, -13 }
2214
- },
2215
- {
2216
- id str "num_ident",
2217
- value int 6
2218
- },
2219
- {
2220
- id str "num_positives",
2221
- value int 8
2222
- },
2223
- {
2224
- id str "hsp_percent_coverage",
2225
- value real { 198148148148148, 10, -14 }
2226
- }
2227
- }
2228
- }
2229
- }
2230
- },
2231
- {
2232
- type diags,
2233
- segs std {
2234
- {
2235
- dim 2,
2236
- ids {
2237
- local str "Query_1",
2238
- local str "SI2.2.0_05139"
2239
- },
2240
- loc {
2241
- int {
2242
- from 375,
2243
- to 407,
2244
- strand minus,
2245
- id local str "Query_1"
2246
- },
2247
- int {
2248
- from 15,
2249
- to 47,
2250
- strand minus,
2251
- id local str "SI2.2.0_05139"
2252
- }
2253
- },
2254
- scores {
2255
- {
2256
- id str "score",
2257
- value int 40
2258
- },
2259
- {
2260
- id str "e_value",
2261
- value real { 973157160465245, 10, -14 }
2262
- },
2263
- {
2264
- id str "bit_score",
2265
- value real { 212285089381423, 10, -13 }
2266
- },
2267
- {
2268
- id str "num_ident",
2269
- value int 8
2270
- },
2271
- {
2272
- id str "num_positives",
2273
- value int 8
2274
- },
2275
- {
2276
- id str "hsp_percent_coverage",
2277
- value real { 253703703703704, 10, -14 }
2278
- }
2279
- }
2280
- }
2281
- }
2282
- },
2283
- {
2284
- type diags,
2285
- segs std {
2286
- {
2287
- dim 2,
2288
- ids {
2289
- local str "Query_1",
2290
- local str "SI2.2.0_01901"
2291
- },
2292
- loc {
2293
- int {
2294
- from 468,
2295
- to 539,
2296
- strand plus,
2297
- id local str "Query_1"
2298
- },
2299
- int {
2300
- from 187,
2301
- to 258,
2302
- strand plus,
2303
- id local str "SI2.2.0_01901"
2304
- }
2305
- },
2306
- scores {
2307
- {
2308
- id str "score",
2309
- value int 40
2310
- },
2311
- {
2312
- id str "e_value",
2313
- value real { 973157160465245, 10, -14 }
2314
- },
2315
- {
2316
- id str "bit_score",
2317
- value real { 212285089381423, 10, -13 }
2318
- },
2319
- {
2320
- id str "num_ident",
2321
- value int 9
2322
- },
2323
- {
2324
- id str "num_positives",
2325
- value int 15
2326
- },
2327
- {
2328
- id str "hsp_percent_coverage",
2329
- value real { 494444444444444, 10, -14 }
2330
- }
2331
- }
2332
- }
2333
- }
2334
- },
2335
- {
2336
- type diags,
2337
- segs std {
2338
- {
2339
- dim 2,
2340
- ids {
2341
- local str "Query_1",
2342
- local str "SI2.2.0_10541"
2343
- },
2344
- loc {
2345
- int {
2346
- from 468,
2347
- to 539,
2348
- strand plus,
2349
- id local str "Query_1"
2350
- },
2351
- int {
2352
- from 13,
2353
- to 84,
2354
- strand plus,
2355
- id local str "SI2.2.0_10541"
2356
- }
2357
- },
2358
- scores {
2359
- {
2360
- id str "score",
2361
- value int 40
2362
- },
2363
- {
2364
- id str "e_value",
2365
- value real { 973157160465245, 10, -14 }
2366
- },
2367
- {
2368
- id str "bit_score",
2369
- value real { 212285089381423, 10, -13 }
2370
- },
2371
- {
2372
- id str "num_ident",
2373
- value int 9
2374
- },
2375
- {
2376
- id str "num_positives",
2377
- value int 15
2378
- },
2379
- {
2380
- id str "hsp_percent_coverage",
2381
- value real { 494444444444444, 10, -14 }
2382
- }
2383
- }
2384
- }
2385
- }
2386
- }
2387
- },
2388
- masks {
2389
- {
2390
- locations {
2391
- packed-int {
2392
- {
2393
- from 350,
2394
- to 382,
2395
- id local str "Query_1"
2396
- }
2397
- }
2398
- },
2399
- frame minus2
2400
- }
2401
- },
2402
- ka-blocks {
2403
- {
2404
- lambda { 317605957635731, 10, -15 },
2405
- k { 133956144488482, 10, -15 },
2406
- h { 401214524497119, 10, -15 },
2407
- gapped FALSE
2408
- },
2409
- {
2410
- lambda { -1, 10, 0 },
2411
- k { -1, 10, 0 },
2412
- h { -1, 10, 0 },
2413
- gapped TRUE
2414
- }
2415
- },
2416
- search-stats {
2417
- "Effective search space: 11955588",
2418
- "Effective search space used: 11955588",
2419
- "Length adjustment: 32"
2420
- }
2421
- }
2422
- }