Class ExpressionSAMOutputMapper
- java.lang.Object
- 
- org.apache.hadoop.mapreduce.Mapper<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.expression.hadoop.ExpressionSAMOutputMapper
 
 
- 
 public class ExpressionSAMOutputMapper extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>Mapper for the expression estimation with a SAM output.- Since:
- 2.3
- Author:
- Laurent Jourdren
 
- 
- 
Constructor SummaryConstructors Constructor Description ExpressionSAMOutputMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup(org.apache.hadoop.mapreduce.Mapper.Context context)voidmap(org.apache.hadoop.io.Text key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapreduce.Mapper.Context context)'key': offset of the beginning of the line from the beginning of the alignment file.voidsetup(org.apache.hadoop.mapreduce.Mapper.Context context)
 
- 
- 
- 
Method Detail- 
setuppublic void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException- Overrides:
- setupin class- org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
- Throws:
- IOException
- InterruptedException
 
 - 
mappublic void map(org.apache.hadoop.io.Text key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException'key': offset of the beginning of the line from the beginning of the alignment file. 'value': the SAM record, if data are in paired-end mode, 'value' contains the two paired alignments separated by a '£' (TSAM format).- Overrides:
- mapin class- org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
- Throws:
- IOException
- InterruptedException
 
 - 
cleanuppublic void cleanup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException- Overrides:
- cleanupin class- org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
- Throws:
- IOException
 
 
- 
 
-