Skip to content

Commit

Permalink
[test] improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorst committed May 31, 2017
1 parent 681f30c commit b3efa20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified example/example.vcf.gz
Binary file not shown.
Binary file added example/example.vcf.gz.csi
Binary file not shown.
Binary file removed example/example.vcf.gz.tbi
Binary file not shown.
6 changes: 3 additions & 3 deletions test/integration/test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash -x
SMC=$1
set -e
$SMC vcf2smc -v example/example.vcf.gz /tmp/example.1.smc.gz 1 msp1:msp_0,msp_1
$SMC vcf2smc -d msp_2 msp_2 example/example.vcf.gz /tmp/example.2.smc.gz 1 msp2:msp_2
$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
$SMC vcf2smc -v example/example.vcf.gz /tmp/example.1.smc.gz 1 msp1:msp_0,msp_1,msp_2
$SMC vcf2smc -d msp_0 msp_0 example/example.vcf.gz /tmp/example.2.smc.gz 1 msp2:msp_0,msp_3,msp_4
$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
$SMC estimate -o /tmp/out/1 --unfold --em-iterations 1 1.25e-8 /tmp/example.1.smc.gz
$SMC estimate -p 0.01 -o /tmp/out/2 --em-iterations 1 1.25e-8 /tmp/example.2.smc.gz
$SMC split -o /tmp/out/split --em-iterations 1 \
Expand Down

0 comments on commit b3efa20

Please sign in to comment.