Skip to content
Commits on Source (3)
bamtools (2.5.1+dfsg-5) unstable; urgency=medium
* Ignore one test that is known to fail on ppc64el architecture
Closes: #933505
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
-- Andreas Tille <tille@debian.org> Tue, 10 Dec 2019 12:00:36 +0100
bamtools (2.5.1+dfsg-4) unstable; urgency=medium
[ Jelmer Vernooij ]
......
......@@ -21,7 +21,13 @@ bamtools count -in sam_spec_example.bam
bamtools coverage -in sam_spec_example.bam -out out
# This test fails on ppc64el for whatever reason and is for the moment (see bug #933505)
if [ "$(dpkg --print-architecture)" != "ppc64el" ] ; then
bamtools filter -script filter_script -in sam_spec_example.bam -out out.bam
else
echo "The following test is known to fail on ppc64el architecture (see bug #933505)"
echo "bamtools filter -script filter_script -in sam_spec_example.bam -out out.bam"
fi
bamtools header -in sam_spec_example.bam
......
......@@ -23,4 +23,6 @@ Registry:
Entry: BamTools
- Name: conda:bioconda
Entry: bamtools
Repository: https://github.com/pezmaster31/bamtools
Repository: https://github.com/pezmaster31/bamtools.git
Bug-Database: https://github.com/pezmaster31/bamtools/issues
Repository-Browse: https://github.com/pezmaster31/bamtools