Skip to content
Snippets Groups Projects
Commit 65a85003 authored by Michele Clamp's avatar Michele Clamp
Browse files

Changed my temporary changes

parent 6fb61d39
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,8 @@ $|=1;
my $to_locator = make_locator_string($tdbtype,$module,$thost,$tport,$tdbname,$tdbuser,$tpass);
my $tdb = new Bio::EnsEMBL::DBLoader($to_locator);
my $from_locator = "Bio::EnsEMBL::TimDB::Obj";
#my $from_locator = $tdb->get_donor_locator;
#my $from_locator = "Bio::EnsEMBL::TimDB::Obj";
my $from_locator = $tdb->get_donor_locator;
my $arc_locator;
if ($archive) {
$arc_locator = "Bio::EnsEMBL::DBArchive::Obj//host=$thost;port=$tport;dbname=$adbname;user=$tdbuser;pass=$arcpass";
......
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