We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c313df2 commit 68992cbCopy full SHA for 68992cb
bin/bactopia-to-md.py
@@ -115,7 +115,7 @@ def get_modules(module_path):
115
modules[module_name] = json.load(params_fh)
116
except Exception as e:
117
IGNORE_LIST.append(module_name)
118
- print(f"skipping {module_name} - {params_json}")
+ print(f"skipping {module_name} - {params_json} - {e}")
119
return modules
120
121
def read_nextflow_config(nf_config):
0 commit comments