Skip to content

Commit 222bd2f

Browse files
committed
remove references to strip-snapshots
1 parent 3ae0ce1 commit 222bd2f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ miscellaneous operations on OPS output files.
2828
**Miscellaneous Commands:**
2929

3030
* `contents`: List named objects from an OPS .nc file
31-
* `strip-snapshots`: Remove coordinates/velocities from an OPS storage
3231
* `append`: add objects from INPUT_FILE to another file
3332

3433
Full documentation is at https://openpathsampling-cli.readthedocs.io/; a brief

docs/for_core/cli.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@ foregoing the CLI tools to run simulations, some of the "miscellaneous"
7979
commands are likely to be quite useful. Here are some that are available in
8080
the CLI:
8181

82-
* ``nclist``: list all the named objects in an OPS storage, organized by
82+
* ``contents``: list all the named objects in an OPS storage, organized by
8383
store (type); this is extremely useful to get the name of an object to use
8484
as command-line input to one of the simulation scripts
85-
* ``strip-snapshots``: create a copy of the input storage file with the
85+
.. * ``strip-snapshots``: create a copy of the input storage file with the
8686
details (coordinates/velocities) of all snapshots removed; this allows you
8787
to make a much smaller copy (with results of CVs) to copy back to a local
8888
computer for analysis
89+
* ``append`` : add an object from once OPS storage into another one; this is
90+
useful for getting everything into a single file before running a
91+
simulation

paths_cli/cli.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ def format_commands(self, ctx, formatter):
112112
OpenPathSampling is a Python library for path sampling simulations. This
113113
command line tool facilitates common tasks when working with
114114
OpenPathSampling. To use it, use one of the subcommands below. For example,
115-
you can get more information about the strip-snapshots (filesize reduction)
116-
tool with:
115+
you can get more information about the pathsampling tool with:
117116
118-
openpathsampling strip-snapshots --help
117+
openpathsampling pathsampling --help
119118
"""
120119

121120
OPS_CLI = OpenPathSamplingCLI(

0 commit comments

Comments
 (0)