analysis; // the description is a text field so we want to expand that $analysis = tripal_core_expand_chado_vars($analysis,'field','analysis.description'); // get the blast data $blast = $node->analysis->tripal_analysis_blast; //dpm($analysis); dpm('hello','hello'); ?>
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; ?> |
Database | db->name ?> |
Blast Arguments | blastparameters ?> |
Report | blast_report) { print "blast_report>View the best hit report"; } else { print "not available"; } ?> |