clinvar_this package

Submodules

clinvar_this.cli module

Console script for ClinVar This!

clinvar_this.exceptions module

Exceptions used in clinvar_this module.

exception clinvar_this.exceptions.ArgumentsError[source]

Bases: ClinvarThisException

Raised on problems with program arguments.

exception clinvar_this.exceptions.ClinvarThisException[source]

Bases: Exception

Base exception class.

exception clinvar_this.exceptions.ConfigException[source]

Bases: ClinvarThisException

Raised on configuration problems with clinvar-this.

exception clinvar_this.exceptions.ConfigFileMissingException[source]

Bases: ClinvarThisException

Raised if the configuration file is missing.

exception clinvar_this.exceptions.IOException[source]

Bases: ClinvarThisException

Raised on problems with I/O in clinvar-this.

exception clinvar_this.exceptions.InvalidFormat[source]

Bases: ClinvarThisException

Raised on problems file contents in clinvar-this.

clinvar_this.tsv module

Module contents

Top-level package for ClinVar This!.