parsers.cnvpickle

class parsers.cnvpickle.Parser(fn, family_id)[source]

Loads CNVs from pickled versions.

In contrast to the other methods, this parser need an explicit family_id, because it cannot be inferred from the directory structure.

This is a glorified pickle.load.

Note

The format of the container structure will not be enforced. No warning will be emitted.

Previous topic

parsers.cnvnator

Next topic

parsers.erds

This Page