Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Apr 2, 2024
1 parent 0dcad8d commit 8e95c27
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions q2cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,16 @@ def __init__(self, name, plugin, action):
self._get_plugin, self.action['id']),
q2cli.util.citations_option(self._get_citation_records),
click.Option(['--use-cache'], required=False,
type=click.Path(exists=True, file_okay=False),
help='Specify the cache to be used for the '
'intermediate work of this pipeline. If '
'not provided, the default cache under '
'$TMP/qiime2/<uname> will be used. '
'IMPORTANT FOR HPC USERS: If you are on an '
'HPC system and are using parallel '
'execution it is important to set this to '
'a location that is globally accessible to '
'all nodes in the cluster.')])
type=click.Path(exists=True, file_okay=False),
help='Specify the cache to be used for the '
'intermediate work of this action. If not '
'provided, the default cache under '
'$TMP/qiime2/<uname> will be used. '
'IMPORTANT FOR HPC USERS: If you are on an HPC '
'system and are using parallel execution it is '
'important to set this to a location that is '
'globally accessible to all nodes in the '
'cluster.')])

options = [*self._inputs, *self._params, *self._outputs, *self._misc]
help_ = [action['description']]
Expand Down

0 comments on commit 8e95c27

Please sign in to comment.