Changeset 257

Show
Ignore:
Timestamp:
09/04/09 12:58:37 (3 months ago)
Author:
cholt
Message:

fix gff3_merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bin/gff3_merge

    r254 r257  
    4545if (! $outfile){ 
    4646    ($outfile) = $datastore =~ /([^\/]+)$/; 
    47     $outfile =~ s/_master_datastore_index.log// 
    48        $outfile .= ".gff"; 
     47    $outfile =~ s/_master_datastore_index.log//; 
     48    $outfile .= ".gff"; 
    4949    $outfile = "genome.all.gff" if(! defined $outfile); 
    5050}