10  export-run

The export-run subcommand exports ANI results in a tabular format for a specified --run_id, using data stored in a local SQLite3 database.

Important

The output directory must already exist. Any pre-existing files will be overwitten. Incomplete runs will return an error. There will be no output for empty run. For partial runs the long form table will be exported, but not the matrices.

The matrix output files will be named <method>_<property>.tsv while the long form is named <method>_run_<run-id>.tsv and will include the query and subject genomes and all the comparison properties as columns.

pyani-plus export-run Usage
pyani-plus export-run [OPTIONS]

10.1 Options

--database: Path to pyANI-plus SQLite3 database. (FILE) [REQUIRED]

--outdir: Output directory. (DIRECTORY) [REQUIRED]

--run-id: Which run from the database. [Defaults to latest.] (INTEGER)

--label: How to label the genomes. [Default: stem.] (md5|filename|stem)

--help, -h: Display usage information for pyani-plus reasume and exit.