Documentation read from 04/17/2019 22:07:27 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_reactions_to_roles.

svr_reactions_to_roles

svr_reactions_to_roles

Takes as input a table containing reaction IDs and adds a column giving the roles that implement the reactions

------ Example: svr_all_reactions | svr_reactions_to_roles > table.with.reactions.and.roles

would produce a 2-column table of reaction IDs and the roles that implement each reaction.

------

Command-Line Options

-c Column

This is used only if the column containing reaction IDs is not the last.

Output Format

The standard output is a tab-delimited file. It consists of the input file with an extra column added (a role that is part of the set that implements the reaction ID). Note that this implies that there will often be multiple output lines for a single input line.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 51:

=back without =over