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

Add old circos stuff for sfru

parent a9418eef
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,15 @@
</ul>
</li>
<?php endif; ?>
<?php if (getenv('ENABLE_CIRCOS')): ?>
<?php
if (getenv('ENABLE_CIRCOS') == "1")
$url = $GLOBALS['base_url'].'/circos';
else
$url = getenv('ENABLE_CIRCOS');
?>
<li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46"><a href="<?php echo $url; ?>">Synteny</a></li>
<?php endif; ?>
<?php if (getenv('ENABLE_AUREME')): ?>
<?php
if (getenv('ENABLE_AUREME') == "1")
......
......@@ -187,6 +187,15 @@ if (isset($node) && $node->type == "chado_feature") {
</ul>
</li>
<?php endif; ?>
<?php if (getenv('ENABLE_CIRCOS')): ?>
<?php
if (getenv('ENABLE_CIRCOS') == "1")
$url = $GLOBALS['base_url'].'/circos';
else
$url = getenv('ENABLE_CIRCOS');
?>
<li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46"><a href="<?php echo $url; ?>">Synteny</a></li>
<?php endif; ?>
<?php if (getenv('ENABLE_AUREME')): ?>
<?php
if (getenv('ENABLE_AUREME') == "1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment