pyani.scripts.parsers.common_parser module

Provides parser for arguments common to all subcommands.

pyani.scripts.parsers.common_parser.build() → argparse.ArgumentParser[source]

Return the common argument parser for all script subcommands.

Parameters:
  • subps – collection of subparsers in main parser
  • parents – parsers from which arguments are inherited

Common arguments are:

-l, –logfile (specify logfile output path) -v, –verbose (produce verbose output on STDOUT)