Skip to content
Snippets Groups Projects
Commit a83f0a4e authored by tjc's avatar tjc
Browse files

change visibility of read unmapped flag

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13253 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a24c0e0d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ public class SAMRecordFlagPredicate implements SAMRecordPredicate
private static final int READ_PAIRED_FLAG = 0x1;
private static final int PROPER_PAIR_FLAG = 0x2;
private static final int READ_UNMAPPED_FLAG = 0x4;
protected static final int READ_UNMAPPED_FLAG = 0x4;
private static final int MATE_UNMAPPED_FLAG = 0x8;
private static final int READ_STRAND_FLAG = 0x10;
private static final int MATE_STRAND_FLAG = 0x20;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment