Closed kjn closed 12 years ago
minbzcat fails to decompress some files with trailing garbage, in particular f82c7be77eec69287f7924618924b4c8.bz2 from PROTOS Genome.
$ ./minbzcat <bz2/f82c7be77eec69287f7924618924b4c8.bz2 **** minbzcat: data error in bz2 file $ echo $? 1 $ bzcat <bz2/f82c7be77eec69287f7924618924b4c8.bz2 **** bzcat: (stdin): trailing garbage after EOF ignored $ echo $? 0
minbzcat fails to decompress some files with trailing garbage, in particular f82c7be77eec69287f7924618924b4c8.bz2 from PROTOS Genome.