Help for this page

Select Code to Download


  1. or download this
    my @locus_small = ();
    my $line;
    ...
        push(@locus_small, "$tokens[0]\t$tokens[1]\t");
        }
    }
    
  2. or download this
    foreach my $molecule (@molecules) {
    
    ...
            print OUTDATA  ($molecule, ": \n\t", join "\t", @found);
        }
    }