Skip to content

Commit

Permalink
update app docs for nma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Feb 27, 2024
1 parent 5f3528f commit f5e473e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/apps/prody/prody.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ optional arguments:

subcommands:
{anm,gnm,pca,eda,align,blast,biomol,catdcd,contacts,fetch,select,energy,clustenm}
anm perform anisotropic network model calculations
anm perform anisotropic network model normal mode analysis calculations
gnm perform Gaussian network model calculations
pca perform principal component analysis calculations
eda perform essential dynamics analysis calculations
Expand Down
2 changes: 1 addition & 1 deletion prody/apps/prody_apps/prody_anm.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def prody_anm(pdb, **kwargs):
def addCommand(commands):

subparser = commands.add_parser('anm',
help='perform anisotropic network model calculations')
help='perform anisotropic network model normal mode analysis calculations')

subparser.add_argument('--quiet', help="suppress info messages to stderr",
action=Quiet, nargs=0)
Expand Down

0 comments on commit f5e473e

Please sign in to comment.