We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d2109 commit 5a2cab2Copy full SHA for 5a2cab2
qiita_db/artifact.py
@@ -356,10 +356,6 @@ def create(
356
raise qdb.exceptions.QiitaDBArtifactCreationError(
357
"Not valid: both prep_template and processing_parameters provided"
358
)
359
- elif not bool(parents) and not bool(prep_template):
360
- raise qdb.exceptions.QiitaDBArtifactCreationError(
361
- "Not valid: both parents and prep_template need to be provided"
362
- )
363
elif bool(analysis) and not bool(data_type):
364
365
"Not valid: both analysis and data_type need to be provided"
0 commit comments