diff mbox series

bug#38259: [PATCH] gnu: Add r-harmony.

Message ID 87ftihil6v.fsf@gnu.org
State Accepted
Headers show
Series bug#38259: [PATCH] gnu: Add r-harmony. | expand

Commit Message

Ludovic Courtès Nov. 21, 2019, 10:21 a.m. UTC
Hello Mădălin,

Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> skribis:

>     * gnu/packages/bioinformatics.scm (r-harmony): New variable.

Applied with the changes below.

Thank you!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5da95d66a6..d1d17dc3d5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15382,6 +15382,6 @@  containing the reference genome as well.")
       (synopsis "Fast, sensitive, and accurate integration of single cell data")
       (description
        "Harmony software is the R implementation of the algorithm with the same
-name for single cell integration, described in Korsunsky et al 2018.  Package
+name for single cell integration, described in Korsunsky et al 2018.  The package
 includes a standalone Harmony function and interfaces to external frameworks.")
-      (license license:gpl3))))
+      (license license:gpl3+))))