12 delete-run
The delete-run
subcommand deletes any single run stored in the database. This will prompt the user for confirmation if the run has comparisons, or if the run status is “Running”, but that can be overridden.
Important
Currently this will not delete any linked comparisons, even if they are not currently linked to another run. They will be reused should you start a new run using an overlapping set of input FASTA files.
pyani-plus delete-run
Usage
pyani-plus resume [OPTIONS]
12.1 Options
--database
: Path to pyANI-plus
SQLite3 database. (FILE) [REQUIRED]
--run-id
: Which run from the database. [Defaults to latest.] (INTEGER)
--force
, -f
: Delete without confirmation.
--help
, -h
: Display usage information for pyani-plus reasume
and exit.