public class CMPH5ReadGroupInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
aln_index_label |
protected java.lang.String[] |
read_group_path |
protected int[] |
read_group_path_id |
Constructor and Description |
---|
CMPH5ReadGroupInfo(java.lang.String[] read_group_path,
int[] read_group_path_id,
boolean is1_2) |
Modifier and Type | Method and Description |
---|---|
int |
getNumReadGroups() |
java.lang.String |
getReadGroupAlignmentIndexPath(int index)
returns path to alignmentindex for read group
|
java.lang.String |
getReadGroupNormalizedIPDPath(int index)
returns path to ipd for read group
|
java.lang.String |
getReadGroupPath(int index) |
int[] |
getReadGroupPathIds() |
java.lang.String[] |
getReadGroupPaths() |
java.lang.String |
getReadGroupPKMIDPath(int index)
returns path to pulse width for read group
|
java.lang.String |
getReadGroupPulseWidthPath(int index)
returns path to pulse width for read group
|
java.lang.String |
getReadGroupQualityValuePath(int index)
returns path to quality value for read group
|
java.lang.String |
getReadGroupRawIPDPath(int index)
returns path to ipd for read group
|
java.lang.String |
toString() |
protected java.lang.String[] read_group_path
protected int[] read_group_path_id
protected java.lang.String aln_index_label
public CMPH5ReadGroupInfo(java.lang.String[] read_group_path, int[] read_group_path_id, boolean is1_2)
read_group_path
- a list containing the read group pathsread_group_path_id
- a list containing the read group path idsis1_2
- true if this is a v1.2 filepublic java.lang.String[] getReadGroupPaths()
public int[] getReadGroupPathIds()
public java.lang.String getReadGroupPath(int index)
public java.lang.String getReadGroupAlignmentIndexPath(int index)
index
- public java.lang.String getReadGroupQualityValuePath(int index)
index
- read grouppublic java.lang.String getReadGroupRawIPDPath(int index)
index
- public java.lang.String getReadGroupNormalizedIPDPath(int index)
index
- public java.lang.String getReadGroupPulseWidthPath(int index)
index
- public java.lang.String getReadGroupPKMIDPath(int index)
index
- public int getNumReadGroups()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.