Class AdapterTrimTransformer

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

public final class AdapterTrimTransformer extends Object implements ReadTransformer
Trims (hard clips) adapter sequences from read ends. If the adapter sequence ends before the end of the read, trims the remaining bases as well. Trims the closest-matching adapter sequence. In the case of a tie, trims the adapter that occurs earliest in the read.
See Also: