We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da76620 commit d6a1fdbCopy full SHA for d6a1fdb
performance/compare.py
@@ -28,6 +28,7 @@ def run_vcztools(command: str, dataset_name: str):
28
if __name__ == "__main__":
29
commands = [
30
("view", "sim_10k"),
31
+ ("view", "chr22"),
32
("view -s tsk_7068,tsk_8769,tsk_8820", "sim_10k"),
33
(r"query -f '%CHROM %POS %REF %ALT{0}\n'", "sim_10k"),
34
(r"query -f '%CHROM:%POS\n' -i 'POS=49887394 | POS=50816415'", "sim_10k"),
0 commit comments