From b8d4e98e74dab9d0ac3f5035290c14505ac24460 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sat, 14 Jul 2012 21:47:21 +0900 Subject: [PATCH] Indicate format to avoid stderr comment that makes autopkgtest fail. Closes: #680473 LP: #1021500 --- debian/tests/with-example-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/with-example-data b/debian/tests/with-example-data index 6af6ecf..b6aacd4 100755 --- a/debian/tests/with-example-data +++ b/debian/tests/with-example-data @@ -10,7 +10,7 @@ zcat /usr/share/doc/tabix/examples/example.gtf.gz > $TABIXDATA bgzip $TABIXDATA # Index with tabix -tabix $TABIXDATA.gz +tabix -p gff $TABIXDATA.gz # Extract with tabix the he features on chromosome 1 whose coordinates overlap # the interval 150,309–150,309. -- 2.30.2