From: Xinglu Chen <public@yoctocell.xyz>
To: Roel Janssen <roel@gnu.org>,
Efraim Flashner <efraim@flashner.co.il>,
Maxime Devos <maximedevos@telenet.be>
Cc: 47930@debbugs.gnu.org
Subject: [bug#47930] [PATCH] gnu: Add pbgzip.
Date: Fri, 30 Apr 2021 10:30:49 +0200 [thread overview]
Message-ID: <87czucnphi.fsf@yoctocell.xyz> (raw)
In-Reply-To: <ad09ffe1-b06b-8c25-0cf8-a6dbf094bacb@gnu.org>
On Thu, Apr 29 2021, Roel Janssen wrote:
> +(define-public pbgzip
> + (let ((commit "2b09f97b5f20b6d83c63a5c6b408d152e3982974"))
> + (package
> + (name "pbgzip")
> + (version (string-take commit 7))
Maybe you missed my previous suggestions?
https://issues.guix.gnu.org/47930#2
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/nh13/pbgzip")
> + (commit commit)))
> + (file-name (string-append name "-" version))
> + (sha256
> + (base32
> + "1mlmq0v96irbz71bgw5zcc43g1x32zwnxx21a5p1f1ch4cikw1yd"))))
> + (build-system gnu-build-system)
> + (native-inputs
> + `(("autoconf" ,autoconf)
> + ("automake" ,automake)))
> + (inputs
> + `(("zlib" ,zlib)))
> + (home-page "https://github.com/nh13/pbgzip")
> + (synopsis "Parallel Block GZIP")
> + (description "This package implements parallel block gzip. For many
> +formats, in particular genomics data formats, data are compressed in
> +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 truly the
^^^^^^^^^^^^^
> +speedup comes during compression.")
^^^^^^^
“but the true speedup” instead?
next prev parent reply other threads:[~2021-04-30 8:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 12:26 [bug#47930] [PATCH] gnu: Add pbgzip Roel Janssen
2021-04-21 21:44 ` Xinglu Chen
2021-04-21 21:45 ` Xinglu Chen
2021-04-22 16:40 ` Maxime Devos
2021-04-29 7:29 ` Efraim Flashner
2021-04-29 12:22 ` Roel Janssen
2021-04-30 8:30 ` Xinglu Chen [this message]
2021-04-30 11:48 ` Roel Janssen
2021-04-30 11:53 ` Efraim Flashner
2021-04-30 16:47 ` bug#47930: " Roel Janssen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87czucnphi.fsf@yoctocell.xyz \
--to=public@yoctocell.xyz \
--cc=47930@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=maximedevos@telenet.be \
--cc=roel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.