Skip to content

Commit

Permalink
Add view command on real data
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Tyler authored and jeromekelleher committed Oct 22, 2024
1 parent da76620 commit d6a1fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions performance/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def run_vcztools(command: str, dataset_name: str):
if __name__ == "__main__":
commands = [
("view", "sim_10k"),
("view", "chr22"),
("view -s tsk_7068,tsk_8769,tsk_8820", "sim_10k"),
(r"query -f '%CHROM %POS %REF %ALT{0}\n'", "sim_10k"),
(r"query -f '%CHROM:%POS\n' -i 'POS=49887394 | POS=50816415'", "sim_10k"),
Expand Down

0 comments on commit d6a1fdb

Please sign in to comment.