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

add organism variable

parent 7ea69c74
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -162,9 +162,10 @@ if(count($alignments) > 0){ ?>
else
$url .= 'annotator/loadLink?';
}
$apollo_org = "&oragnism=" .strtolower($feature->organism_id->genus . ' ' . $feature->organism_id->species);
}
$feature_loc .= " &nbsp;&nbsp; View in <a href='".$url."loc=".$alignment->name."%3A".($alignment->fmin + 1)."..".$alignment->fmax."'>Apollo</a>";
$feature_loc .= " &nbsp;&nbsp; View in <a href='".$url."loc=".$alignment->name."%3A".($alignment->fmin + 1)."..".$alignment->fmax.$apollo_org."'>Apollo</a>";
}
$rows[] = array(
......
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