~ruther/guix-local

8057dee15bb4b1c59ade1728dfdbdc0046d16091 — Tobias Geerinckx-Rice 8 years ago 7edee34
gnu: htslib: Mark up description.

* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 3256,7 3256,8 @@ VCF.")
    (synopsis "C library for reading/writing high-throughput sequencing data")
    (description
     "HTSlib is a C library for reading/writing high-throughput sequencing
data.  It also provides the bgzip, htsfile, and tabix utilities.")
data.  It also provides the @command{bgzip}, @command{htsfile}, and
@command{tabix} utilities.")
    ;; Files under cram/ are released under the modified BSD license;
    ;; the rest is released under the Expat license
    (license (list license:expat license:bsd-3))))