Skip to content

Commit

Permalink
Merge pull request #228 from galaxyproject/226-paired-collection
Browse files Browse the repository at this point in the history
226 paired collection
  • Loading branch information
ksuderman authored Jul 9, 2023
2 parents dd8b649 + c69cc21 commit c4e7473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.7.3
2 changes: 1 addition & 1 deletion abm/lib/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def run(context: Context, workflow_path, history_prefix: str, experiment: str):
elements.append(_make_dataset_element(key, value['id']))
description = dataset_collections.CollectionDescription(
name=name,
type='paired',
# type='paired',
elements=elements
)
pairs += 1
Expand Down

0 comments on commit c4e7473

Please sign in to comment.