We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d5d55 commit 7877953Copy full SHA for 7877953
2 files changed
support_code/nmdc/nom/config.toml
@@ -7,4 +7,4 @@ registration_file = "path/to/where/database/dump/lives.json"
7
execution_resource = "EMSL-RZR"
8
field_strength = 7
9
workflow_version = "2.2.3"
10
-minting_client_config_path = "enviroMS/nmdc_metadata_generation/config.yaml"
+config_path = "enviroMS/nmdc_metadata_generation/config.yaml"
support_code/nmdc/nom/main.py
@@ -68,7 +68,7 @@ def main():
68
execution_resource=config_data['execution_resource'],
69
field_strength=config_data['field_strength'],
70
workflow_version=config_data['workflow_version'],
71
- config_path=config_data['minting_client_config_path']
+ config_path=config_data['config_path']
72
)
73
74
generator.run()
0 commit comments