1.5 NEMAT Commands¶
Usage: nemat <command> [options]
Command |
Description |
Use example |
|---|---|---|
start |
Prepare current empty directory for a NEMAT run. Creates default input.yaml and empty folders for ligands and proteins along with default mdppath and membrane. |
|
prep |
Assembles the system. |
|
prep_<step> |
Prepare input files for a specific step (min, eq, md, ti). |
|
check_<step> |
Checks logs/step.err for GROMACS errors for step (prep, min, eq, md, ti, analyze). |
|
run_<step> |
Submits job array to run the corresponding step (min, eq, md, ti). |
|
s_<step> |
Verifies whether the GROMACS run was successful for step (min, eq, md, ti). |
|
analyze |
Analyzes results and produces plots. |
|
img |
Generates result images from existing results_summary.csv files. |
|
val |
Displays validation overlap checks from the analysis log. |
|
new |
Creates a new run by removing previous input and working files (confirmation prompted). |
|
copy |
Copies the current workpath into a new directory. Useful when reusing dynamics with different transitions. Prompts for destination and copy level (eq, md, all). |
|
update |
Updates NEMAT parameters in current directory to match input.yaml. |
|
clean |
Cleans backup files inside the workPath (confirmation prompted). |
|
wf |
Displays a workflow (wf) of a typical NEMAT run and signals where are you at. If you are rerunning some steps, this will not display the actual current step. |
|
help |
Displays the help message. |