pestifer.subcommands.wheretcl module

The wheretcl subcommand. Exposes true locations of various TcL resources in the pestifer installation, useful for custom VMD scripts.

class pestifer.subcommands.wheretcl.WhereTCLSubcommand(name: str = 'wheretcl', aliases: list = <factory>, log_file: str = 'pestifer_diagnostics.log', short_help: str = 'provides path of TcL scripts for sourcing in interactive VMD', long_help: str = 'Display the path of TcL scripts for sourcing in interactive VMD.', func_returns_type: type = <class 'bool'>, parser: argparse.ArgumentParser = None)[source]

Bases: Subcommand

add_subparser(subparsers)[source]

Adds the subcommand parser to the given subparsers. Subclasses declare arguments here, after a super().add_subparser() call.

static func(args: Namespace, **kwargs)[source]

the function that executes the subcommand. Subclasses must implement this method.

long_help: str = 'Display the path of TcL scripts for sourcing in interactive VMD.'

description

name: str = 'wheretcl'

subcommand name

short_help: str = 'provides path of TcL scripts for sourcing in interactive VMD'

help string