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
Merge requests
!1
Merge upstream
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge upstream
dev
into
master
Overview
0
Commits
39
Pipelines
0
Changes
5
Merged
Loraine Gueguen
requested to merge
dev
into
master
3 years ago
Overview
0
Commits
39
Pipelines
0
Changes
2
Expand
merge upstream
remove galaxy link
add link to phaeo wbesite and genomic resources
remove "other organisms are available at"
fix structural annotation feature count when there is no genes (count mRNA instead)
update readme
Edited
3 years ago
by
Loraine Gueguen
👍
0
👎
0
Merge request reports
Viewing commit
b74600c4
Prev
Next
Show latest version
2 files
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b74600c4
fix endif
· b74600c4
Loraine Gueguen
authored
3 years ago
templates/page--front.tpl.php
+
1
−
0
Options
@@ -174,6 +174,7 @@
<?php
if
(
count
(
$blast_urls
)
>
1
)
:
?>
</ul>
</li>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
if
(
getenv
(
'ENABLE_JBROWSE'
))
:
?>
<?php
Loading