Skip to content

Commit b3efa20

Browse files
committed
[test] improve test coverage
1 parent 681f30c commit b3efa20

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

example/example.vcf.gz

6.86 KB
Binary file not shown.

example/example.vcf.gz.csi

618 Bytes
Binary file not shown.

example/example.vcf.gz.tbi

-164 Bytes
Binary file not shown.

test/integration/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash -x
22
SMC=$1
33
set -e
4-
$SMC vcf2smc -v example/example.vcf.gz /tmp/example.1.smc.gz 1 msp1:msp_0,msp_1
5-
$SMC vcf2smc -d msp_2 msp_2 example/example.vcf.gz /tmp/example.2.smc.gz 1 msp2:msp_2
6-
$SMC vcf2smc -d msp_1 msp_1 example/example.vcf.gz /tmp/example.12.smc.gz 1 msp1:msp_0,msp_1 msp2:msp_2
4+
$SMC vcf2smc -v example/example.vcf.gz /tmp/example.1.smc.gz 1 msp1:msp_0,msp_1,msp_2
5+
$SMC vcf2smc -d msp_0 msp_0 example/example.vcf.gz /tmp/example.2.smc.gz 1 msp2:msp_0,msp_3,msp_4
6+
$SMC vcf2smc -d msp_1 msp_1 example/example.vcf.gz /tmp/example.12.smc.gz 1 msp1:msp_1,msp_2 msp2:msp_3,msp_4,msp_0
77
$SMC estimate -o /tmp/out/1 --unfold --em-iterations 1 1.25e-8 /tmp/example.1.smc.gz
88
$SMC estimate -p 0.01 -o /tmp/out/2 --em-iterations 1 1.25e-8 /tmp/example.2.smc.gz
99
$SMC split -o /tmp/out/split --em-iterations 1 \

0 commit comments

Comments
 (0)