Skip to content

Commit

Permalink
compress fixtures, add --export A
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Sep 28, 2023
1 parent a07898e commit 5478ad1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5,046 deletions.
2,541 changes: 0 additions & 2,541 deletions 2.0/Tests/TEST_ONE_WAY_EXPORT/plink2_test.phased.phy.want

This file was deleted.

Binary file not shown.
2,505 changes: 0 additions & 2,505 deletions 2.0/Tests/TEST_ONE_WAY_EXPORT/plink2_test.phy.want

This file was deleted.

Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions 2.0/Tests/TEST_ONE_WAY_EXPORT/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ set -exo pipefail
# manually-sanity-checked ground truth files.

$1/plink2 $2 $3 --pfile all_ploidy vzs --snps-only --export phylip --out plink2_test
plink2 --zd plink2_test.phy.want.zst > plink2_test.phy.want
diff -q plink2_test.phy plink2_test.phy.want
$1/plink2 $2 $3 --pfile all_ploidy vzs --chr PAR1,X,PAR2 --keep-females --snps-only --export phylip-phased --out plink2_test.phased
plink2 --zd plink2_test.phased.phy.want.zst > plink2_test.phased.phy.want
diff -q plink2_test.phased.phy plink2_test.phased.phy.want
$1/plink2 $2 $3 --pfile all_ploidy vzs --export A --out plink2_test
plink2 --zd plink2_test.raw.want.zst > plink2_test.raw.want
diff -q plink2_test.raw plink2_test.raw.want

0 comments on commit 5478ad1

Please sign in to comment.