scripts Package¶
nestrun
Module¶
nestrun.py - run commands based on control dictionaries.
-
class
nestly.scripts.nestrun.
NestlyProcess
(command, working_dir, popen, log_name='log.txt')[source]¶ Bases:
object
Metadata about a process run
-
running_time
¶
-
-
nestly.scripts.nestrun.
extant_file
(x)[source]¶ ‘Type’ for argparse - checks that file exists but does not open.
-
nestly.scripts.nestrun.
sigint_handler
(nlocal, write_this_summary, running_procs, signum, frame)[source]¶
-
nestly.scripts.nestrun.
template_subs_file
(in_file, out_fobj, d)[source]¶ Substitute template arguments in in_file from variables in d, write the result to out_fobj.
nestagg
Module¶
Aggregate results of nestly
runs.
-
nestly.scripts.nestagg.
delim
(arguments)[source]¶ Execute delim action.
Parameters: arguments – Parsed command line arguments from main()