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

fix bug

parent c2123ddd
No related branches found
No related tags found
1 merge request!12Test
Pipeline #13306 passed with stage
in 1 minute and 1 second
......@@ -54,7 +54,7 @@ class Call(Executor):
if(para.get_type()=="Call"):
tab = para.get_elements_called(tab_input = tab.copy(), first_call = False)
elif(para.get_type()=="Operation"):
tab += para.get_elements_called(tab = tab.copy())
tab = para.get_elements_called(tab = tab.copy())
temp = list(set(tab))
#del tab
......
......@@ -19,7 +19,7 @@ class Workflow:
license = None, creativeWorkStatus = None, authors = None,
version = None, keywords = None, producer = None,
publisher = None, processes_2_remove = None):
print("here")
if(not os.path.isfile(file)):
nextflow_files = glob.glob(f'{file}/*.nf')
if(len(nextflow_files)==0):
......
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