Skip to content

Commit

Permalink
[minor] Sort test output to make output consistent across platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Dec 11, 2024
1 parent e4e2abf commit 313c597
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions test/afs.1.1.out
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MEAN 3.333333e-01 6.666667e-01 1.666667e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.666667e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
SITE 17 302 T TA 2.015351e+02 0-0-0-0-0-0-0-0-1-0-0-0-0-0-0-0-0-0-0-0
SITE 17 471 T G 6.543631e+01 1-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 3493 CA C 1.003531e+02 0-0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 3493 CA CAA 1.003531e+02 0-0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 471 T C 6.543631e+01 1-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 646 A T 6.543631e+01 0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 471 T G 6.543631e+01 1-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 646 A C 6.543631e+01 0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 3493 CA CAA 1.003531e+02 0-0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
SITE 17 3493 CA C 1.003531e+02 0-0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
MEAN 3.333333e-01 6.666667e-01 1.666667e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.666667e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
SITE 17 646 A T 6.543631e+01 0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0
VAR2 1.000000e+00 1.441327e-03 4.382657e-05 6.160600e-07 1.414270e-08 2.828540e-09 2.357117e-09 2.020386e-09 1.767838e-09 1.571411e-09 1.414270e-09 1.285700e-09 1.178558e-09 1.087900e-09 1.010193e-09 9.428468e-10 8.839188e-10 8.319236e-10 7.857056e-10 7.443527e-10
2 changes: 1 addition & 1 deletion test/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ sub test_plugin_afs
}
close($fh);
test_cmd($opts,%args,cmd=>qq[export BCFTOOLS_PLUGINS=$$opts{bin}/plugins; $$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
test_cmd($opts,%args,cmd=>qq[export BCFTOOLS_PLUGINS=$$opts{bin}/plugins; $$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args} | sort]);
}
sub test_plugin_split
{
Expand Down

0 comments on commit 313c597

Please sign in to comment.