Skip to content
Snippets Groups Projects
Commit cc7fc764 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Removed unnecessary method call as SQLite doesn't tolerate it

parent 20b7f26b
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ my @query_templates =
my @tables = qw(gene transcript exon simple_feature prediction_transcript dna_align_feature protein_align_feature misc_feature );
my @stable_id_tables = qw(gene transcript exon);
$dbc->do(sprintf "use $dbname");
# $dbc->do(sprintf "use $dbname");
my $sql_helper = $dbc->sql_helper;
foreach my $sl (sort keys %{$slices}) {
note "Testing case $sl";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment