guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gemma: Fix indentation.


From: Efraim Flashner
Subject: 02/02: gnu: gemma: Fix indentation.
Date: Thu, 15 Jun 2017 03:33:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 07bf6929b904eda4e9d6af22699f75a42e2b2450
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 15 10:18:17 2017 +0300

    gnu: gemma: Fix indentation.
    
    * gnu/packages/bioinformatics.scm (gemma)[arguments]: Fix indentation.
---
 gnu/packages/bioinformatics.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 21c4d09..cded2dd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2729,16 +2729,16 @@ comment or quality sections.")
        (modify-phases %standard-phases
          (delete 'configure)
          (add-before 'build 'bin-mkdir
-                     (lambda _
-                       (mkdir-p "bin")
-                       #t))
+          (lambda _
+            (mkdir-p "bin")
+            #t))
          (replace 'install
-                  (lambda* (#:key outputs #:allow-other-keys)
-                    (let ((out (assoc-ref outputs "out")))
-                      (install-file "bin/gemma"
-                                    (string-append
-                                     out "/bin")))
-                    #t)))
+           (lambda* (#:key outputs #:allow-other-keys)
+             (let ((out (assoc-ref outputs "out")))
+               (install-file "bin/gemma"
+                             (string-append
+                              out "/bin")))
+             #t)))
        #:tests? #f)) ; no tests included yet
     (home-page "https://github.com/xiangzhou/GEMMA";)
     (synopsis "Tool for genome-wide efficient mixed model association")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]