Skip to content

Commit

Permalink
added status messages for reverse order insertions
Browse files Browse the repository at this point in the history
  • Loading branch information
suryasaha committed Jun 30, 2015
1 parent bfaba9e commit e2e1ad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Bio/GenomeUpdate/TPF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,9 @@ Returns the length of the accession. Added for use in switchover and trim files
$contig_bac_loop_counter = $component_accessions_count - 1 ;
while ($contig_bac_loop_counter >= 0 ){
my $contig_bac_to_insert = Bio::GenomeUpdate::TPF::TPFSequenceLine->new();
print STDERR "******** inserting ";
print STDERR $component_accessions_arr[$contig_bac_loop_counter];
print STDERR "\n";
$contig_bac_to_insert->set_accession($component_accessions_arr[$contig_bac_loop_counter]);
$bac_inserted_accessions{$component_accessions_arr[$contig_bac_loop_counter]} = 'inserted'; #recording accession name
$contig_bac_to_insert->set_local_contig_identifier($bac_to_insert->get_local_contig_identifier() );
Expand Down

0 comments on commit e2e1ad2

Please sign in to comment.