Help for this page

Select Code to Download


  1. or download this
    Regexp : 230 wallclock secs (229.86 usr +  0.06 sys = 229.92 CPU)
    Index  : 22 wallclock secs (21.47 usr +  0.01 sys = 21.48 CPU)
    Merged : 663 wallclock secs (663.73 usr +  0.17 sys = 663.90 CPU)
    
  2. or download this
    use strict;
    use Bio::SeqIO;
    ...
    print 'Regexp : ', timestr($td1), "\n";
    print 'Index  : ', timestr($td2), "\n";
    print 'Merged : ', timestr($td3), "\n";