Skip to content
Snippets Groups Projects
Commit 55ff2d9d authored by George Marchment's avatar George Marchment
Browse files

add option

parent 36228918
No related branches found
No related tags found
1 merge request!12Test
Pipeline #13307 passed with stage
in 1 minute and 1 second
......@@ -237,9 +237,10 @@ class Workflow:
self.rocrate.initialise()
def initialise(self):
def initialise(self, create_rocrate = True):
self.nextflow_file.initialise()
self.initialise_rocrate()
if(create_rocrate):
self.initialise_rocrate()
def generate_all_graphs(self, render_graphs = True):
tab_processes_2_remove = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment