Skip to content

Commit

Permalink
No need to switch Genomic_canonical tags
Browse files Browse the repository at this point in the history
  • Loading branch information
khowe committed Jan 20, 2015
1 parent 1f1a600 commit 75b0230
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/move_schild_to_top_level.pl
Expand Up @@ -119,17 +119,6 @@
}
}

# Finally, move the Genomic_canonical tags
my $seqs_it = $db->fetch_many(-query => "Find Sequence Genomic_canonical AND Species = \"$full_name\"");
while( my $seq = $seqs_it->next()) {
print $acefh "\nSequence \"$seq\"\n";
print $acefh "-D Genomic_canonical\n";
}
foreach my $tl_seq (keys %tl_seqs) {
print $acefh "\nSequence : \"$tl_seq\"\n";
print $acefh "Genomic_canonical\n";
}

if ($acefile) {
close($acefh) or die "Could not close $acefile after writing\n";
$wormbase->load_to_database($database, $acefile, "move_to_toplevel") unless $noload;
Expand Down

0 comments on commit 75b0230

Please sign in to comment.