Help for this page

Select Code to Download


  1. or download this
    indexfile' => {
                             'GCTCAGGA' => '4',
                             'AGCGTAGC' => '5',
    ...
                             'AAGGAGTA' => '15',
                             'CCTCTCTG' => '8'
                           },
    
  2. or download this
    sub match_query(){
        my $indexfile = shift;
        my $queryseq     = shift;
    ...
        return $result
        
    }
    
  3. or download this
    Use of uninitialized value in numeric comparison (<=>) at /Users/XXXXX
    +X/Desktop/test.pl line 602.