Class PairedEndFastqToTfq.FastqPairedEndReducer

java.lang.Object
org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop.PairedEndFastqToTfq.FastqPairedEndReducer
Enclosing class:
PairedEndFastqToTfq

public static final class PairedEndFastqToTfq.FastqPairedEndReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
This class define the reducer required to convert FASTQ files into TFQ file.
Since:
2.0
Author:
Laurent Jourdren
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer

    org.apache.hadoop.mapreduce.Reducer.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.hadoop.mapreduce.Reducer

    run

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FastqPairedEndReducer

      public FastqPairedEndReducer()