Help for this page

Select Code to Download


  1. or download this
    my %charmap = (
        A => '00',
    ...
    my $decompressed = unpackACGT( $compressed );
    
    print length( $decompressed ), ':', $decompressed;