No more Filtered Reads tag.
All synthetic reads are marked with the reduced read tag.
This commit is contained in:
parent
ef31b2f0a7
commit
8259c748f2
|
|
@ -45,7 +45,6 @@ import java.util.Map;
|
|||
*/
|
||||
public class GATKSAMRecord extends BAMRecord {
|
||||
public static final String REDUCED_READ_CONSENSUS_TAG = "RR";
|
||||
public static final String REDUCED_READ_FILTERED_TAG = "RF";
|
||||
|
||||
// the SAMRecord data we're caching
|
||||
private String mReadString = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue