More misc cleanup
This commit is contained in:
parent
344c3aeb1d
commit
617eebd204
|
|
@ -82,7 +82,6 @@ public class ContextCovariate implements StandardCovariate {
|
||||||
@Override
|
@Override
|
||||||
public void recordValues(final GATKSAMRecord read, final ReadCovariates values) {
|
public void recordValues(final GATKSAMRecord read, final ReadCovariates values) {
|
||||||
|
|
||||||
// TODO -- wrong: fix me
|
|
||||||
final GATKSAMRecord clippedRead = ReadClipper.clipLowQualEnds(read, LOW_QUAL_TAIL, ClippingRepresentation.WRITE_NS); // Write N's over the low quality tail of the reads to avoid adding them into the context
|
final GATKSAMRecord clippedRead = ReadClipper.clipLowQualEnds(read, LOW_QUAL_TAIL, ClippingRepresentation.WRITE_NS); // Write N's over the low quality tail of the reads to avoid adding them into the context
|
||||||
|
|
||||||
final boolean negativeStrand = clippedRead.getReadNegativeStrandFlag();
|
final boolean negativeStrand = clippedRead.getReadNegativeStrandFlag();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue