sequenceserver 1.1.0.beta12 → 2.0.0.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rspec +1 -0
- data/.travis.yml +5 -5
- data/README.md +86 -43
- data/bin/sequenceserver +29 -32
- data/lib/sequenceserver.rb +86 -123
- data/lib/sequenceserver/api_errors.rb +3 -1
- data/lib/sequenceserver/blast/hit.rb +48 -28
- data/lib/sequenceserver/blast/job.rb +28 -8
- data/lib/sequenceserver/blast/report.rb +52 -15
- data/lib/sequenceserver/database.rb +71 -0
- data/lib/sequenceserver/exceptions.rb +5 -10
- data/lib/sequenceserver/job.rb +8 -1
- data/lib/sequenceserver/links.rb +49 -17
- data/lib/sequenceserver/logger.rb +2 -2
- data/lib/sequenceserver/routes.rb +20 -14
- data/lib/sequenceserver/sys.rb +86 -0
- data/lib/sequenceserver/version.rb +1 -1
- data/public/css/sequenceserver.min.css +3 -3
- data/public/js/alignment_exporter.js +1 -1
- data/public/js/hsp.js +1 -1
- data/public/js/report.js +76 -63
- data/public/js/search.js +29 -6
- data/public/sequenceserver-report.min.js +4 -4
- data/public/sequenceserver-search.min.js +2 -2
- data/sequenceserver.gemspec +3 -2
- data/spec/blast_versions/blast_2.2.30/blast_2.2.30_spec.rb +228 -0
- data/spec/blast_versions/blast_2.2.30/import_spec_capybara_local_2.2.30.rb +53 -0
- data/spec/blast_versions/blast_2.2.31/blast_2.2.31_spec.rb +228 -0
- data/spec/blast_versions/blast_2.2.31/import_spec_capybara_local_2.2.31.rb +53 -0
- data/spec/{blast_spec.rb → blast_versions/blast_2.3.0/blast_2.3.0_spec.rb} +8 -37
- data/spec/blast_versions/blast_2.3.0/import_spec_capybara_local_2.3.0.rb +52 -0
- data/spec/blast_versions/blast_2.4.0/blast_2.4.0_spec.rb +228 -0
- data/spec/blast_versions/blast_2.4.0/import_spec_capybara_local_2.4.0.rb +52 -0
- data/spec/blast_versions/blast_2.5.0/blast_2.5.0_spec.rb +228 -0
- data/spec/blast_versions/blast_2.5.0/import_spec_capybara_local_2.5.0.rb +53 -0
- data/spec/blast_versions/blast_2.6.0/blast_2.6.0_spec.rb +228 -0
- data/spec/blast_versions/blast_2.6.0/import_spec_capybara_local_2.6.0.rb +52 -0
- data/spec/blast_versions/blast_2.7.1/blast_2.7.1_spec.rb +228 -0
- data/spec/blast_versions/blast_2.7.1/import_spec_capybara_local_2.7.1.rb +56 -0
- data/spec/blast_versions/blast_2.8.1/blast_2.8.1_spec.rb +228 -0
- data/spec/blast_versions/blast_2.8.1/import_spec_capybara_local_2.8.1.rb +55 -0
- data/spec/blast_versions/blast_2.9.0/blast_2.9.0_spec.rb +228 -0
- data/spec/blast_versions/blast_2.9.0/import_spec_capybara_local_2.9.0.rb +53 -0
- data/spec/blast_versions/diamond_0.9.24/diamond_0.9.24_spec.rb +176 -0
- data/spec/blast_versions/diamond_0.9.24/import_spec_capybara_local_0.9.24.rb +39 -0
- data/spec/capybara_spec.local.rb +190 -0
- data/spec/capybara_spec.rb +15 -13
- data/spec/config_spec.rb +1 -1
- data/spec/database/funky_ids/funky_ids.fa +2 -0
- data/spec/database/funky_ids/funky_ids.fa.nhd +8 -0
- data/spec/database/funky_ids/funky_ids.fa.nhi +0 -0
- data/spec/database/funky_ids/funky_ids.fa.nhr +0 -0
- data/spec/database/funky_ids/funky_ids.fa.nin +0 -0
- data/spec/database/funky_ids/funky_ids.fa.nog +0 -0
- data/spec/database/funky_ids/funky_ids.fa.nsd +15 -13
- data/spec/database/funky_ids/funky_ids.fa.nsi +0 -0
- data/spec/database/funky_ids/funky_ids.fa.nsq +0 -0
- data/spec/database_spec.rb +2 -2
- data/spec/dotdir/blast_2.2.30/blastn/BLASTN_XML_2.2.30.xml +1201 -0
- data/spec/dotdir/blast_2.2.30/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.30/blastn_nohits/BLASTN_NO_HITS_XML_2.2.30.xml +866 -0
- data/spec/dotdir/blast_2.2.30/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.30/blastp/BLASTP_XML_2.2.30.xml +1181 -0
- data/spec/dotdir/blast_2.2.30/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.30/blastx/BLASTX_XML_2.2.30.xml +1181 -0
- data/spec/dotdir/blast_2.2.30/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.30/tblastn/TBLASTN_XML_2.2.30.xml +1181 -0
- data/spec/dotdir/blast_2.2.30/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.30/tblastx/TBLASTX_XML_2.2.30.xml +8857 -0
- data/spec/dotdir/blast_2.2.30/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/blastn/BLASTN_XML_2.2.31.xml +1201 -0
- data/spec/dotdir/blast_2.2.31/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/blastn_nohits/BLASTN_NO_HITS_XML_2.2.31.xml +866 -0
- data/spec/dotdir/blast_2.2.31/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/blastp/BLASTP_XML_2.2.31.xml +1181 -0
- data/spec/dotdir/blast_2.2.31/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/blastx/BLASTX_XML_2.2.31.xml +1181 -0
- data/spec/dotdir/blast_2.2.31/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/tblastn/TBLASTN_XML_2.2.31.xml +1181 -0
- data/spec/dotdir/blast_2.2.31/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.2.31/tblastx/TBLASTX_XML_2.2.31.xml +8857 -0
- data/spec/dotdir/blast_2.2.31/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/blastn/BLASTN_XML_2.3.0.xml +1201 -0
- data/spec/dotdir/blast_2.3.0/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/blastn_nohits/BLASTN_NO_HITS_XML_2.3.0.xml +866 -0
- data/spec/dotdir/blast_2.3.0/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/blastp/BLASTP_XML_2.3.0.xml +1181 -0
- data/spec/dotdir/blast_2.3.0/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/blastx/BLASTX_XML_2.3.0.xml +1181 -0
- data/spec/dotdir/blast_2.3.0/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/tblastn/TBLASTN_XML_2.3.0.xml +1181 -0
- data/spec/dotdir/blast_2.3.0/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.3.0/tblastx/TBLASTX_XML_2.3.0.xml +8857 -0
- data/spec/dotdir/blast_2.3.0/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/blastn/BLASTN_XML_2.4.0.xml +1201 -0
- data/spec/dotdir/blast_2.4.0/blastn/TBLASTN_XML_2.4.0.xml +1181 -0
- data/spec/dotdir/blast_2.4.0/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/blastn_nohits/BLASTN_NO_HITS_XML_2.4.0.xml +866 -0
- data/spec/dotdir/blast_2.4.0/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/blastp/BLASTP_XML_2.4.0.xml +1181 -0
- data/spec/dotdir/blast_2.4.0/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/blastx/BLASTX_XML_2.4.0.xml +1181 -0
- data/spec/dotdir/blast_2.4.0/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/tblastn/TBLASTN_XML_2.4.0.xml +1181 -0
- data/spec/dotdir/blast_2.4.0/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.4.0/tblastx/TBLASTX_XML_2.4.0.xml +8857 -0
- data/spec/dotdir/blast_2.4.0/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/blastn/BLASTN_LONG_XML_2.5.0.xml +18813 -0
- data/spec/dotdir/blast_2.5.0/blastn/BLASTN_XML_2.5.0.xml +1201 -0
- data/spec/dotdir/blast_2.5.0/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/blastn_nohits/BLASTN_NO_HITS_XML_2.5.0.xml +866 -0
- data/spec/dotdir/blast_2.5.0/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/blastp/BLASTP +2161 -0
- data/spec/dotdir/blast_2.5.0/blastp/BLASTP_XML_2.5.0.xml +1181 -0
- data/spec/dotdir/blast_2.5.0/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/blastx/BLASTX +28080 -0
- data/spec/dotdir/blast_2.5.0/blastx/BLASTX_XML_2.5.0.xml +1181 -0
- data/spec/dotdir/blast_2.5.0/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/tblastn/TBLASTN +29486 -0
- data/spec/dotdir/blast_2.5.0/tblastn/TBLASTN_XML_2.5.0.xml +1181 -0
- data/spec/dotdir/blast_2.5.0/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.5.0/tblastx/TBLASTX +180859 -0
- data/spec/dotdir/blast_2.5.0/tblastx/TBLASTX_XML_2.5.0.xml +8857 -0
- data/spec/dotdir/blast_2.5.0/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/blastn/BLASTN_XML_2.6.0.xml +1201 -0
- data/spec/dotdir/blast_2.6.0/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/blastn_nohits/BLASTN_NO_HITS_XML_2.6.0.xml +866 -0
- data/spec/dotdir/blast_2.6.0/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/blastp/BLASTP_XML_2.6.0.xml +1181 -0
- data/spec/dotdir/blast_2.6.0/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/blastx/BLASTX_XML_2.6.0.xml +1181 -0
- data/spec/dotdir/blast_2.6.0/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/tblastn/TBLASTN_XML_2.6.0.xml +1181 -0
- data/spec/dotdir/blast_2.6.0/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.6.0/tblastx/TBLASTX_XML_2.6.0.xml +8857 -0
- data/spec/dotdir/blast_2.6.0/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/blastn/BLASTN_XML_2.7.1.xml +1201 -0
- data/spec/dotdir/blast_2.7.1/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/blastn_nohits/BLASTN_NO_HITS_XML_2.7.1.xml +866 -0
- data/spec/dotdir/blast_2.7.1/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/blastp/BLASTP_XML_2.7.1.xml +1181 -0
- data/spec/dotdir/blast_2.7.1/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/blastx/BLASTX_XML_2.7.1.xml +1181 -0
- data/spec/dotdir/blast_2.7.1/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/tblastn/TBLASTN_XML_2.7.1.xml +1181 -0
- data/spec/dotdir/blast_2.7.1/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.7.1/tblastx/TBLASTX_XML_2.7.1.xml +8857 -0
- data/spec/dotdir/blast_2.7.1/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/blastn/BLASTN_XML_2.8.1.xml +1201 -0
- data/spec/dotdir/blast_2.8.1/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/blastn_nohits/BLASTN_NO_HITS_XML_2.8.1.xml +866 -0
- data/spec/dotdir/blast_2.8.1/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/blastp/BLASTP_XML_2.8.1.xml +1181 -0
- data/spec/dotdir/blast_2.8.1/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/blastx/BLASTX_XML_2.8.1.xml +1181 -0
- data/spec/dotdir/blast_2.8.1/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/tblastn/TBLASTN_XML_2.8.1.xml +1181 -0
- data/spec/dotdir/blast_2.8.1/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.8.1/tblastx/TBLASTX_XML_2.8.1.xml +8857 -0
- data/spec/dotdir/blast_2.8.1/tblastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/blastn/BLASTN_XML_2.9.0.xml +1201 -0
- data/spec/dotdir/blast_2.9.0/blastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/blastn_nohits/BLASTN_NO_HITS_XML_2.9.0.xml +866 -0
- data/spec/dotdir/blast_2.9.0/blastn_nohits/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/blastp/BLASTP_XML_2.9.0.xml +1181 -0
- data/spec/dotdir/blast_2.9.0/blastp/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/blastx/BLASTX_XML_2.9.0.xml +1181 -0
- data/spec/dotdir/blast_2.9.0/blastx/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/tblastn/TBLASTN_XML_2.9.0.xml +1181 -0
- data/spec/dotdir/blast_2.9.0/tblastn/job.yaml +8 -0
- data/spec/dotdir/blast_2.9.0/tblastx/TBLASTX_XML_2.9.0.xml +8857 -0
- data/spec/dotdir/blast_2.9.0/tblastx/job.yaml +8 -0
- data/spec/dotdir/diamond_0.9.24/blastp/DIAMOND_BLASTP_0.9.24.xml +1040 -0
- data/spec/dotdir/diamond_0.9.24/blastp/job.yaml +8 -0
- data/spec/dotdir/diamond_0.9.24/blastx/DIAMOND_BLASTX_0.9.24.xml +1040 -0
- data/spec/dotdir/diamond_0.9.24/blastx/job.yaml +8 -0
- data/spec/dotdir/diamond_0.9.24/blastx_nohits/DIAMOND_BLASTX_NOHITS_0.9.24.xml +41 -0
- data/spec/dotdir/diamond_0.9.24/blastx_nohits/job.yaml +8 -0
- data/spec/download_helper.rb +32 -0
- data/spec/import_spec_capybara_local.rb +61 -0
- data/spec/sequence_spec.rb +1 -2
- data/spec/sequences/Nucleotide_TP53_COX41.fasta +15 -0
- data/spec/sequences/Protein_TP53_COX41.fasta +12 -0
- data/spec/sequences/Query_1_SI2_2_0_06267.txt +6 -0
- data/spec/{nucleotide_query.fa → sequences/nucleotide_query.fa} +0 -0
- data/spec/sequences/problematic_query.fa +5 -0
- data/spec/sequences/protein_query.fa +9 -0
- data/spec/sequences/sample_query_fire_ant_obps.fa +44 -0
- data/spec/sequences/sequenceserver-SI2.2.0_06267.fa +5 -0
- data/spec/sequenceserver_spec.rb +3 -3
- data/spec/spec_helper.rb +59 -0
- metadata +185 -28
- data/spec/protein_query.fa +0 -21
- data/spec/sample_reports/blastn_sample/job.yaml +0 -10
- data/spec/sample_reports/blastn_sample/stdout +0 -144
- data/spec/sample_reports/blastp_sample/job.yaml +0 -10
- data/spec/sample_reports/blastp_sample/stdout +0 -1187
- data/spec/sample_reports/blastx_sample/job.yaml +0 -10
- data/spec/sample_reports/blastx_sample/stdout +0 -1191
- data/spec/sample_reports/no_hits_sample/job.yaml +0 -10
- data/spec/sample_reports/no_hits_sample/stdout +0 -130
- data/spec/sample_reports/tblastn_sample/job.yaml +0 -10
- data/spec/sample_reports/tblastn_sample/stdout +0 -1107
- data/spec/sample_reports/tblastx_sample/job.yaml +0 -10
- data/spec/sample_reports/tblastx_sample/stdout +0 -2422
- data/spec/sample_reports/with_hits_sample/job.yaml +0 -10
- data/spec/sample_reports/with_hits_sample/stdout +0 -1489
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
--- !ruby/object:SequenceServer::BLAST::Job
|
|
2
|
-
id: blastx_sample
|
|
3
|
-
method: blastx
|
|
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,1191 +0,0 @@
|
|
|
1
|
-
Blast4-archive ::= {
|
|
2
|
-
request {
|
|
3
|
-
ident "2.2.30+",
|
|
4
|
-
body queue-search {
|
|
5
|
-
program "blastx",
|
|
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/proteins/Solenopsis_invicta/Sinvi
|
|
39
|
-
cta2-2-3.prot.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 12
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
name "WindowSize",
|
|
71
|
-
value integer 40
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
name "UngappedMode",
|
|
75
|
-
value boolean FALSE
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
name "QueryGeneticCode",
|
|
79
|
-
value integer 1
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
name "HitlistSize",
|
|
83
|
-
value integer 500
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
name "CompositionBasedStats",
|
|
87
|
-
value integer 2
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
name "SmithWatermanMode",
|
|
91
|
-
value boolean FALSE
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
name "EffectiveSearchSpace",
|
|
95
|
-
value big-integer 22643392
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
results {
|
|
101
|
-
alignments {
|
|
102
|
-
{
|
|
103
|
-
type partial,
|
|
104
|
-
dim 2,
|
|
105
|
-
score {
|
|
106
|
-
{
|
|
107
|
-
id str "score",
|
|
108
|
-
value int 945
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
id str "e_value",
|
|
112
|
-
value real { 328061049691817, 10, -146 }
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
id str "bit_score",
|
|
116
|
-
value real { 368621831521943, 10, -12 }
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
id str "num_ident",
|
|
120
|
-
value int 180
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
id str "comp_adjustment_method",
|
|
124
|
-
value int 2
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
id str "num_positives",
|
|
128
|
-
value int 180
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
id str "hsp_percent_coverage",
|
|
132
|
-
value real { 338333333333333, 10, -13 }
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
segs std {
|
|
136
|
-
{
|
|
137
|
-
dim 2,
|
|
138
|
-
ids {
|
|
139
|
-
local str "Query_1",
|
|
140
|
-
local str "SI2.2.0_06267"
|
|
141
|
-
},
|
|
142
|
-
loc {
|
|
143
|
-
int {
|
|
144
|
-
from 0,
|
|
145
|
-
to 539,
|
|
146
|
-
strand plus,
|
|
147
|
-
id local str "Query_1"
|
|
148
|
-
},
|
|
149
|
-
int {
|
|
150
|
-
from 0,
|
|
151
|
-
to 179,
|
|
152
|
-
strand unknown,
|
|
153
|
-
id local str "SI2.2.0_06267"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
type partial,
|
|
161
|
-
dim 2,
|
|
162
|
-
score {
|
|
163
|
-
{
|
|
164
|
-
id str "score",
|
|
165
|
-
value int 52
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
id str "e_value",
|
|
169
|
-
value real { 48276466190711, 10, -14 }
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
id str "bit_score",
|
|
173
|
-
value real { 246386102277464, 10, -13 }
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
id str "num_ident",
|
|
177
|
-
value int 13
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
id str "comp_adjustment_method",
|
|
181
|
-
value int 2
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
id str "num_positives",
|
|
185
|
-
value int 25
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
id str "hsp_percent_coverage",
|
|
189
|
-
value real { 103148148148148, 10, -13 }
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
segs std {
|
|
193
|
-
{
|
|
194
|
-
dim 2,
|
|
195
|
-
ids {
|
|
196
|
-
local str "Query_1",
|
|
197
|
-
local str "SI2.2.0_10694"
|
|
198
|
-
},
|
|
199
|
-
loc {
|
|
200
|
-
int {
|
|
201
|
-
from 159,
|
|
202
|
-
to 239,
|
|
203
|
-
strand plus,
|
|
204
|
-
id local str "Query_1"
|
|
205
|
-
},
|
|
206
|
-
int {
|
|
207
|
-
from 4,
|
|
208
|
-
to 30,
|
|
209
|
-
strand unknown,
|
|
210
|
-
id local str "SI2.2.0_10694"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
dim 2,
|
|
216
|
-
ids {
|
|
217
|
-
local str "Query_1",
|
|
218
|
-
local str "SI2.2.0_10694"
|
|
219
|
-
},
|
|
220
|
-
loc {
|
|
221
|
-
int {
|
|
222
|
-
from 240,
|
|
223
|
-
to 263,
|
|
224
|
-
strand plus,
|
|
225
|
-
id local str "Query_1"
|
|
226
|
-
},
|
|
227
|
-
empty local str "SI2.2.0_10694"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
dim 2,
|
|
232
|
-
ids {
|
|
233
|
-
local str "Query_1",
|
|
234
|
-
local str "SI2.2.0_10694"
|
|
235
|
-
},
|
|
236
|
-
loc {
|
|
237
|
-
int {
|
|
238
|
-
from 264,
|
|
239
|
-
to 317,
|
|
240
|
-
strand plus,
|
|
241
|
-
id local str "Query_1"
|
|
242
|
-
},
|
|
243
|
-
int {
|
|
244
|
-
from 31,
|
|
245
|
-
to 48,
|
|
246
|
-
strand unknown,
|
|
247
|
-
id local str "SI2.2.0_10694"
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
type partial,
|
|
255
|
-
dim 2,
|
|
256
|
-
score {
|
|
257
|
-
{
|
|
258
|
-
id str "score",
|
|
259
|
-
value int 54
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
id str "e_value",
|
|
263
|
-
value real { 514023496716278, 10, -15 }
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
id str "bit_score",
|
|
267
|
-
value real { 254090093795811, 10, -13 }
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
id str "num_ident",
|
|
271
|
-
value int 8
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
id str "comp_adjustment_method",
|
|
275
|
-
value int 2
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
id str "num_positives",
|
|
279
|
-
value int 17
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
id str "hsp_percent_coverage",
|
|
283
|
-
value real { 494444444444444, 10, -14 }
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
segs std {
|
|
287
|
-
{
|
|
288
|
-
dim 2,
|
|
289
|
-
ids {
|
|
290
|
-
local str "Query_1",
|
|
291
|
-
local str "SI2.2.0_11870"
|
|
292
|
-
},
|
|
293
|
-
loc {
|
|
294
|
-
int {
|
|
295
|
-
from 78,
|
|
296
|
-
to 149,
|
|
297
|
-
strand plus,
|
|
298
|
-
id local str "Query_1"
|
|
299
|
-
},
|
|
300
|
-
int {
|
|
301
|
-
from 61,
|
|
302
|
-
to 84,
|
|
303
|
-
strand unknown,
|
|
304
|
-
id local str "SI2.2.0_11870"
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
type partial,
|
|
312
|
-
dim 2,
|
|
313
|
-
score {
|
|
314
|
-
{
|
|
315
|
-
id str "score",
|
|
316
|
-
value int 53
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
id str "e_value",
|
|
320
|
-
value real { 763322899384652, 10, -15 }
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
id str "bit_score",
|
|
324
|
-
value real { 250238098036637, 10, -13 }
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
id str "num_ident",
|
|
328
|
-
value int 15
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
id str "comp_adjustment_method",
|
|
332
|
-
value int 2
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
id str "num_positives",
|
|
336
|
-
value int 21
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
id str "hsp_percent_coverage",
|
|
340
|
-
value real { 772222222222222, 10, -14 }
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
segs std {
|
|
344
|
-
{
|
|
345
|
-
dim 2,
|
|
346
|
-
ids {
|
|
347
|
-
local str "Query_1",
|
|
348
|
-
local str "SI2.2.0_12250"
|
|
349
|
-
},
|
|
350
|
-
loc {
|
|
351
|
-
int {
|
|
352
|
-
from 97,
|
|
353
|
-
to 126,
|
|
354
|
-
strand plus,
|
|
355
|
-
id local str "Query_1"
|
|
356
|
-
},
|
|
357
|
-
int {
|
|
358
|
-
from 314,
|
|
359
|
-
to 323,
|
|
360
|
-
strand unknown,
|
|
361
|
-
id local str "SI2.2.0_12250"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
dim 2,
|
|
367
|
-
ids {
|
|
368
|
-
local str "Query_1",
|
|
369
|
-
local str "SI2.2.0_12250"
|
|
370
|
-
},
|
|
371
|
-
loc {
|
|
372
|
-
int {
|
|
373
|
-
from 127,
|
|
374
|
-
to 135,
|
|
375
|
-
strand plus,
|
|
376
|
-
id local str "Query_1"
|
|
377
|
-
},
|
|
378
|
-
empty local str "SI2.2.0_12250"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
dim 2,
|
|
383
|
-
ids {
|
|
384
|
-
local str "Query_1",
|
|
385
|
-
local str "SI2.2.0_12250"
|
|
386
|
-
},
|
|
387
|
-
loc {
|
|
388
|
-
int {
|
|
389
|
-
from 136,
|
|
390
|
-
to 165,
|
|
391
|
-
strand plus,
|
|
392
|
-
id local str "Query_1"
|
|
393
|
-
},
|
|
394
|
-
int {
|
|
395
|
-
from 324,
|
|
396
|
-
to 333,
|
|
397
|
-
strand unknown,
|
|
398
|
-
id local str "SI2.2.0_12250"
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
dim 2,
|
|
404
|
-
ids {
|
|
405
|
-
local str "Query_1",
|
|
406
|
-
local str "SI2.2.0_12250"
|
|
407
|
-
},
|
|
408
|
-
loc {
|
|
409
|
-
int {
|
|
410
|
-
from 166,
|
|
411
|
-
to 177,
|
|
412
|
-
strand plus,
|
|
413
|
-
id local str "Query_1"
|
|
414
|
-
},
|
|
415
|
-
empty local str "SI2.2.0_12250"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
dim 2,
|
|
420
|
-
ids {
|
|
421
|
-
local str "Query_1",
|
|
422
|
-
local str "SI2.2.0_12250"
|
|
423
|
-
},
|
|
424
|
-
loc {
|
|
425
|
-
int {
|
|
426
|
-
from 178,
|
|
427
|
-
to 213,
|
|
428
|
-
strand plus,
|
|
429
|
-
id local str "Query_1"
|
|
430
|
-
},
|
|
431
|
-
int {
|
|
432
|
-
from 334,
|
|
433
|
-
to 345,
|
|
434
|
-
strand unknown,
|
|
435
|
-
id local str "SI2.2.0_12250"
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
type partial,
|
|
443
|
-
dim 2,
|
|
444
|
-
score {
|
|
445
|
-
{
|
|
446
|
-
id str "score",
|
|
447
|
-
value int 53
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
id str "e_value",
|
|
451
|
-
value real { 959504494511501, 10, -15 }
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
id str "bit_score",
|
|
455
|
-
value real { 250238098036637, 10, -13 }
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
id str "num_ident",
|
|
459
|
-
value int 26
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
id str "comp_adjustment_method",
|
|
463
|
-
value int 2
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
id str "num_positives",
|
|
467
|
-
value int 53
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
id str "hsp_percent_coverage",
|
|
471
|
-
value real { 192037037037037, 10, -13 }
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
segs std {
|
|
475
|
-
{
|
|
476
|
-
dim 2,
|
|
477
|
-
ids {
|
|
478
|
-
local str "Query_1",
|
|
479
|
-
local str "SI2.2.0_00013"
|
|
480
|
-
},
|
|
481
|
-
loc {
|
|
482
|
-
int {
|
|
483
|
-
from 12,
|
|
484
|
-
to 20,
|
|
485
|
-
strand plus,
|
|
486
|
-
id local str "Query_1"
|
|
487
|
-
},
|
|
488
|
-
int {
|
|
489
|
-
from 247,
|
|
490
|
-
to 249,
|
|
491
|
-
strand unknown,
|
|
492
|
-
id local str "SI2.2.0_00013"
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
dim 2,
|
|
498
|
-
ids {
|
|
499
|
-
local str "Query_1",
|
|
500
|
-
local str "SI2.2.0_00013"
|
|
501
|
-
},
|
|
502
|
-
loc {
|
|
503
|
-
empty local str "Query_1",
|
|
504
|
-
int {
|
|
505
|
-
from 250,
|
|
506
|
-
to 250,
|
|
507
|
-
strand unknown,
|
|
508
|
-
id local str "SI2.2.0_00013"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
dim 2,
|
|
514
|
-
ids {
|
|
515
|
-
local str "Query_1",
|
|
516
|
-
local str "SI2.2.0_00013"
|
|
517
|
-
},
|
|
518
|
-
loc {
|
|
519
|
-
int {
|
|
520
|
-
from 21,
|
|
521
|
-
to 59,
|
|
522
|
-
strand plus,
|
|
523
|
-
id local str "Query_1"
|
|
524
|
-
},
|
|
525
|
-
int {
|
|
526
|
-
from 251,
|
|
527
|
-
to 263,
|
|
528
|
-
strand unknown,
|
|
529
|
-
id local str "SI2.2.0_00013"
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
dim 2,
|
|
535
|
-
ids {
|
|
536
|
-
local str "Query_1",
|
|
537
|
-
local str "SI2.2.0_00013"
|
|
538
|
-
},
|
|
539
|
-
loc {
|
|
540
|
-
empty local str "Query_1",
|
|
541
|
-
int {
|
|
542
|
-
from 264,
|
|
543
|
-
to 267,
|
|
544
|
-
strand unknown,
|
|
545
|
-
id local str "SI2.2.0_00013"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
dim 2,
|
|
551
|
-
ids {
|
|
552
|
-
local str "Query_1",
|
|
553
|
-
local str "SI2.2.0_00013"
|
|
554
|
-
},
|
|
555
|
-
loc {
|
|
556
|
-
int {
|
|
557
|
-
from 60,
|
|
558
|
-
to 143,
|
|
559
|
-
strand plus,
|
|
560
|
-
id local str "Query_1"
|
|
561
|
-
},
|
|
562
|
-
int {
|
|
563
|
-
from 268,
|
|
564
|
-
to 295,
|
|
565
|
-
strand unknown,
|
|
566
|
-
id local str "SI2.2.0_00013"
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
dim 2,
|
|
572
|
-
ids {
|
|
573
|
-
local str "Query_1",
|
|
574
|
-
local str "SI2.2.0_00013"
|
|
575
|
-
},
|
|
576
|
-
loc {
|
|
577
|
-
int {
|
|
578
|
-
from 144,
|
|
579
|
-
to 149,
|
|
580
|
-
strand plus,
|
|
581
|
-
id local str "Query_1"
|
|
582
|
-
},
|
|
583
|
-
empty local str "SI2.2.0_00013"
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
dim 2,
|
|
588
|
-
ids {
|
|
589
|
-
local str "Query_1",
|
|
590
|
-
local str "SI2.2.0_00013"
|
|
591
|
-
},
|
|
592
|
-
loc {
|
|
593
|
-
int {
|
|
594
|
-
from 150,
|
|
595
|
-
to 203,
|
|
596
|
-
strand plus,
|
|
597
|
-
id local str "Query_1"
|
|
598
|
-
},
|
|
599
|
-
int {
|
|
600
|
-
from 296,
|
|
601
|
-
to 313,
|
|
602
|
-
strand unknown,
|
|
603
|
-
id local str "SI2.2.0_00013"
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
dim 2,
|
|
609
|
-
ids {
|
|
610
|
-
local str "Query_1",
|
|
611
|
-
local str "SI2.2.0_00013"
|
|
612
|
-
},
|
|
613
|
-
loc {
|
|
614
|
-
int {
|
|
615
|
-
from 204,
|
|
616
|
-
to 212,
|
|
617
|
-
strand plus,
|
|
618
|
-
id local str "Query_1"
|
|
619
|
-
},
|
|
620
|
-
empty local str "SI2.2.0_00013"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
dim 2,
|
|
625
|
-
ids {
|
|
626
|
-
local str "Query_1",
|
|
627
|
-
local str "SI2.2.0_00013"
|
|
628
|
-
},
|
|
629
|
-
loc {
|
|
630
|
-
int {
|
|
631
|
-
from 213,
|
|
632
|
-
to 296,
|
|
633
|
-
strand plus,
|
|
634
|
-
id local str "Query_1"
|
|
635
|
-
},
|
|
636
|
-
int {
|
|
637
|
-
from 314,
|
|
638
|
-
to 341,
|
|
639
|
-
strand unknown,
|
|
640
|
-
id local str "SI2.2.0_00013"
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
dim 2,
|
|
646
|
-
ids {
|
|
647
|
-
local str "Query_1",
|
|
648
|
-
local str "SI2.2.0_00013"
|
|
649
|
-
},
|
|
650
|
-
loc {
|
|
651
|
-
int {
|
|
652
|
-
from 297,
|
|
653
|
-
to 305,
|
|
654
|
-
strand plus,
|
|
655
|
-
id local str "Query_1"
|
|
656
|
-
},
|
|
657
|
-
empty local str "SI2.2.0_00013"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
dim 2,
|
|
662
|
-
ids {
|
|
663
|
-
local str "Query_1",
|
|
664
|
-
local str "SI2.2.0_00013"
|
|
665
|
-
},
|
|
666
|
-
loc {
|
|
667
|
-
int {
|
|
668
|
-
from 306,
|
|
669
|
-
to 314,
|
|
670
|
-
strand plus,
|
|
671
|
-
id local str "Query_1"
|
|
672
|
-
},
|
|
673
|
-
int {
|
|
674
|
-
from 342,
|
|
675
|
-
to 344,
|
|
676
|
-
strand unknown,
|
|
677
|
-
id local str "SI2.2.0_00013"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
type partial,
|
|
685
|
-
dim 2,
|
|
686
|
-
score {
|
|
687
|
-
{
|
|
688
|
-
id str "score",
|
|
689
|
-
value int 51
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
id str "e_value",
|
|
693
|
-
value real { 998127990626386, 10, -15 }
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
id str "bit_score",
|
|
697
|
-
value real { 24253410651829, 10, -12 }
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
id str "num_ident",
|
|
701
|
-
value int 11
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
id str "comp_adjustment_method",
|
|
705
|
-
value int 2
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
id str "num_positives",
|
|
709
|
-
value int 22
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
id str "hsp_percent_coverage",
|
|
713
|
-
value real { 642592592592593, 10, -14 }
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
segs std {
|
|
717
|
-
{
|
|
718
|
-
dim 2,
|
|
719
|
-
ids {
|
|
720
|
-
local str "Query_1",
|
|
721
|
-
local str "SI2.2.0_04285"
|
|
722
|
-
},
|
|
723
|
-
loc {
|
|
724
|
-
int {
|
|
725
|
-
from 285,
|
|
726
|
-
to 296,
|
|
727
|
-
strand plus,
|
|
728
|
-
id local str "Query_1"
|
|
729
|
-
},
|
|
730
|
-
int {
|
|
731
|
-
from 82,
|
|
732
|
-
to 85,
|
|
733
|
-
strand unknown,
|
|
734
|
-
id local str "SI2.2.0_04285"
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
dim 2,
|
|
740
|
-
ids {
|
|
741
|
-
local str "Query_1",
|
|
742
|
-
local str "SI2.2.0_04285"
|
|
743
|
-
},
|
|
744
|
-
loc {
|
|
745
|
-
int {
|
|
746
|
-
from 297,
|
|
747
|
-
to 302,
|
|
748
|
-
strand plus,
|
|
749
|
-
id local str "Query_1"
|
|
750
|
-
},
|
|
751
|
-
empty local str "SI2.2.0_04285"
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
dim 2,
|
|
756
|
-
ids {
|
|
757
|
-
local str "Query_1",
|
|
758
|
-
local str "SI2.2.0_04285"
|
|
759
|
-
},
|
|
760
|
-
loc {
|
|
761
|
-
int {
|
|
762
|
-
from 303,
|
|
763
|
-
to 380,
|
|
764
|
-
strand plus,
|
|
765
|
-
id local str "Query_1"
|
|
766
|
-
},
|
|
767
|
-
int {
|
|
768
|
-
from 86,
|
|
769
|
-
to 111,
|
|
770
|
-
strand unknown,
|
|
771
|
-
id local str "SI2.2.0_04285"
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
type partial,
|
|
779
|
-
dim 2,
|
|
780
|
-
score {
|
|
781
|
-
{
|
|
782
|
-
id str "score",
|
|
783
|
-
value int 48
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
id str "e_value",
|
|
787
|
-
value real { 296470399107044, 10, -14 }
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
id str "bit_score",
|
|
791
|
-
value real { 23097811924077, 10, -12 }
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
id str "num_ident",
|
|
795
|
-
value int 12
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
id str "comp_adjustment_method",
|
|
799
|
-
value int 2
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
id str "num_positives",
|
|
803
|
-
value int 19
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
id str "hsp_percent_coverage",
|
|
807
|
-
value real { 661111111111111, 10, -14 }
|
|
808
|
-
}
|
|
809
|
-
},
|
|
810
|
-
segs std {
|
|
811
|
-
{
|
|
812
|
-
dim 2,
|
|
813
|
-
ids {
|
|
814
|
-
local str "Query_1",
|
|
815
|
-
local str "SI2.2.0_00562"
|
|
816
|
-
},
|
|
817
|
-
loc {
|
|
818
|
-
int {
|
|
819
|
-
from 102,
|
|
820
|
-
to 200,
|
|
821
|
-
strand plus,
|
|
822
|
-
id local str "Query_1"
|
|
823
|
-
},
|
|
824
|
-
int {
|
|
825
|
-
from 26,
|
|
826
|
-
to 58,
|
|
827
|
-
strand unknown,
|
|
828
|
-
id local str "SI2.2.0_00562"
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
type partial,
|
|
836
|
-
dim 2,
|
|
837
|
-
score {
|
|
838
|
-
{
|
|
839
|
-
id str "score",
|
|
840
|
-
value int 46
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
id str "e_value",
|
|
844
|
-
value real { 406293844119382, 10, -14 }
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
id str "bit_score",
|
|
848
|
-
value real { 223274127722423, 10, -13 }
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
id str "num_ident",
|
|
852
|
-
value int 10
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
id str "comp_adjustment_method",
|
|
856
|
-
value int 2
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
id str "num_positives",
|
|
860
|
-
value int 11
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
id str "hsp_percent_coverage",
|
|
864
|
-
value real { 42037037037037, 10, -13 }
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
segs std {
|
|
868
|
-
{
|
|
869
|
-
dim 2,
|
|
870
|
-
ids {
|
|
871
|
-
local str "Query_1",
|
|
872
|
-
local str "SI2.2.0_08520"
|
|
873
|
-
},
|
|
874
|
-
loc {
|
|
875
|
-
int {
|
|
876
|
-
from 58,
|
|
877
|
-
to 117,
|
|
878
|
-
strand plus,
|
|
879
|
-
id local str "Query_1"
|
|
880
|
-
},
|
|
881
|
-
int {
|
|
882
|
-
from 40,
|
|
883
|
-
to 59,
|
|
884
|
-
strand unknown,
|
|
885
|
-
id local str "SI2.2.0_08520"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
type partial,
|
|
893
|
-
dim 2,
|
|
894
|
-
score {
|
|
895
|
-
{
|
|
896
|
-
id str "score",
|
|
897
|
-
value int 46
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
id str "e_value",
|
|
901
|
-
value real { 412487581921973, 10, -14 }
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
id str "bit_score",
|
|
905
|
-
value real { 223274127722423, 10, -13 }
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
id str "num_ident",
|
|
909
|
-
value int 9
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
id str "comp_adjustment_method",
|
|
913
|
-
value int 2
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
id str "num_positives",
|
|
917
|
-
value int 16
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
id str "hsp_percent_coverage",
|
|
921
|
-
value real { 531481481481481, 10, -14 }
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
segs std {
|
|
925
|
-
{
|
|
926
|
-
dim 2,
|
|
927
|
-
ids {
|
|
928
|
-
local str "Query_1",
|
|
929
|
-
local str "SI2.2.0_06904"
|
|
930
|
-
},
|
|
931
|
-
loc {
|
|
932
|
-
int {
|
|
933
|
-
from 93,
|
|
934
|
-
to 170,
|
|
935
|
-
strand plus,
|
|
936
|
-
id local str "Query_1"
|
|
937
|
-
},
|
|
938
|
-
int {
|
|
939
|
-
from 39,
|
|
940
|
-
to 64,
|
|
941
|
-
strand unknown,
|
|
942
|
-
id local str "SI2.2.0_06904"
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
type partial,
|
|
950
|
-
dim 2,
|
|
951
|
-
score {
|
|
952
|
-
{
|
|
953
|
-
id str "score",
|
|
954
|
-
value int 48
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
id str "e_value",
|
|
958
|
-
value real { 416112025497446, 10, -14 }
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
id str "bit_score",
|
|
962
|
-
value real { 23097811924077, 10, -12 }
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
id str "num_ident",
|
|
966
|
-
value int 8
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
id str "comp_adjustment_method",
|
|
970
|
-
value int 1
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
id str "num_positives",
|
|
974
|
-
value int 11
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
id str "hsp_percent_coverage",
|
|
978
|
-
value real { 346296296296296, 10, -14 }
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
segs std {
|
|
982
|
-
{
|
|
983
|
-
dim 2,
|
|
984
|
-
ids {
|
|
985
|
-
local str "Query_1",
|
|
986
|
-
local str "SI2.2.0_03512"
|
|
987
|
-
},
|
|
988
|
-
loc {
|
|
989
|
-
int {
|
|
990
|
-
from 186,
|
|
991
|
-
to 233,
|
|
992
|
-
strand plus,
|
|
993
|
-
id local str "Query_1"
|
|
994
|
-
},
|
|
995
|
-
int {
|
|
996
|
-
from 16,
|
|
997
|
-
to 31,
|
|
998
|
-
strand unknown,
|
|
999
|
-
id local str "SI2.2.0_03512"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
type partial,
|
|
1007
|
-
dim 2,
|
|
1008
|
-
score {
|
|
1009
|
-
{
|
|
1010
|
-
id str "score",
|
|
1011
|
-
value int 47
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
id str "e_value",
|
|
1015
|
-
value real { 462088392354261, 10, -14 }
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
id str "bit_score",
|
|
1019
|
-
value real { 227126123481596, 10, -13 }
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
id str "num_ident",
|
|
1023
|
-
value int 8
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
id str "comp_adjustment_method",
|
|
1027
|
-
value int 1
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
id str "num_positives",
|
|
1031
|
-
value int 15
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
id str "hsp_percent_coverage",
|
|
1035
|
-
value real { 457407407407407, 10, -14 }
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
segs std {
|
|
1039
|
-
{
|
|
1040
|
-
dim 2,
|
|
1041
|
-
ids {
|
|
1042
|
-
local str "Query_1",
|
|
1043
|
-
local str "SI2.2.0_11705"
|
|
1044
|
-
},
|
|
1045
|
-
loc {
|
|
1046
|
-
int {
|
|
1047
|
-
from 447,
|
|
1048
|
-
to 512,
|
|
1049
|
-
strand minus,
|
|
1050
|
-
id local str "Query_1"
|
|
1051
|
-
},
|
|
1052
|
-
int {
|
|
1053
|
-
from 495,
|
|
1054
|
-
to 516,
|
|
1055
|
-
strand unknown,
|
|
1056
|
-
id local str "SI2.2.0_11705"
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
type partial,
|
|
1064
|
-
dim 2,
|
|
1065
|
-
score {
|
|
1066
|
-
{
|
|
1067
|
-
id str "score",
|
|
1068
|
-
value int 45
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
id str "e_value",
|
|
1072
|
-
value real { 907736362058494, 10, -14 }
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
id str "bit_score",
|
|
1076
|
-
value real { 219422131963249, 10, -13 }
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
id str "num_ident",
|
|
1080
|
-
value int 15
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
id str "comp_adjustment_method",
|
|
1084
|
-
value int 2
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
id str "num_positives",
|
|
1088
|
-
value int 23
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
id str "hsp_percent_coverage",
|
|
1092
|
-
value real { 772222222222222, 10, -14 }
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
segs std {
|
|
1096
|
-
{
|
|
1097
|
-
dim 2,
|
|
1098
|
-
ids {
|
|
1099
|
-
local str "Query_1",
|
|
1100
|
-
local str "SI2.2.0_09298"
|
|
1101
|
-
},
|
|
1102
|
-
loc {
|
|
1103
|
-
int {
|
|
1104
|
-
from 151,
|
|
1105
|
-
to 174,
|
|
1106
|
-
strand plus,
|
|
1107
|
-
id local str "Query_1"
|
|
1108
|
-
},
|
|
1109
|
-
int {
|
|
1110
|
-
from 369,
|
|
1111
|
-
to 376,
|
|
1112
|
-
strand unknown,
|
|
1113
|
-
id local str "SI2.2.0_09298"
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
dim 2,
|
|
1119
|
-
ids {
|
|
1120
|
-
local str "Query_1",
|
|
1121
|
-
local str "SI2.2.0_09298"
|
|
1122
|
-
},
|
|
1123
|
-
loc {
|
|
1124
|
-
empty local str "Query_1",
|
|
1125
|
-
int {
|
|
1126
|
-
from 377,
|
|
1127
|
-
to 377,
|
|
1128
|
-
strand unknown,
|
|
1129
|
-
id local str "SI2.2.0_09298"
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
dim 2,
|
|
1135
|
-
ids {
|
|
1136
|
-
local str "Query_1",
|
|
1137
|
-
local str "SI2.2.0_09298"
|
|
1138
|
-
},
|
|
1139
|
-
loc {
|
|
1140
|
-
int {
|
|
1141
|
-
from 175,
|
|
1142
|
-
to 267,
|
|
1143
|
-
strand plus,
|
|
1144
|
-
id local str "Query_1"
|
|
1145
|
-
},
|
|
1146
|
-
int {
|
|
1147
|
-
from 378,
|
|
1148
|
-
to 408,
|
|
1149
|
-
strand unknown,
|
|
1150
|
-
id local str "SI2.2.0_09298"
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
masks {
|
|
1158
|
-
{
|
|
1159
|
-
locations {
|
|
1160
|
-
packed-int {
|
|
1161
|
-
{
|
|
1162
|
-
from 350,
|
|
1163
|
-
to 382,
|
|
1164
|
-
id local str "Query_1"
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
frame minus2
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
ka-blocks {
|
|
1172
|
-
{
|
|
1173
|
-
lambda { 317605957635731, 10, -15 },
|
|
1174
|
-
k { 133956144488482, 10, -15 },
|
|
1175
|
-
h { 401214524497119, 10, -15 },
|
|
1176
|
-
gapped FALSE
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
lambda { 267, 10, -3 },
|
|
1180
|
-
k { 41, 10, -3 },
|
|
1181
|
-
h { 14, 10, -2 },
|
|
1182
|
-
gapped TRUE
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
search-stats {
|
|
1186
|
-
"Effective search space: 22643392",
|
|
1187
|
-
"Effective search space used: 22643392",
|
|
1188
|
-
"Length adjustment: 67"
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
}
|