Help for this page

Select Code to Download


  1. or download this
    $seq =~ s/
        (\d+):(\d+):(\d+)
    ...
        (\1):(\2):(?{1+($3|$6)})
    
        /$1:$2:$3-$6/xg;