'.print_r($variables,TRUE).'';
drupal_add_css('./tripal-node-templates.css');
$feature = $variables['node']->feature;
//dpm($feature);
?>
type_id->name,'scaffold')!=0 and
strcmp($feature->type_id->name,'chromosome')!=0 and
strcmp($feature->type_id->name,'supercontig')!=0 and
strcmp($feature->type_id->name,'pseudomolecule')!=0)
{
include('tripal_feature/tripal_feature_sequence.tpl.php');
}
?>
type_id->name,'scaffold')!=0 and
strcmp($feature->type_id->name,'chromosome')!=0 and
strcmp($feature->type_id->name,'supercontig')!=0 and
strcmp($feature->type_id->name,'pseudomolecule')!=0)
{
include('tripal_feature/tripal_feature_featurelocs.tpl.php');
}
?>