File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ The script generates an `output` directory containing the following:
5252
5353** Gathering Data from statfile**
5454Data 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:
You can’t perform that action at this time.
0 commit comments