FileIndex

#include <pbbam/DataSetTypes.h>
class PacBio::BAM::FileIndex

The FileIndex class represents a FileIndex element in DataSetXML.

A FileIndex is used as an auxiliary to an ExternalResource, providing information about a data file’s index file (e.g. for BAM files, *.bai or *.pbi).

Inherits from InputOutputDataType

Public Functions

FileIndex(const std::string &metatype, const std::string &filename)

Creates a FileIndex with provided metatype and filename as resource ID.