Skip to content

Commit c4e7473

Browse files
authored
Merge pull request #228 from galaxyproject/226-paired-collection
226 paired collection
2 parents dd8b649 + c69cc21 commit c4e7473

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

abm/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
2.7.3

abm/lib/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def run(context: Context, workflow_path, history_prefix: str, experiment: str):
176176
elements.append(_make_dataset_element(key, value['id']))
177177
description = dataset_collections.CollectionDescription(
178178
name=name,
179-
type='paired',
179+
# type='paired',
180180
elements=elements
181181
)
182182
pairs += 1

0 commit comments

Comments
 (0)