summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-01 22:55:54 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-02 16:13:23 +0100
commit8057dee15bb4b1c59ade1728dfdbdc0046d16091 (patch)
tree3c3056bbbdc59a50fee7937c9b1c5caf0470e903
parent7edee3442722bd4adab44f79b0336af51c0254ef (diff)
downloadpatches-8057dee15bb4b1c59ade1728dfdbdc0046d16091.tar
patches-8057dee15bb4b1c59ade1728dfdbdc0046d16091.tar.gz
gnu: htslib: Mark up description.
* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}.
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8a482813db..ce66ce0d37 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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))))