skbio.io.registry.IORegistry.create_format

IORegistry.create_format(*args, **kwargs)[source]

A simple factory for creating new file formats.

State: Stable as of 0.4.0.

This will automatically register the format with this regsistry.

All arguments are passed through to the Format constructor.

Returns:A new format that is registered with the registry.
Return type:Format