5 fastani
The fastani
subcommand processes genome files from the indir
directory to perform fastANI analysis, and logs comparison and run data in a local SQLite3 database.
pyani-plus fastani
Usage
pyani-plus fastani [OPTIONS] FASTA
5.1 Arguments
fasta: Directory of FASTA files (extensions .fas
, .fasta
, .fna
). (PATH) [REQUIRED]
5.2 Options
--database
: Path to pyANI-plus
SQLite3 database. (FILE) [REQUIRED]
--create-db
: Create database if does not exist.
--name
: Run name. [Default: “N genomes using METHOD”] (TEXT)
--executor
: How should the internal tools be run? [Default: local] (local
|slurm
)
--help
, -h
: Display usgae information for pyani-plus anib
.
5.3 Method parameters
--fragsize
: Comparison method fragment size. [Default: 1020] (Integer range: \(x\geq1\))
--kmersize
: Comparison method k-mer size. [Default: 16] (\(1 \leq x \leq 16\) )
--minmatch
: Comparison method min-match. [Default: 0.2] (\(0.0 \leq x \leq 1.0\) )
5.4 Debugging
--temp
: Directory to use for intermediate files, which for debugging purposes will not be deleted. For clusters this must be on a shared drive. Default behaviour is to use a system specified temporary directory (specific to the compute-node when using a cluster) and remove this afterwards. (Directory)
--wtemp
: Directory to use for temporary workflow coordination files, which for debugging purposes will not be deleted. For clusters this must be on shared drive. Default behaviour is to use a system specified temporary directory (for the local executor) or a temporary directory under the present direct (for clusters), and remove this afterwards. (Directory)