GNU bug report logs -
#47930
[PATCH] gnu: Add pbgzip.
Previous Next
Reported by: Roel Janssen <roel <at> gnu.org>
Date: Wed, 21 Apr 2021 12:28:02 UTC
Severity: normal
Tags: patch
Done: Roel Janssen <roel <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #34 received at 47930-done <at> debbugs.gnu.org (full text, mbox):
On Fri, 2021-04-30 at 14:53 +0300, Efraim Flashner wrote:
>
>
> > From 1af29f66980ba19740e05a27135f141e23b7fd3f Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel <at> gnu.org>
> > Date: Fri, 30 Apr 2021 13:47:43 +0200
> > Subject: [PATCH] gnu: Add pbgzip.
> >
> > ...
> > + (synopsis "Parallel Block GZIP")
> > + (description "This package implements parallel block gzip.
> > For many
> > +formats, in particular genomics data formats, data are compressed
> > in
>
> I wasn't sure about 'data are' vs 'data is' but I think data here is
> plural, so 'data are' should be right.
>
> > +fixed-length blocks such that they can be easily indexed based on
> > a (genomic)
> > +coordinate order, since typically each block is sorted according
> > to this order.
> > +This allows for each block to be individually compressed
> > (deflated), or more
> > +importantly, decompressed (inflated), with the latter enabling
> > random retrieval
> > +of data in large files (gigabytes to terabytes). @code{pbgzip} is
> > not limited
> > +to any particular format, but certain features are tailored to
> > genomics data
> > +formats when enabled. Parallel decompression is somewhat faster,
> > but the true
> > +speedup comes during compression.")
> > + (license license:expat))))
> > +
> > (define-public blasr-libcpp
> > (package
> > (name "blasr-libcpp")
> > --
> > 2.31.1
> >
>
> Looks good to me!
>
Thank you Efraim, and thank you Xinglu Chen.
I pushed this patch.
Kind regards,
Roel Janssen
This bug report was last modified 4 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.