analysis; // the description is a text field so we want to expand that $analysis = tripal_core_expand_chado_vars($analysis,'field','analysis.description'); ?>
Analysis Name | name; ?> |
---|---|
Software | program; if($analysis->programversion){ print " (" . $analysis->programversion . ")"; } if($analysis->algorithm){ print ". " . $analysis->algorithm; } ?> |
Source | sourceuri){ print "sourceuri\">$analysis->sourcename"; } else { print $analysis->sourcename; } if($analysis->sourceversion){ print " (" . $analysis->sourceversion . ")"; } ?> |
Date performed | timeexecuted); ?> |
Description | description; ?> |