nucleus.io.clif_postproc -- CLIF postprocessors.

Source code: nucleus/io/clif_postproc.py

Documentation index: doc_index.md


Classes overview

Name Description
WrappedBedGraphIterable
WrappedBedIterable
WrappedCppIterable This class gives Python iteration semantics on top of a C++ 'Iterable'.
WrappedFastqIterable
WrappedGffIterable
WrappedReferenceIterable
WrappedSamIterable
WrappedVariantIterable

Functions overview

Name Description
ValueErrorOnFalse(ok, *args) Returns None / arg / (args,...) if ok.

Classes

WrappedBedGraphIterable

WrappedBedIterable

WrappedCppIterable

This class gives Python iteration semantics on top of a C++ 'Iterable'.

Methods:

__init__(self, cc_iterable)

WrappedFastqIterable

WrappedGffIterable

WrappedReferenceIterable

WrappedSamIterable

WrappedVariantIterable

Functions

ValueErrorOnFalse(ok, *args)

Returns None / arg / (args,...) if ok.