Documentation read from 04/17/2019 22:07:26 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_fids_for_md5.
Given a set of md5 protein IDs, compute the FIG IDs of features that produce each protein. This script takes as input a table containing md5 protein IDs and adds a column containing the associated FIG feature IDs.
------ Example:
svr_fids_for_md5 < md5_file > md5_file_with_fids
------
This is used only if the column containing md5 protein IDs is not the last.
The standard output is a tab-delimited file. It consists of the input file with an extra column added (the ID of a feature that produces the specified protein). Note that this implies that there will often be multiple output lines for a single input line.
Hey! The above document had some coding errors, which are explained below:
=back without =over