Help for this page

Select Code to Download


  1. or download this
        my @keyMap=@{$keyMap_aref};
        my @infile=@{$infile_aref};
        my $outfile=$outdir.'/'.$outFileName;
        my @keyPos=@{$keyPos_aref};
        my @outCol=@{$outCol_aref} if defined $outCol_aref;
    
  2. or download this
    foreach my $infile(@infile){
    
  3. or download this
    foreach my $infile( @{$infile_aref} ){