Class MappingQualityReadTransformer

java.lang.Object
org.broadinstitute.hellbender.transformers.MappingQualityReadTransformer
All Implemented Interfaces:
Serializable, Function<GATKRead,GATKRead>, UnaryOperator<GATKRead>, ReadTransformer, SerializableFunction<GATKRead,GATKRead>

public class MappingQualityReadTransformer extends Object implements ReadTransformer
A read transformer to modify the mapping quality of reads with MQ=255 to reads with MQ=60
See Also: