sequenceserver 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sequenceserver might be problematic. Click here for more details.
- data/lib/sequenceserver.rb +1 -1
- data/public/js/jquery.activity.js +1 -1
- data/sequenceserver.gemspec +1 -1
- metadata +31 -59
- data/lib/blast.rb~ +0 -200
- data/lib/sequenceserver/database_formatter.rb~ +0 -190
- data/public/css/beige.css~ +0 -226
- data/public/js/sequenceserver.js~ +0 -250
- data/tests/chromedriver.log +0 -98
- data/tests/database/nucleotide/head.fa +0 -10
- data/tests/database/nucleotide/head.faVno_parse.html +0 -96
- data/tests/database/nucleotide/head.faVparse.html +0 -96
- data/tests/database/nucleotide/headVno_parse.archive +0 -151
- data/tests/database/nucleotide/headVno_parse.archive.csv +0 -1
- data/tests/database/nucleotide/headVparse.archive +0 -148
- data/tests/database/nucleotide/headVparse.archive.csv +0 -1
- data/tests/database/nucleotide/no_parse.fa +0 -5486
- data/tests/database/nucleotide/no_parse.fa.nhr +0 -0
- data/tests/database/nucleotide/no_parse.fa.nin +0 -0
- data/tests/database/nucleotide/no_parse.fa.nsq +0 -0
- data/tests/database/nucleotide/no_parse.info +0 -7
- data/tests/database/nucleotide/parse.fa +0 -5486
- data/tests/database/nucleotide/parse.fa.nhr +0 -0
- data/tests/database/nucleotide/parse.fa.nin +0 -0
- data/tests/database/nucleotide/parse.fa.nog +0 -0
- data/tests/database/nucleotide/parse.fa.nsd +0 -946
- data/tests/database/nucleotide/parse.fa.nsi +0 -0
- data/tests/database/nucleotide/parse.fa.nsq +0 -0
- data/tests/database/nucleotide/parse.info +0 -7
- data/views/search.erb~ +0 -164
data/public/css/beige.css~
DELETED
@@ -1,226 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
background-color: #2B3E42;
|
3
|
-
/*background: #3f4555;*/
|
4
|
-
font-family: Tahoma, Arial, sans-serif;
|
5
|
-
}
|
6
|
-
|
7
|
-
.container {
|
8
|
-
width: 800px;
|
9
|
-
margin: 50px auto;
|
10
|
-
background-color: white;
|
11
|
-
border: 2px solid white;
|
12
|
-
border-radius: 10px;
|
13
|
-
-moz-border-radius: 10px;
|
14
|
-
}
|
15
|
-
|
16
|
-
h1 {
|
17
|
-
margin: 0px;
|
18
|
-
padding: 0px;
|
19
|
-
}
|
20
|
-
|
21
|
-
.banner {
|
22
|
-
font-weight: bold;
|
23
|
-
background: #ebcd7b;
|
24
|
-
font-size: 300%;
|
25
|
-
font-family: Tahoma, Arial, sans-serif;
|
26
|
-
color: black;
|
27
|
-
padding: 2%;
|
28
|
-
margin-bottom: 2%;
|
29
|
-
|
30
|
-
border-bottom-left-radius: 0px;
|
31
|
-
border-bottom-right-radius: 0px;
|
32
|
-
border-top-left-radius: 10px;
|
33
|
-
border-top-right-radius: 10px;
|
34
|
-
|
35
|
-
-moz-border-radius-bottomleft: 0px;
|
36
|
-
-moz-border-radius-bottomright: 0px;
|
37
|
-
-moz-border-radius-topleft: 10px;
|
38
|
-
-moz-border-radius-topright: 10px;
|
39
|
-
|
40
|
-
}
|
41
|
-
|
42
|
-
.underbar {
|
43
|
-
background-color: #ebcd7b;
|
44
|
-
font-family:arial;
|
45
|
-
font-size: 12px;
|
46
|
-
text-align: center;
|
47
|
-
color: #333333;
|
48
|
-
padding: 1px 1px 1px 1px;
|
49
|
-
margin: 2% 0 0 0;
|
50
|
-
border-bottom-left-radius: 10px;
|
51
|
-
border-bottom-right-radius: 10px;
|
52
|
-
}
|
53
|
-
|
54
|
-
|
55
|
-
.entryfield {
|
56
|
-
padding:0;
|
57
|
-
margin:0;
|
58
|
-
float:left; /* otherwise each div is under the next. */
|
59
|
-
width:82%;
|
60
|
-
}
|
61
|
-
|
62
|
-
.entryfield textarea {
|
63
|
-
padding:0;
|
64
|
-
margin:0;
|
65
|
-
width:100%;
|
66
|
-
height: 168px;
|
67
|
-
border-color:black;
|
68
|
-
}
|
69
|
-
|
70
|
-
.blastmethods {
|
71
|
-
float : right;
|
72
|
-
width : 15%;
|
73
|
-
background : #222222;
|
74
|
-
border : none;
|
75
|
-
height : 150px;
|
76
|
-
|
77
|
-
border-top-right-radius : 10px;
|
78
|
-
border-top-left-radius : 0px;
|
79
|
-
border-bottom-right-radius: 10px;
|
80
|
-
border-bottom-left-radius : 0px;
|
81
|
-
|
82
|
-
-moz-border-radius-topright: 10px;
|
83
|
-
-moz-border-radius-topleft: 0px;
|
84
|
-
-moz-border-radius-bottomright: 10px;
|
85
|
-
-moz-border-radius-bottomleft: 0px;
|
86
|
-
|
87
|
-
|
88
|
-
font-size : 1.5em;
|
89
|
-
font-family: Tahoma, Arial, sans-serif;
|
90
|
-
color: black;
|
91
|
-
margin:0;
|
92
|
-
padding:0;
|
93
|
-
}
|
94
|
-
|
95
|
-
fieldset {
|
96
|
-
margin:0;
|
97
|
-
padding:0;
|
98
|
-
}
|
99
|
-
|
100
|
-
.horizontal {
|
101
|
-
margin: 2%;
|
102
|
-
padding-bottom:15px;
|
103
|
-
padding-top:15px;
|
104
|
-
width: 96%;
|
105
|
-
clear:both;
|
106
|
-
}
|
107
|
-
|
108
|
-
.rounded {
|
109
|
-
border-radius :10px;
|
110
|
-
-moz-border-radius:10px;
|
111
|
-
}
|
112
|
-
|
113
|
-
.box {
|
114
|
-
background : #D5E1DD;
|
115
|
-
/* background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); */
|
116
|
-
|
117
|
-
border : none;
|
118
|
-
|
119
|
-
padding : 10px;
|
120
|
-
margin: 0;
|
121
|
-
font-family : Tahoma, Arial, sans-serif;
|
122
|
-
color : black;
|
123
|
-
}
|
124
|
-
|
125
|
-
.databases {
|
126
|
-
width :46.5%;
|
127
|
-
}
|
128
|
-
.nucleotide {
|
129
|
-
float :left;
|
130
|
-
}
|
131
|
-
.protein {
|
132
|
-
float : right;
|
133
|
-
}
|
134
|
-
|
135
|
-
.radiobutton{
|
136
|
-
margin: 9px 5px 0px 0px;
|
137
|
-
padding: 0;
|
138
|
-
vertical-align: top;
|
139
|
-
}
|
140
|
-
.dbcheckbox { /* within each "database box" */
|
141
|
-
float:left;
|
142
|
-
clear:both;
|
143
|
-
margin: 5px 10px 0 0;
|
144
|
-
padding: 0;
|
145
|
-
}
|
146
|
-
.dbdescription {
|
147
|
-
float:left;
|
148
|
-
}
|
149
|
-
|
150
|
-
.advanced {
|
151
|
-
float:left;
|
152
|
-
width: 78%;
|
153
|
-
}
|
154
|
-
|
155
|
-
.greytext {
|
156
|
-
color: #A9A9A9;
|
157
|
-
}
|
158
|
-
|
159
|
-
.pointer {
|
160
|
-
cursor:pointer;
|
161
|
-
}
|
162
|
-
|
163
|
-
.advanced pre {
|
164
|
-
display: none;
|
165
|
-
}
|
166
|
-
.advanced input {
|
167
|
-
float:right;
|
168
|
-
width: 60%;
|
169
|
-
}
|
170
|
-
|
171
|
-
.submit_button {
|
172
|
-
float:right;
|
173
|
-
width: 17.5%;
|
174
|
-
}
|
175
|
-
.submit_button input {
|
176
|
-
width: 100%;
|
177
|
-
background-color : #323292;
|
178
|
-
background: -webkit-gradient(linear, left top, right bottom, from(#0066CC), to(#192D53));
|
179
|
-
background: -moz-linear-gradient(45deg,#0066CC,#192D53);
|
180
|
-
|
181
|
-
border : 2px solid #192D53;
|
182
|
-
border-radius : 10px;
|
183
|
-
-moz-border-radius: 10px;
|
184
|
-
color : white;
|
185
|
-
padding : 2.5px 10px 2.5px 10px;
|
186
|
-
cursor : pointer;
|
187
|
-
font-size : 1.8em;
|
188
|
-
font-family : Tahoma, Arial, sans-serif;
|
189
|
-
margin: 0 0 0 0;
|
190
|
-
|
191
|
-
}
|
192
|
-
.submit_button input:active {
|
193
|
-
color: #1f2126;
|
194
|
-
|
195
|
-
}
|
196
|
-
.submit_button input:hover {
|
197
|
-
background: -webkit-gradient(linear, left top, right bottom, from(#009cff), to(#0261c2));
|
198
|
-
background: -moz-linear-gradient(45deg,#009cff,#0261c2);
|
199
|
-
|
200
|
-
}
|
201
|
-
|
202
|
-
h2, .bigtext{
|
203
|
-
font-family: Tahoma, Arial, serif;
|
204
|
-
font-weight: bold;
|
205
|
-
font-size: 20px;
|
206
|
-
color: black;
|
207
|
-
margin:0;
|
208
|
-
padding: 0px;
|
209
|
-
/* margin: 8px 0 10px 0;*/
|
210
|
-
}
|
211
|
-
|
212
|
-
.smalltext{
|
213
|
-
font-size:10px;
|
214
|
-
}
|
215
|
-
|
216
|
-
|
217
|
-
#result{
|
218
|
-
clear:both;
|
219
|
-
background-color: white;
|
220
|
-
padding-left: 5%;
|
221
|
-
margin: 0 18px 0 18px;
|
222
|
-
}
|
223
|
-
|
224
|
-
a {
|
225
|
-
color: #b22222;
|
226
|
-
}
|
@@ -1,250 +0,0 @@
|
|
1
|
-
//helpers methods to disable, enable, and uncheck radio buttons and checkboxes
|
2
|
-
(function( $ ){
|
3
|
-
//disable an element
|
4
|
-
$.fn.disable = function() {
|
5
|
-
return this.attr('disabled', 'disabled');
|
6
|
-
};
|
7
|
-
})( jQuery );
|
8
|
-
|
9
|
-
(function( $ ){
|
10
|
-
//enable an element
|
11
|
-
$.fn.enable = function() {
|
12
|
-
return this.removeAttr('disabled');
|
13
|
-
};
|
14
|
-
})( jQuery );
|
15
|
-
|
16
|
-
(function( $ ){
|
17
|
-
//uncheck an element
|
18
|
-
$.fn.uncheck = function() {
|
19
|
-
return this.removeAttr('checked');
|
20
|
-
this.attr('checked') && this.removeAttr('checked');
|
21
|
-
return this;
|
22
|
-
};
|
23
|
-
})( jQuery );
|
24
|
-
|
25
|
-
(function( $ ){
|
26
|
-
//check an element
|
27
|
-
$.fn.check = function() {
|
28
|
-
return this.attr('checked', 'checked');
|
29
|
-
};
|
30
|
-
})( jQuery );
|
31
|
-
|
32
|
-
(function( $ ){
|
33
|
-
//(pre-)check the only active database checkbox
|
34
|
-
$.onedb = function(selector) {
|
35
|
-
active_dbs = $(".databases input[type=checkbox]").not(":disabled")
|
36
|
-
if (active_dbs.length == 1){
|
37
|
-
active_dbs.check()
|
38
|
-
}
|
39
|
-
return active_dbs;
|
40
|
-
};
|
41
|
-
})( jQuery );
|
42
|
-
|
43
|
-
(function( $ ){
|
44
|
-
//highlight an element
|
45
|
-
$.fn.highlight = function() {
|
46
|
-
return this.addClass('focussed');
|
47
|
-
};
|
48
|
-
})( jQuery );
|
49
|
-
|
50
|
-
(function( $ ){
|
51
|
-
//unhighlight an element
|
52
|
-
$.fn.unhighlight = function() {
|
53
|
-
return this.removeClass('focussed');
|
54
|
-
};
|
55
|
-
})( jQuery );
|
56
|
-
|
57
|
-
(function ($) {
|
58
|
-
$.fn.poll = function () {
|
59
|
-
var that, val, tmp;
|
60
|
-
|
61
|
-
that = this;
|
62
|
-
|
63
|
-
(function ping () {
|
64
|
-
tmp = that.val();
|
65
|
-
|
66
|
-
if (tmp != val){
|
67
|
-
val = tmp;
|
68
|
-
that.change();
|
69
|
-
}
|
70
|
-
|
71
|
-
setTimeout(ping, 100);
|
72
|
-
}());
|
73
|
-
|
74
|
-
return this;
|
75
|
-
};
|
76
|
-
}(jQuery));
|
77
|
-
|
78
|
-
/*
|
79
|
-
SS - SequenceServer's JavaScript module
|
80
|
-
|
81
|
-
Define a global SS (acronym for SequenceServer) object containing the
|
82
|
-
following methods:
|
83
|
-
|
84
|
-
main():
|
85
|
-
Initializes SequenceServer's various modules.
|
86
|
-
*/
|
87
|
-
|
88
|
-
//define global SS object
|
89
|
-
var SS;
|
90
|
-
if (!SS) {
|
91
|
-
SS = {};
|
92
|
-
}
|
93
|
-
|
94
|
-
//SS module
|
95
|
-
(function () {
|
96
|
-
|
97
|
-
/*
|
98
|
-
ask each module to initialize itself
|
99
|
-
*/
|
100
|
-
SS.main = function () {
|
101
|
-
SS.blast.init();
|
102
|
-
}
|
103
|
-
}()); //end SS module
|
104
|
-
|
105
|
-
$(document).ready(function(){
|
106
|
-
// poll the sequence textbox for a change in user input
|
107
|
-
$('#sequence').poll();
|
108
|
-
|
109
|
-
// start SequenceServer's event loop
|
110
|
-
SS.main();
|
111
|
-
$('input:submit').disable();
|
112
|
-
|
113
|
-
$('form').on('blast_valid', function () {
|
114
|
-
$('input:submit').enable();
|
115
|
-
});
|
116
|
-
|
117
|
-
$('form').on('blast_invalid', function () {
|
118
|
-
$('input:submit').disable();
|
119
|
-
});
|
120
|
-
|
121
|
-
$('#sequence').bind('sequence_type_changed', function(event, type){
|
122
|
-
if (type == "nucleotide"){
|
123
|
-
$("#blastn, #tblastx, #blastx").enable();
|
124
|
-
$("#blastp, #tblastn").uncheck().disable().first().change();
|
125
|
-
}
|
126
|
-
else if (type == "protein"){
|
127
|
-
$("#blastp, #tblastn").enable();
|
128
|
-
$("#blastn, #tblastx, #blastx").uncheck().disable().first().change();
|
129
|
-
}
|
130
|
-
else if (type == undefined){
|
131
|
-
//reset blast methods
|
132
|
-
$('.blastmethods input[type=radio]').enable().first().change();
|
133
|
-
}
|
134
|
-
});
|
135
|
-
|
136
|
-
$(".advanced label").click(function(event){
|
137
|
-
//toggle display of advanced options when "Advanced parameters" text is
|
138
|
-
//clicked
|
139
|
-
$(".advanced .help").toggle("fast");
|
140
|
-
|
141
|
-
//stop event propagation here; jQuery will call `click()` on input box
|
142
|
-
//otherwise
|
143
|
-
return false;
|
144
|
-
});
|
145
|
-
|
146
|
-
$(".advanced input").click(function(event){
|
147
|
-
//but for input box toggling might get annoying
|
148
|
-
$(".advanced .help").show("fast");
|
149
|
-
});
|
150
|
-
|
151
|
-
$("input#advanced").enablePlaceholder({"withPlaceholderClass": "greytext"});
|
152
|
-
$("textarea#sequence").enablePlaceholder({"withPlaceholderClass": "greytext"});
|
153
|
-
|
154
|
-
//when a blast method is selected
|
155
|
-
$('#blastp, #blastx, #blastn, #tblastx, #tblastn').change(function(event){
|
156
|
-
//then find the selected blast method
|
157
|
-
var method = $('.blastmethods input[type=radio]').filter(':checked').val();
|
158
|
-
|
159
|
-
//and accordingly disable incompatible databases
|
160
|
-
if (method == 'blastx' || method == 'blastp'){
|
161
|
-
$('.databases.nucleotide input[type=checkbox]').uncheck().disable();
|
162
|
-
$('.databases.protein input[type=checkbox]').enable();
|
163
|
-
}
|
164
|
-
else if (method == 'blastn' || method == 'tblastx' || method == 'tblastn'){
|
165
|
-
$('.databases.protein input[type=checkbox]').uncheck().disable();
|
166
|
-
$('.databases.nucleotide input[type=checkbox]').enable();
|
167
|
-
}
|
168
|
-
else{
|
169
|
-
$('.databases input[type=checkbox]').enable();
|
170
|
-
}
|
171
|
-
|
172
|
-
$.onedb();
|
173
|
-
});
|
174
|
-
|
175
|
-
$('#blast').submit(function(){
|
176
|
-
//parse AJAX URL
|
177
|
-
var action = $(this).attr('action');
|
178
|
-
var index = action.indexOf('#');
|
179
|
-
var url = action.slice(0, index);
|
180
|
-
var hash = action.slice(index, action.length);
|
181
|
-
|
182
|
-
var button = $(this).find('input:submit');
|
183
|
-
|
184
|
-
//prevent submitting another query while this one is being processed
|
185
|
-
button.disable();
|
186
|
-
|
187
|
-
//overlay div will contain the spinner
|
188
|
-
$('body').append('<div id="overlay"></div>')
|
189
|
-
|
190
|
-
//activate spinner to indicate query in progress
|
191
|
-
$('#overlay').css({
|
192
|
-
top: '0px',
|
193
|
-
left: '0px',
|
194
|
-
width: '100%',
|
195
|
-
height: '100%',
|
196
|
-
position: 'fixed',
|
197
|
-
'z-index': 1000,
|
198
|
-
'pointer-events': 'none',
|
199
|
-
}).activity({
|
200
|
-
segments: 8,
|
201
|
-
length: 40,
|
202
|
-
width: 16,
|
203
|
-
speed: 1.8
|
204
|
-
});
|
205
|
-
|
206
|
-
// BLAST now
|
207
|
-
$.post(url, $('form').serialize()).
|
208
|
-
done(function (data) {
|
209
|
-
// BLASTed successfully
|
210
|
-
|
211
|
-
// display the result
|
212
|
-
$('#result').html(data);
|
213
|
-
location.hash = hash;
|
214
|
-
}).
|
215
|
-
fail(function (jqXHR, status, error) {
|
216
|
-
// BLAST failed
|
217
|
-
|
218
|
-
//alert user
|
219
|
-
alert('BLAST failed: ' + error);
|
220
|
-
}).
|
221
|
-
always(function () {
|
222
|
-
// BLAST complete (succefully or otherwise)
|
223
|
-
|
224
|
-
// remove progress notification
|
225
|
-
$('#overlay').activity(false).remove();
|
226
|
-
|
227
|
-
// allow submitting a new query
|
228
|
-
button.enable();
|
229
|
-
});
|
230
|
-
|
231
|
-
return false;
|
232
|
-
});
|
233
|
-
|
234
|
-
$(window).scroll(function() {
|
235
|
-
var areaHeight = $(this).height();
|
236
|
-
|
237
|
-
$('.resultn').each(function() {
|
238
|
-
var scrolled = $(window).scrollTop();
|
239
|
-
var start = $(this).offset().top - screen.height/2;
|
240
|
-
var end = start + $(this).height();
|
241
|
-
|
242
|
-
if (scrolled > start && scrolled < end){
|
243
|
-
$(this).highlight();
|
244
|
-
}
|
245
|
-
else {
|
246
|
-
$(this).unhighlight();
|
247
|
-
}
|
248
|
-
});
|
249
|
-
});
|
250
|
-
});
|
data/tests/chromedriver.log
DELETED
@@ -1,98 +0,0 @@
|
|
1
|
-
[0.000][INFO]: ChromeDriver 26.0.1383.0 /usr/local/bin/chromedriver
|
2
|
-
[0.246][FINE]: Initializing session with capabilities {
|
3
|
-
"browserName": "chrome",
|
4
|
-
"chrome.detach": true,
|
5
|
-
"chromeOptions": {
|
6
|
-
"detach": true
|
7
|
-
},
|
8
|
-
"cssSelectorsEnabled": true,
|
9
|
-
"javascriptEnabled": true,
|
10
|
-
"nativeEvents": false,
|
11
|
-
"platform": "ANY",
|
12
|
-
"rotatable": false,
|
13
|
-
"takesScreenshot": false,
|
14
|
-
"version": ""
|
15
|
-
}
|
16
|
-
|
17
|
-
[0.248][INFO]: Using named testing interface
|
18
|
-
[1.014][INFO]: Connected to Chrome successfully. Version: 25.0.1364.160
|
19
|
-
[1.062][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02)
|
20
|
-
[1.062][FINE]: Command finished (/session/02d813cd7f3704d0df88e423b982bb02) with response {
|
21
|
-
"sessionId": "02d813cd7f3704d0df88e423b982bb02",
|
22
|
-
"status": 0,
|
23
|
-
"value": {
|
24
|
-
"acceptSslCerts": false,
|
25
|
-
"applicationCacheEnabled": false,
|
26
|
-
"browserConnectionEnabled": false,
|
27
|
-
"browserName": "chrome",
|
28
|
-
"chrome.chromedriverVersion": "26.0.1383.0",
|
29
|
-
"cssSelectorsEnabled": true,
|
30
|
-
"databaseEnabled": false,
|
31
|
-
"handlesAlerts": true,
|
32
|
-
"javascriptEnabled": true,
|
33
|
-
"locationContextEnabled": false,
|
34
|
-
"nativeEvents": true,
|
35
|
-
"platform": "linux",
|
36
|
-
"rotatable": false,
|
37
|
-
"takesScreenshot": true,
|
38
|
-
"version": "25.0.1364.160",
|
39
|
-
"webStorageEnabled": true
|
40
|
-
}
|
41
|
-
}
|
42
|
-
|
43
|
-
[1.065][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02/url) with params {
|
44
|
-
"url": "http://localhost:4567"
|
45
|
-
}
|
46
|
-
|
47
|
-
[1.065][FINER]: Waiting for all views to stop loading...
|
48
|
-
[1.142][FINER]: Done waiting for all views to stop loading
|
49
|
-
[6.740][FINER]: Waiting for all views to stop loading...
|
50
|
-
[6.750][FINER]: Done waiting for all views to stop loading
|
51
|
-
[6.750][FINE]: Command finished (/session/02d813cd7f3704d0df88e423b982bb02/url) with response {
|
52
|
-
"sessionId": "02d813cd7f3704d0df88e423b982bb02",
|
53
|
-
"status": 0,
|
54
|
-
"value": {
|
55
|
-
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
[6.752][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02/url)
|
60
|
-
[6.752][FINER]: Waiting for all views to stop loading...
|
61
|
-
[6.752][FINER]: Done waiting for all views to stop loading
|
62
|
-
[6.772][FINER]: Waiting for all views to stop loading...
|
63
|
-
[6.772][FINER]: Done waiting for all views to stop loading
|
64
|
-
[6.772][FINE]: Command finished (/session/02d813cd7f3704d0df88e423b982bb02/url) with response {
|
65
|
-
"sessionId": "02d813cd7f3704d0df88e423b982bb02",
|
66
|
-
"status": 0,
|
67
|
-
"value": "http://localhost:4567/"
|
68
|
-
}
|
69
|
-
|
70
|
-
[6.774][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02/url)
|
71
|
-
[6.774][FINER]: Waiting for all views to stop loading...
|
72
|
-
[6.774][FINER]: Done waiting for all views to stop loading
|
73
|
-
[6.777][FINER]: Waiting for all views to stop loading...
|
74
|
-
[6.777][FINER]: Done waiting for all views to stop loading
|
75
|
-
[6.777][FINE]: Command finished (/session/02d813cd7f3704d0df88e423b982bb02/url) with response {
|
76
|
-
"sessionId": "02d813cd7f3704d0df88e423b982bb02",
|
77
|
-
"status": 0,
|
78
|
-
"value": "http://localhost:4567/"
|
79
|
-
}
|
80
|
-
|
81
|
-
[6.779][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02/execute) with params {
|
82
|
-
"args": [ ],
|
83
|
-
"script": "return document.readyState"
|
84
|
-
}
|
85
|
-
|
86
|
-
[6.779][FINER]: Waiting for all views to stop loading...
|
87
|
-
[6.780][FINER]: Done waiting for all views to stop loading
|
88
|
-
[6.786][FINER]: Waiting for all views to stop loading...
|
89
|
-
[6.787][FINER]: Done waiting for all views to stop loading
|
90
|
-
[6.787][FINE]: Command finished (/session/02d813cd7f3704d0df88e423b982bb02/execute) with response {
|
91
|
-
"sessionId": "02d813cd7f3704d0df88e423b982bb02",
|
92
|
-
"status": 0,
|
93
|
-
"value": "complete"
|
94
|
-
}
|
95
|
-
|
96
|
-
[6.788][FINE]: Command received (/session/02d813cd7f3704d0df88e423b982bb02)
|
97
|
-
[17.881][WARNING]: Chrome still running, terminating...
|
98
|
-
[17.881][INFO]: Chrome shutdown
|
@@ -1,10 +0,0 @@
|
|
1
|
-
>SI2.2.0_06267 Si_gnF.scaffold02592[1282609..1284114].pep_2
|
2
|
-
ATGAATACCCTCTGGCTCTCTTTATGGGATTATCCCGGTAAGCTTCCCTTAAACTTCATG
|
3
|
-
GTGTTTGACACGAAGGATGATCTGCAAGCAGCGTATTGGAGAGATCCTTACAGCATACCT
|
4
|
-
CTGGCAGTTATCTTCGAGGACCCCCAACCGATATCACAGCGACTTATATATGAAATTAGG
|
5
|
-
ACGAATCCTTCATACACTTTGCCGCCACCGCCAACCAAATTGTATTCTGCTCCGATCAGT
|
6
|
-
TGTCGAAAGAATAAAACTGGTCACTGGATGGACGACATTTTATCGATAAAAACCGGTGAA
|
7
|
-
TCTTGTCCCGTTAACAATTACTTGCATTCTGGCTTCTTGGCTCTGCAAATGATAACGGAT
|
8
|
-
ATCACAAAGATAAAATTGGAAAATTCTGACGTGACAATACCGGATATTAAACTCATAATG
|
9
|
-
TTTCCTAAAGAGCCGTATACCGCTGACTGGATGCTGGCCTTCAGAGTTGTTATTCCGCTT
|
10
|
-
TACATGGTCTTGGCTCTCTCGCAATTTATCACTTATCTTCTGATCCTAATAGTTGGCGAG
|
@@ -1,96 +0,0 @@
|
|
1
|
-
<HTML>
|
2
|
-
<TITLE>BLAST Search Results</TITLE>
|
3
|
-
<BODY BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#660099" ALINK="#660099">
|
4
|
-
<PRE>
|
5
|
-
|
6
|
-
<b>BLASTN 2.2.25+</b>
|
7
|
-
|
8
|
-
|
9
|
-
<b><a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=PubMed&cmd=Retrieve&list_uids=10890397&dopt=Citation">Reference</a>:</b>
|
10
|
-
Zheng Zhang, Scott Schwartz, Lukas Wagner, and Webb Miller (2000),
|
11
|
-
"A greedy algorithm for aligning DNA sequences", J Comput Biol 2000;
|
12
|
-
7(1-2):203-14.
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
Database: no_parse.fa
|
17
|
-
473 sequences; 287,752 total letters
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
<b>Query=</b> SI2.2.0_06267 Si_gnF.scaffold02592[1282609..1284114].pep_2
|
22
|
-
|
23
|
-
Length=540
|
24
|
-
Score E
|
25
|
-
Sequences producing significant alignments: (Bits) Value
|
26
|
-
|
27
|
-
SI2.2.0_06267 Si_gnF.scaffold02592[1282609..1284114].pep_2 <a href=#BL_ORD_ID:0> 998</a> 0.0
|
28
|
-
|
29
|
-
|
30
|
-
<script src="blastResult.js"></script>><a name=BL_ORD_ID:0></a> SI2.2.0_06267 Si_gnF.scaffold02592[1282609..1284114].pep_2
|
31
|
-
Length=597
|
32
|
-
|
33
|
-
Score = 998 bits (540), Expect = 0.0
|
34
|
-
Identities = 540/540 (100%), Gaps = 0/540 (0%)
|
35
|
-
Strand=Plus/Plus
|
36
|
-
|
37
|
-
Query 1 ATGAATACCCTCTGGCTCTCTTTATGGGATTATCCCGGTAAGCTTCCCTTAAACTTCATG 60
|
38
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
39
|
-
Sbjct 1 ATGAATACCCTCTGGCTCTCTTTATGGGATTATCCCGGTAAGCTTCCCTTAAACTTCATG 60
|
40
|
-
|
41
|
-
Query 61 GTGTTTGACACGAAGGATGATCTGCAAGCAGCGTATTGGAGAGATCCTTACAGCATACCT 120
|
42
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
43
|
-
Sbjct 61 GTGTTTGACACGAAGGATGATCTGCAAGCAGCGTATTGGAGAGATCCTTACAGCATACCT 120
|
44
|
-
|
45
|
-
Query 121 CTGGCAGTTATCTTCGAGGACCCCCAACCGATATCACAGCGACTTATATATGAAATTAGG 180
|
46
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
47
|
-
Sbjct 121 CTGGCAGTTATCTTCGAGGACCCCCAACCGATATCACAGCGACTTATATATGAAATTAGG 180
|
48
|
-
|
49
|
-
Query 181 ACGAATCCTTCATACACTTTGCCGCCACCGCCAACCAAATTGTATTCTGCTCCGATCAGT 240
|
50
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
51
|
-
Sbjct 181 ACGAATCCTTCATACACTTTGCCGCCACCGCCAACCAAATTGTATTCTGCTCCGATCAGT 240
|
52
|
-
|
53
|
-
Query 241 TGTCGAAAGAATAAAACTGGTCACTGGATGGACGACATTTTATCGATAAAAACCGGTGAA 300
|
54
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
55
|
-
Sbjct 241 TGTCGAAAGAATAAAACTGGTCACTGGATGGACGACATTTTATCGATAAAAACCGGTGAA 300
|
56
|
-
|
57
|
-
Query 301 TCTTGTCCCGTTAACAATTACTTGCATTCTGGCTTCTTGGCTCTGCAAATGATAACGGAT 360
|
58
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
59
|
-
Sbjct 301 TCTTGTCCCGTTAACAATTACTTGCATTCTGGCTTCTTGGCTCTGCAAATGATAACGGAT 360
|
60
|
-
|
61
|
-
Query 361 ATCACAAAGATAAAATTGGAAAATTCTGACGTGACAATACCGGATATTAAACTCATAATG 420
|
62
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
63
|
-
Sbjct 361 ATCACAAAGATAAAATTGGAAAATTCTGACGTGACAATACCGGATATTAAACTCATAATG 420
|
64
|
-
|
65
|
-
Query 421 TTTCCTAAAGAGCCGTATACCGCTGACTGGATGCTGGCCTTCAGAGTTGTTATTCCGCTT 480
|
66
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
67
|
-
Sbjct 421 TTTCCTAAAGAGCCGTATACCGCTGACTGGATGCTGGCCTTCAGAGTTGTTATTCCGCTT 480
|
68
|
-
|
69
|
-
Query 481 TACATGGTCTTGGCTCTCTCGCAATTTATCACTTATCTTCTGATCCTAATAGTTGGCGAG 540
|
70
|
-
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
71
|
-
Sbjct 481 TACATGGTCTTGGCTCTCTCGCAATTTATCACTTATCTTCTGATCCTAATAGTTGGCGAG 540
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
Lambda K H
|
76
|
-
1.33 0.621 1.12
|
77
|
-
|
78
|
-
Gapped
|
79
|
-
Lambda K H
|
80
|
-
1.28 0.460 0.850
|
81
|
-
|
82
|
-
Effective search space used: 145236565
|
83
|
-
|
84
|
-
|
85
|
-
Database: no_parse.fa
|
86
|
-
Posted date: Sep 25, 2011 10:05 AM
|
87
|
-
Number of letters in database: 287,752
|
88
|
-
Number of sequences in database: 473
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
Matrix: blastn matrix 1 -2
|
93
|
-
Gap Penalties: Existence: 0, Extension: 2.5
|
94
|
-
</PRE>
|
95
|
-
</BODY>
|
96
|
-
</HTML>
|