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

no link for ncbi annotation of apisum

parent df595c3a
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@ foreach ($orgs as $needle => $url_chunk) {
}
}
if (preg_match('/__species__/', $aphidcyc_url) >= 1) {
if (preg_match('/__species__/', $aphidcyc_url) >= 1) {
echo 'No metabolic data available at <a href="http://aphidcyc.cycadsys.org">AphidCyc</a> for this feature.';
}
else if (preg_match('/pisum/', $current_org) >= 1 && preg_match('NCBI', $feature->analysisfeature[0]->analysis_id->name) >= 1) {
echo 'No metabolic data available at <a href="http://aphidcyc.cycadsys.org">AphidCyc</a> for this feature.';
}
else if ($feature->type_id->name == 'polypeptide') {
......
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