Skip to content

Commit 568024f

Browse files
committed
Use "python3 -m" to run process_output
1 parent 271f3dc commit 568024f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/sampling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ The script generates an `output` directory containing the following:
5252

5353
**Gathering Data from statfile**
5454
Data from the stat file can be parsed and analyzed using two utilities:
55-
* `process_output.py` - parses the statfile and returns columns of interest
55+
* `IMP.pmi.process_output` - parses the statfile and returns columns of interest
5656
* `plot_stat.sh` - plots one or two columns of data (requires [gnuplot](http://www.gnuplot.info/download.html))
5757

5858
`process_output.py` usage:
5959

6060
\code{.sh}
61-
IMP_HOME/modules/pmi/pyext/process_output.py [-h] [-f FILENAME] [-s FIELDS [FIELDS ...]]
62-
[-t SINGLE_COLUMN_FIELD] [-p] [--head]
63-
[-n PRINT_RAW_NUMBER] [--soft]
64-
[--search_field SEARCH_FIELD]
65-
[--search_value SEARCH_VALUE] [--nframe]
61+
python3 -m IMP.pmi.process_output [-h] [-f FILENAME] [-s FIELDS [FIELDS ...]]
62+
[-t SINGLE_COLUMN_FIELD] [-p] [--head]
63+
[-n PRINT_RAW_NUMBER] [--soft]
64+
[--search_field SEARCH_FIELD]
65+
[--search_value SEARCH_VALUE] [--nframe]
6666
\endcode
6767

6868
`plot_stat.sh` usage:

0 commit comments

Comments
 (0)