- May 09, 2025
-
-
George Marchment authored
-
George Marchment authored
-
- May 07, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
- May 06, 2025
-
-
George Marchment authored
-
George Marchment authored
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)
-
- May 05, 2025
-
-
George Marchment authored
-
George Marchment authored
Update the image representation of the user view + update the calucle of the profiles (need to find the parameters)
-
- May 02, 2025
-
-
George Marchment authored
-
- May 01, 2025
-
-
George Marchment authored
-
George Marchment authored
-
- Apr 30, 2025
-
-
George Marchment authored
-
- Apr 29, 2025
-
-
George Marchment authored
-
- Apr 28, 2025
-
-
George Marchment authored
-
George Marchment authored
-
- Apr 25, 2025
-
-
George Marchment authored
-
George Marchment authored
Updated the rewrite of the subowrkflow into the main -> if the emit is complexe it creates a temporary variable
-
George Marchment authored
-
- Apr 24, 2025
-
-
George Marchment authored
Added first implementation of the coloured edges in the graph (corresponding to most used conditions)
-
George Marchment authored
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
-
- Apr 23, 2025
-
-
George Marchment authored
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
-
George Marchment authored
-
- Apr 22, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
Added case there is a cycle in the workflow and the relevant processes inderectly don't group together -> i raise the error explaining this
-
George Marchment authored
Renaming channels inside subworklfows -> to avoid issues when wanting to write the subworkflow in the main (in the case of multiple channels)
-
- Apr 21, 2025
-
-
George Marchment authored
Added warning when channels are defined/used multiple times in different blocks -> sometimes breaks the rewrite
-
- Apr 17, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
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'
-
- Apr 16, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
Added while upper bound for the while for the extarction of conditions -> gonna do the same for the rest of the whiles
-