Skip to content

Commit

Permalink
fix BLAST query after previous code organization
Browse files Browse the repository at this point in the history
  • Loading branch information
noefp committed Nov 2, 2020
1 parent 898d32b commit 4228954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tea/Controller/Expression_viewer_ajax.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub get_datasets :Path('/expression_viewer/get_datasets/') :Args(0) {
if ($c->session->{is_logged_in}) {
$user_id = $c->session->{is_logged_in};
}
print STDERR "\n\n\n\n user_id222: $user_id\n\n\n\n";
# print STDERR "\n\n\n\n user_id222: $user_id\n\n\n\n";

# connect to user DB
my $userDB_dbname = $c->config->{login_db};
Expand Down
1 change: 1 addition & 0 deletions root/static/js/tea_expr_input.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ $(document).ready(function () {
var blast_alignment = 0;
var blast_filter = 0;

var idSelector = function() { return this.value; };
var project_id = jQuery(".organism_col:checked").map(idSelector).get()[0];

if ($('#blast_filter').is(":checked")) {
Expand Down

0 comments on commit 4228954

Please sign in to comment.