Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractReadsMapperModule
-
Packages that use AbstractReadsMapperModule Package Description fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step in hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.mapping.local This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step in local mode. -
-
Uses of AbstractReadsMapperModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Subclasses of AbstractReadsMapperModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop Modifier and Type Class Description class
ReadsMapperHadoopModule
This class define an mapper module in Hadoop mode. -
Uses of AbstractReadsMapperModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Subclasses of AbstractReadsMapperModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.local Modifier and Type Class Description class
ReadsMapperLocalModule
This class define a module for reads mapping.
-