Skip to content

Commit

Permalink
add SINGULAR platform to read group (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
omicsorama authored Aug 3, 2023
1 parent d486d53 commit 75eac46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/htsjdk/samtools/SAMReadGroupRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ public enum PlatformValue {

/** Pacific Biotechnology */
PACBIO,

/** Singular Genomics */
SINGULAR,

/** Life Technologies */
SOLID,
Expand Down

0 comments on commit 75eac46

Please sign in to comment.