|
@@ -2086,9 +2086,7 @@ function tripal_feature_preprocess_tripal_feature_relationships(&$variables) {
|
|
|
function tripal_feature_preprocess_tripal_feature_alignments(&$variables) {
|
|
|
// we want to provide a new variable that contains the matched features.
|
|
|
$feature = $variables['node']->feature;
|
|
|
-dpm($feature);
|
|
|
$feature = tripal_core_expand_chado_vars($feature, 'table', 'featureloc');
|
|
|
- dpm($feature);
|
|
|
|
|
|
// get alignments as child
|
|
|
$cfeaturelocs = $feature->featureloc->feature_id;
|