Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        }
      };
    }
    
  2. or download this
    my $genome_iter = i_map(
      sub {join '', @_},
    ...
        return ();
      };
    }
    
  3. or download this
    # Takes an iterator and returns a list of results
    sub iter2list {
    ...
      }
      return @out;
    }