Help for this page

Select Code to Download


  1. or download this
    [module1]
    
    ...
     $;Chromosome$; = "[% chr_list %]"
     ;;use --v for verbose summary
     $;OTHER_ARGS$; = --v
    
  2. or download this
    #!perl
    use strict;
    ...
      or die $tt->error(), "\n";
    
    print "$output created\n";