From d4c8498be5a258763ee452008824e500abe15c99 Mon Sep 17 00:00:00 2001 From: Colin Wood Date: Mon, 22 Jan 2024 14:46:17 -0700 Subject: [PATCH] update metavars for jobs, threads types --- q2cli/core/state.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/q2cli/core/state.py b/q2cli/core/state.py index 7fedd94f..b2ad3f50 100644 --- a/q2cli/core/state.py +++ b/q2cli/core/state.py @@ -135,6 +135,8 @@ def _get_metavar(type): 'Str': 'TEXT', 'Float': 'NUMBER', 'Bool': '', + 'Jobs': 'NJOBS', + 'Threads': 'NTHREADS', } style = qiime2.sdk.util.interrogate_collection_type(type)