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

fix

parent da0b8fe4
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -162,7 +162,7 @@ if(count($alignments) > 0){ ?>
else
$url .= 'annotator/loadLink?';
}
$apollo_org = "&oragnism=" .strtolower($feature->organism_id->genus . ' ' . $feature->organism_id->species);
$apollo_org = "&organism=" .$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_org."'>Apollo</a>";
......
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