Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix autopkgtest
· ec82585d
Dylan Aïssi
authored
Dec 06, 2019
ec82585d
Upload to NEW
· ff817ba6
Dylan Aïssi
authored
Dec 06, 2019
ff817ba6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ff817ba6
plink2 (2.00~a2-191128+dfsg-1)
UNRELEASED
; urgency=medium
plink2 (2.00~a2-191128+dfsg-1)
unstable
; urgency=medium
* Initial release. (Closes: #858947)
* TODO:
- add autopkgtest
-- Dylan Aïssi <daissi@debian.org>
Wed, 20 Nov 2019 07:00:08
+0100
-- Dylan Aïssi <daissi@debian.org>
Fri, 06 Dec 2019 22:28:40
+0100
debian/tests/run-sample-analysis
View file @
ff817ba6
...
...
@@ -6,17 +6,10 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP
=
`
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
`
fi
cd
$AUTOPKGTEST_TMP
cp
-a
/usr/share/doc/
${
pkg
}
/examples/
*
$AUTOPKGTEST_TMP
PLINK2_TEST
=
'plink2 --file toy'
# Allele frequencies
$PLINK2_TEST
--freq
diff plink.frq expected.plink.frq
# Case/control or QTL association
$PLINK2_TEST
--assoc
diff plink.assoc expected.plink.assoc
plink2
--dummy
33 65537 0.1 dosage-freq
=
0.1
--out
tmp_data
plink2
--pfile
tmp_data
--export
vcf vcf-dosage
=
DS
--out
tmp_data2
plink2
--vcf
tmp_data2.vcf
dosage
=
DS
--out
tmp_data2
rm
-f
$AUTOPKGTEST_TMP
/
*