Skip to content

Commit

Permalink
add xahuman to testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
zb32 committed Jan 12, 2024
1 parent f26c319 commit 18b4461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,13 @@ def illumina_synthetic_irods(tmp_path):
*run_pos,
AVU(tag, 1),
),
"12345/12345#1_xahuman.cram": (
AVU(idp, "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"),
AVU(cmp, '{"id_run":12345, "position":1, "tag_index":1, "subset":"xahuman"}'),
AVU(cmp, '{"id_run":12345, "position":2, "tag_index":1, "subset":"xahuman"}'),
*run_pos,
AVU(tag, 1),
),
"12345/12345#2.cram": (
AVU(idp, "0b3bd00f1d186247f381aa87e213940b8c7ab7e5"),
AVU(cmp, '{"id_run":12345, "position":1, "tag_index":2}'),
Expand Down

0 comments on commit 18b4461

Please sign in to comment.