Skip to content
Snippets Groups Projects
Commit 7f20aa06 authored by Anthony Bretaudeau's avatar Anthony Bretaudeau
Browse files

disable buggy protein alignment

parent 008e1f5d
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@
$feature = $variables['node']->feature;
$alignments = $feature->all_featurelocs;
if(count($alignments) > 0){ ?>
if(count($alignments) > 0 && $feature->type_id->name != "polypeptide"){ ?>
<div class="tripal_feature-data-block-desc tripal-data-block-desc">The following features are aligned</div><?php
// the $headers array is an array of fields to use as the colum headers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment