Skip to content

Commit

Permalink
added the UPitt SL1s, commented out the BAC ends, as they need remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaule committed Nov 19, 2015
1 parent 3b3835f commit db1485a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/load_data_sets.pl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ sub parse_misc_elegans_files {
sub parse_brugia_data {
my %files_to_load = (
$wormbase->misc_dynamic.'/misc_TIGR_brugia.ace' => 'TIGR_gene_models',
$wormbase->misc_static.'/brugia_bacs.ace.gz' => 'Brugia BACS',
$wormbase->misc_static.'brugiaV4_upittSL1s.ace.gz',
#need remapping $wormbase->misc_static.'/brugia_bacs.ace.gz' => 'Brugia BACS',
);
$log->write_to("Loading files to ".$wormbase->autoace."\n==================================\n");
foreach my $file (sort keys %files_to_load) {
Expand Down

0 comments on commit db1485a

Please sign in to comment.