Help for this page

Select Code to Download


  1. or download this
    perl -nle 'chomp;tr/a-z/A-Z/;next if /[^ATCG]/;$l=length();$c=0;for $m
    +(5..$l){print substr($_,$c++,5)}' uniBNL_SSR_fasta.txt.input_library.
    +txt | perl -nle '$c{$_}++ for split/\W/;}print map {"$_:$c{$_}\n"} so
    +rt{$c{$b}<=>$c{$a}}keys %c;{' -
    
  2. or download this
    ...
    AGAGA:5334
    ...
    TTTTT:1851
    CTCTC:1798
    ...
    
  3. or download this
    #!/usr/bin/perl
    #
    ...
        $file_num +=1;
        $file_num %= $number;
    }