Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
shareFAIR
BioFlow-Insight
Commits
dfaf533d
Commit
dfaf533d
authored
5 months ago
by
George Marchment
Browse files
Options
Downloads
Patches
Plain Diff
Removing rooting from graphs
parent
a004b3d6
No related branches found
Branches containing commit
Tags
v1.0.8
No related merge requests found
Pipeline
#14218
passed with stages
Stage:
Stage:
in 3 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/graph.py
+1
-1
1 addition, 1 deletion
src/graph.py
with
1 addition
and
1 deletion
src/graph.py
+
1
−
1
View file @
dfaf533d
...
...
@@ -208,7 +208,7 @@ class Graph():
def
render_graph_wo_operations
(
self
,
filename
=
"
process_dependency_graph
"
,
render_graphs
=
True
):
generate_graph
(
self
.
get_output_dir
()
/
'
graphs
'
/
filename
,
self
.
dico_process_dependency_graph
,
render_graphs
=
render_graphs
,
label_edge
=
False
,
label_node
=
False
,
root
=
True
)
generate_graph
(
self
.
get_output_dir
()
/
'
graphs
'
/
filename
,
self
.
dico_process_dependency_graph
,
render_graphs
=
render_graphs
,
label_edge
=
False
,
label_node
=
False
)
def
get_dependency_graph
(
self
):
...
...
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