From: Charles Plessy Date: Sat, 14 Jul 2012 12:47:21 +0000 (+0900) Subject: Indicate format to avoid stderr comment that makes autopkgtest fail. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=commitdiff_plain;h=b8d4e98e74dab9d0ac3f5035290c14505ac24460 Indicate format to avoid stderr comment that makes autopkgtest fail. Closes: #680473 LP: #1021500 --- 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.