Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.mapping.MappingCounters
-
Packages that use MappingCounters Package Description fr.ens.biologie.genomique.eoulsan.modules.mapping This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step. -
-
Uses of MappingCounters in fr.ens.biologie.genomique.eoulsan.modules.mapping
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping that return MappingCounters Modifier and Type Method Description static MappingCounters
MappingCounters. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingCounters[]
MappingCounters. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-