Documentation read from 04/17/2019 22:07:26 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_is_hypo.
Keep just hypotheticals
------
Example:
svr_all_features 3702.1 peg | svr_is_hypo
would produce a 1-column table containing the hypotheticals in 3702.1
Normally, a stream of feature IDs (PEGs) is used as input. If the things you send through do not look like PEGs, then they are treated as functional roles.
------
The standard input should be a tab-separated table (i.e., each line is a tab-separated set of fields). Normally, the last field in each line would contain the PEG . If some other column contains the PEGs, use
-c N
where N is the column (from 1) that contains the PEG in each case.
This is a pipe command. The input is taken from the standard input, and the output is to the standard output.
This is used only if the column containing PEGs is not the last.
This is a filter producing a subset of the input lines.