thapbi_pict.dump module

Dumping out marker database to text files.

This implements the thapbi_pict dump ... command.

thapbi_pict.dump.main(db_url: str, output_filename: str, output_format: str, marker: str | None = None, minimal: bool = False, genus: str = '', species: str = '', sep: str | None = None, debug: bool = True)

Run the database dump with arguments from the command line.

thapbi_pict.dump.none_str(value, none_value: str = '') str

Turn value into a string, special case None to empty string.