Parent Directory
|
Revision Log
Don't mean to be pedantic, but I figured that I might as well add newlines at the end of text files that lack one. Identified with a script: /bin/sh -O extglob -c 'for f in */*.@(c|css|html|js|pl|pm|py|TXT); do perl -e '"'"'while(<>) {$s = ! /\n$/} exit $s'"'"' $f || echo $f; done' fixed with a script: /bin/sh for file in _list_; do echo "" >> $file; done
<pre> Higher Level Constructs The Higher Level Constructs table provides a way to define entities that can be formed from gene products. For exqample, if a multi-meric enzyme comprises subunits alpha and beta, we would put two roles in its subsystem, one for each subunit. Those roles might have one, none, or several genes assigned to them according to what is present in the organism. The Higher Level Constructs tool provides a means to express these constructs. The tool is a simple table with two columns, "Construct Name" and "Requires." In "Construct name" enter the name of the Construct your are defining, e.g., GOGAT_NADPH. In the "Requires" column, enter a comma separated list of all the things that are required in order for the construct to be present. In other words, it is a list that is AND-ed together. Each entry in the requirements list can be one of two things. It can either be the abbreviation for a functional role or it can be the name of another construct. For convenience, you do not need to enter the abbreviation, but can enter the row number and, when you hit the "Update" button, the row number will be converted to the abbreviation for you. A Construct name can be listed multiple times. This corresponds to OR's. For example: Constsruct Name Requires GOGAT_NADPH GOGDP1, GOGDP2 GOGAT GOGAT_NADPH GOGAT GOGATF GOGAT GOGATD This table says that GOGAT_NADPH is present when GOGDP1 AND GOGDP2 are both present. These are abbreviations of functional roles in the Ammonia Assimilation subsystem. Also, GOGAT is present when either GOGAT_NADPH or GOGATF or GOGATD are present. GOGAT_NADPH is the Construct defined in the first line. The other two are abbreviations of subsystem roles. </pre>
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |