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 b8188dd commit 843bbeaCopy full SHA for 843bbea
qiita_db/metadata_template/prep_template.py
@@ -881,7 +881,7 @@ def _get_predecessors(workflow, node):
881
'artifact transformation']
882
merging_schemes = {
883
qdb.archive.Archive.get_merging_scheme_from_job(j): {
884
- x: y.id for x, y in j.outputs.items()}
+ x: str(y.id) for x, y in j.outputs.items()}
885
# we are going to select only the jobs that were a 'success', that
886
# are not 'hidden' and that have an output - jobs that are not
887
# hidden and a successs but that do not have outputs are jobs which
0 commit comments