Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
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
gga_load_data
Commits
e1d81753
Commit
e1d81753
authored
3 years ago
by
Loraine Gueguen
Browse files
Options
Downloads
Patches
Plain Diff
fix jbrowse_links separator
parent
0c8eb029
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!23
Add jbrowse_links
,
!18
Release v2.1.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utilities.py
+4
-3
4 additions, 3 deletions
utilities.py
with
4 additions
and
3 deletions
utilities.py
+
4
−
3
View file @
e1d81753
...
@@ -194,10 +194,11 @@ def get_sp_jbrowse_links(org_list):
...
@@ -194,10 +194,11 @@ def get_sp_jbrowse_links(org_list):
for
org
in
org_list
:
for
org
in
org_list
:
gspecies
=
org
.
genus_species
gspecies
=
org
.
genus_species
if
gspecies
not
in
jbrowse_links_dict
.
keys
():
jbrowse_links_dict
[
gspecies
]
=
""
if
org
.
contig_prefix
!=
""
:
if
org
.
contig_prefix
!=
""
:
jbrowse_links_dict
[
gspecies
]
=
jbrowse_links_dict
[
gspecies
]
+
"
;
"
+
org
.
contig_prefix
+
"
>
"
+
org
.
species_folder_name
if
gspecies
not
in
jbrowse_links_dict
.
keys
():
jbrowse_links_dict
[
gspecies
]
=
org
.
contig_prefix
+
"
>
"
+
org
.
species_folder_name
else
:
jbrowse_links_dict
[
gspecies
]
=
jbrowse_links_dict
[
gspecies
]
+
"
;
"
+
org
.
contig_prefix
+
"
>
"
+
org
.
species_folder_name
return
jbrowse_links_dict
return
jbrowse_links_dict
...
...
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