Skip to content

Commit 75eac46

Browse files
authored
add SINGULAR platform to read group (#1635)
1 parent d486d53 commit 75eac46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/htsjdk/samtools/SAMReadGroupRecord.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ public enum PlatformValue {
9191

9292
/** Pacific Biotechnology */
9393
PACBIO,
94+
95+
/** Singular Genomics */
96+
SINGULAR,
9497

9598
/** Life Technologies */
9699
SOLID,

0 commit comments

Comments
 (0)