Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate correct links to polypeptide feature pages for phylotr... #1

Open
wants to merge 3 commits into
base: abims
Choose a base branch
from

Conversation

lebarsarthur
Copy link

…ees leaves

@lebarsarthur lebarsarthur changed the title fix: Generate correct links to polypeptide feature pages for phylo tr… Generate correct links to polypeptide feature pages for phylotr... Jun 28, 2022
Copy link
Member

@loraine-gueguen loraine-gueguen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A single comment

if (!empty($gene_name) && $show_gcv) {
$org = '';
if (!empty($organism_id)) {
$org = "/$organism_id";
}
if (substr($base_url, -6) === 'tripal')
$default_url = $base_url . '/../gcv/#/search/'.$current_gogepp.$org.'/%gene_name%';
$default_url = $base_url . '/../gcv#/search/'.$current_gogepp.$org.'/%gene_name%';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this removal necessary or a mistake ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants