File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
src/main/java/htsjdk/samtools Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,26 @@ public class SAMReadGroupRecord extends AbstractSAMHeaderRecord
61
61
public enum PlatformValue {
62
62
/** @deprecated Use {@linkplain PlatformValue#DNBSEQ} instead. */
63
63
@ Deprecated BGI ,
64
+
65
+ /** Capillary */
64
66
CAPILLARY ,
65
67
66
68
/** MGI/BGI */
67
69
DNBSEQ ,
70
+
71
+ /** Element Biosciences */
72
+ ELEMENT ,
73
+
74
+ /** Helicos Biosciences */
68
75
HELICOS ,
76
+
77
+ /** Illumina */
69
78
ILLUMINA ,
79
+
80
+ /** Iontorrent */
70
81
IONTORRENT ,
82
+
83
+ /** 454 Life Sciences */
71
84
LS454 ,
72
85
73
86
/** Oxford Nanopore */
@@ -78,7 +91,12 @@ public enum PlatformValue {
78
91
79
92
/** Pacific Biotechnology */
80
93
PACBIO ,
81
- SOLID
94
+
95
+ /** Life Technologies */
96
+ SOLID ,
97
+
98
+ /** Ultima Genomics */
99
+ ULTIMA
82
100
}
83
101
84
102
public static final Set <String > STANDARD_TAGS =
You can’t perform that action at this time.
0 commit comments