diff options
author | Peter Amstutz | 2020-04-10 15:12:08 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-10 15:12:42 -0400 |
commit | a6ba9a5203a568611a94c043fd13e2ec50f071da (patch) | |
tree | 88b3f2796ed6358f61abc9970c938f18a69bd5c0 /bh20sequploader/main.py | |
parent | 9e44ae814862ea91456d95b31981c16ecae6d317 (diff) | |
download | bh20-seq-resource-a6ba9a5203a568611a94c043fd13e2ec50f071da.tar.gz bh20-seq-resource-a6ba9a5203a568611a94c043fd13e2ec50f071da.tar.lz bh20-seq-resource-a6ba9a5203a568611a94c043fd13e2ec50f071da.zip |
Validate & propagate metadata
Diffstat (limited to 'bh20sequploader/main.py')
-rw-r--r-- | bh20sequploader/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py index bfb8c51..2032508 100644 --- a/bh20sequploader/main.py +++ b/bh20sequploader/main.py @@ -22,7 +22,7 @@ def main(): api = arvados.api(host=ARVADOS_API_HOST, token=ARVADOS_API_TOKEN, insecure=True) - if not qc_metadata(args.metadata.name): + if not bh20sequploader.qc_metadata.qc_metadata(args.metadata.name): print("Failed metadata qc") exit(1) |