skbio.io.registry.create_format#

skbio.io.registry.create_format(self, *args, **kwargs)[source]#

Create new file formats.

A simple factory for creating new file formats. This will automatically register the format with this regsistry. All arguments are passed through to the Format constructor.

Returns:
Format

A new format that is registered with the registry.