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
1
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
Graph
55d474f5fdca8a88bed1395b36d45a6678af2cb1
Select Git revision
Branches
5
Clean-Code
Maries-branch
main
default
protected
smarter-python-version-testing
test-new-user-view-couple
Tags
20
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0
v0.0.31
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v0.0.26
v0.0.25
v0.0.24
v0.0.23
v0.0.22
v0.0.21
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
May
7
6
5
2
1
30
Apr
29
28
25
24
23
22
21
17
16
15
14
2
1
31
Mar
28
26
25
21
20
19
18
17
14
13
12
11
10
6
21
Feb
19
18
17
14
13
12
11
10
7
6
5
4
30
Jan
28
27
24
13
6
3
2
31
Dec
20
19
17
16
14
12
4
2
27
Nov
26
25
20
6
5
21
Oct
17
15
14
11
10
9
3
1
30
Sep
27
16
6
29
Aug
28
23
20
19
14
31
Jul
8
22
May
17
15
Apr
12
9
8
26
Mar
19
14
13
12
11
8
7
6
23
Feb
20
19
16
15
13
12
8
7
6
5
4
1
test more version for main, only one for other branches
smarter-python-…
smarter-python-version-testing
test more version for main, only one for other branches
Small update to DSL1 converter
Clean-Code
Clean-Code
Small update
Fix small bug
update th rewrite on a single line else if
Fix small bug in the case the process dependency graph is not connexe
Added small update
Got a one to one mapping between the output of the view user + rewrite -> the only expection is that sometimes the userview graph may have extra edges cause it's possible that i group together 2 operations (which isn't shown in the process dependency graph)
uPDATE THE GENERATION OF the userviews
Update the image representation of the user view + update the calucle of the profiles (need to find the parameters)
Put the greddy version back -> it wans't working fully as expected
Fix small bug
Added optimisation for the analysis
Updated the analyis of conditions -> especially for ternanry conditions
Added support for multi ternary operator -> this will need to be checked
Fix small bug
small update
Updated the representation of the conditions in the workflow -> the condition now flow:))
Updated the rewrite of the subowrkflow into the main -> if the emit is complexe it creates a temporary variable
Updated the rewrite of the operations (reduce map) + added view into that group
Added first implementation of the coloured edges in the graph (corresponding to most used conditions)
small update to get the generation of the relevant processes to work + removed the creation of empty channels in the case of false condition for the call of the clusters
Started creating profiles + added the option when a non relavant process is being created -> it takes the name from the process with the least used bioinfo tool process
Update the extraction of the tools in processes
Added filter to flag when a condition is not written correctly
Added filter to flag when a condition is not extracted correctly
Update the conditions to enable multi line conditions
Added reduce in the rewrite of the operators
Updated the difference in graphs print
Added case there is a cycle in the workflow and the relevant processes inderectly don't group together -> i raise the error explaining this
Renaming channels inside subworklfows -> to avoid issues when wanting to write the subworkflow in the main (in the case of multiple channels)
Added warning when channels are defined/used multiple times in different blocks -> sometimes breaks the rewrite
Adding filter no processes + adding pipe support for rewritting maps
Updated error
Added filter Multi ternary operation
Debugged a small thing in the rewritte of single line conditions
Added filter -> i cannot rewrite a workflow in which there is a circular loop with the calls : 'ch = call(ch)' or 'call(ch)\n ch = call.out'
Added the rewrite of the subworkflows to put the different elements in order
Update draw from pool and check dependency function
Loading