No more Filtered Reads tag.

All synthetic reads are marked with the reduced read tag.
This commit is contained in:
Mauricio Carneiro 2011-12-27 14:54:35 -05:00
parent ef31b2f0a7
commit 8259c748f2
1 changed files with 0 additions and 1 deletions

View File

@ -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;