Help for this page

Select Code to Download


  1. or download this
    open(FILE, "<$ARGV[0]") || die "$!";
    count_bases(20);
    ...
      ... 
      #make comparisons and put #s in hash 
    }
    
  2. or download this
    count_bases(20, $ARGV[1]);
    count_bases(30, $ARGV[1]);
    ...
      ... 
      #make comparisons and put #s in hash 
    }