Release 0.0.1
This is the first release of fgpyo
version 0.0.1.
Modules included are:
fgpyo.sam.SupplementaryAlignment
: stores a supplementary alignment record produced by BWA and stored in the SA SAM tagfgypo.sam.Metric
: a class for all metric-like tab-delimited files. Metric files are tab-delimited, contain a header, and zero or more rows for metric values. This makes it easy for them to be read in languages likeR
. This allows implementing classes to extendattr
classes, have attributes be typed, and read and write to tab-delimited files with types properly preserved. This is inspired from theMetric
in the fgbio-scala repository.- ancillary methods to support inspecting and maintaining types in
fgypo.sam.Metric