Skip to content

Commit d6a1fdb

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Add view command on real data
1 parent da76620 commit d6a1fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

performance/compare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def run_vcztools(command: str, dataset_name: str):
2828
if __name__ == "__main__":
2929
commands = [
3030
("view", "sim_10k"),
31+
("view", "chr22"),
3132
("view -s tsk_7068,tsk_8769,tsk_8820", "sim_10k"),
3233
(r"query -f '%CHROM %POS %REF %ALT{0}\n'", "sim_10k"),
3334
(r"query -f '%CHROM:%POS\n' -i 'POS=49887394 | POS=50816415'", "sim_10k"),

0 commit comments

Comments
 (0)