~ubuntu-branches/debian/wheezy/abyss/wheezy

« back to all changes in this revision

Viewing changes to Common/Uncompress.cpp

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2012-05-31 11:39:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120531113913-39atrfritvjevhv6
Tags: 1.3.4-1
* New upstream release.
* debian/copyright: Add CityHash, which has an Expat license.
* debian/control: Bump Standards-Version to 3.9.3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                endsWith(path, ".gz") ? "gunzip -c" :
40
40
                endsWith(path, ".bz2") ? "bunzip2 -c" :
41
41
                endsWith(path, ".xz") ? "xzdec -c" :
 
42
                endsWith(path, ".zip") ? "unzip -p" :
42
43
                endsWith(path, ".bam") ? "samtools view -h" :
43
44
                endsWith(path, ".jf") ? "jellyfish dump" :
44
45
                endsWith(path, ".jfq") ? "jellyfish qdump" :