1 parent fb862e1 commit f96dbb3Copy full SHA for f96dbb3
1 file changed
wfcommons/wfinstances/logs/snakemake.py
@@ -146,7 +146,7 @@ def _build_task_map(self):
146
shell_cmd = "; ".join(command_list)
147
else:
148
shell_cmd = None
149
- if rule_idx in self.rules_to_ignore:
+ if rule_idx not in rules:
150
continue
151
self.task_map[task_idx] = rules[rule_idx] + "_" + str(task_idx)
152
self.task_shell[task_idx] = shell_cmd
0 commit comments