Help for this page

Select Code to Download


  1. or download this
    $refine =1;
    
    ...
    }
    
    close (LOOKUP);
    
  2. or download this
    $file = 'test_predictions_1';
    open (FH, "<EXAMPLE");
    while (<FH>) {  $id = $_;
        if (exists $data{$file}{$id}) {print "match\n";}
                 }