Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tripal_abims
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
e-infra
tripal_abims
Commits
66667b9f
Commit
66667b9f
authored
4 years ago
by
Anthony Bretaudeau
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
da0b8fe4
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Merge upstream
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/tripal_feature_alignments.tpl.php
+1
-1
1 addition, 1 deletion
templates/tripal_feature_alignments.tpl.php
with
1 addition
and
1 deletion
templates/tripal_feature_alignments.tpl.php
+
1
−
1
View file @
66667b9f
...
...
@@ -162,7 +162,7 @@ if(count($alignments) > 0){ ?>
else
$url
.
=
'annotator/loadLink?'
;
}
$apollo_org
=
"&or
a
gnism="
.
strtolower
(
$feature
->
organism_id
->
genus
.
' '
.
$feature
->
organism_id
->
species
)
;
$apollo_org
=
"&org
a
nism="
.
$feature
->
organism_id
->
genus
.
' '
.
$feature
->
organism_id
->
species
;
}
$feature_loc
.
=
" View in <a href='"
.
$url
.
"loc="
.
$alignment
->
name
.
"%3A"
.
(
$alignment
->
fmin
+
1
)
.
".."
.
$alignment
->
fmax
.
$apollo_org
.
"'>Apollo</a>"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment