From fde6c0613e18331ee8f01eea27d28bb1816251c2 Mon Sep 17 00:00:00 2001 From: colinvwood <68213641+colinvwood@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:45:14 -0700 Subject: [PATCH] IMP: update metavars for jobs, threads types (#330) --- 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)