Skip to content

Commit 2b08369

Browse files
committed
#86: Slurm script template to run Nextflow workflows
1 parent 078453c commit 2b08369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfbench/translator/nextflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ def translate(self, output_folder: pathlib.Path) -> None:
6262

6363
if self.workflow.workflow_id:
6464
shutil.copy(this_dir.joinpath("templates/flowcept_agent.py"), output_folder.joinpath("bin"))
65+
self.logger.info(f"Workflow ID: {self.workflow.workflow_id}")
6566

6667
# Create a topological order of the tasks
6768
sorted_tasks = self._get_tasks_in_topological_order()
68-
# print([t.task_id for t in sorted_tasks])
6969

7070
# Create the bash script for each task
7171
for task in sorted_tasks:

0 commit comments

Comments
 (0)