Skip to content

Commit

Permalink
Adding analysis as a parameter for the validate (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
josenavas authored and antgonza committed Jun 30, 2017
1 parent 7eba128 commit 12c2d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiita_client/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def __init__(self, name, version, description, validate_func,
val_cmd = QiitaCommand(
'Validate', 'Validates a new artifact', validate_func,
{'template': ('prep_template', None),
'analysis': ('analysis', None),
'files': ('string', None),
'artifact_type': ('string', None)}, {}, None)

Expand Down

0 comments on commit 12c2d04

Please sign in to comment.