Skip to content

Commit

Permalink
update metavars for jobs, threads types
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood committed Jan 22, 2024
1 parent 246f054 commit d4c8498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions q2cli/core/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4c8498

Please sign in to comment.