guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: roary: Add bash-minimal to inputs.


From: guix-commits
Subject: 07/16: gnu: roary: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 01:12:58 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 4322eca330a3b8fef72449e86e039a74b17d1c23
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:06:22 2023 -0400

    gnu: roary: Add bash-minimal to inputs.
    
    * gnu/packages/bioinformatics.scm (roary): Delete trailing #t.
    [inputs]: Add bash-minimal.  Remove labels.
    
    Change-Id: Id5ea1b12e2fa641d96a762f5f3b89edbd43a4ffa
---
 gnu/packages/bioinformatics.scm | 66 ++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c8c11d9c18..0990ade7ed 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7694,8 +7694,7 @@ partial genes, and identifies translation initiation 
sites.")
              (for-each (lambda (file)
                          (display file)(display "\n")
                          (invoke "perl" file))
-                       (find-files "t" ".*\\.t$"))
-             #t))
+                       (find-files "t" ".*\\.t$"))))
          (replace 'install
            ;; There is no 'install' target in the Makefile.
            (lambda* (#:key outputs #:allow-other-keys)
@@ -7706,8 +7705,7 @@ partial genes, and identifies translation initiation 
sites.")
                (mkdir-p bin)
                (mkdir-p perl)
                (copy-recursively "bin" bin)
-               (copy-recursively "lib" perl)
-               #t)))
+               (copy-recursively "lib" perl))))
          (add-after 'install 'wrap-programs
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -7733,39 +7731,39 @@ partial genes, and identifies translation initiation 
sites.")
                      (,(string-append r-site-lib ":" out "/site-library/"))))
                  (wrap-program file
                    `("PATH" ":" prefix
-                     (,(string-append coreutils-path ":" out "/bin"))))))
-             #t)))))
+                     (,(string-append coreutils-path ":" out "/bin")))))))))))
     (native-inputs
      (list perl-env-path perl-test-files perl-test-most perl-test-output))
     (inputs
-     `(("perl-array-utils" ,perl-array-utils)
-       ("bioperl" ,bioperl-minimal)
-       ("perl-digest-md5-file" ,perl-digest-md5-file)
-       ("perl-exception-class" ,perl-exception-class)
-       ("perl-file-find-rule" ,perl-file-find-rule)
-       ("perl-file-grep" ,perl-file-grep)
-       ("perl-file-slurper" ,perl-file-slurper)
-       ("perl-file-which" ,perl-file-which)
-       ("perl-graph" ,perl-graph)
-       ("perl-graph-readwrite" ,perl-graph-readwrite)
-       ("perl-log-log4perl" ,perl-log-log4perl)
-       ("perl-moose" ,perl-moose)
-       ("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)
-       ("perl-text-csv" ,perl-text-csv)
-       ("bedtools" ,bedtools)
-       ("cd-hit" ,cd-hit)
-       ("blast+" ,blast+)
-       ("mcl" ,mcl)
-       ("parallel" ,parallel)
-       ("prank" ,prank)
-       ("mafft" ,mafft)
-       ("fasttree" ,fasttree)
-       ("grep" ,grep)
-       ("sed" ,sed)
-       ("gawk" ,gawk)
-       ("r-minimal" ,r-minimal)
-       ("r-ggplot2" ,r-ggplot2)
-       ("coreutils" ,coreutils)))
+     (list bash-minimal
+           perl-array-utils
+           bioperl-minimal
+           perl-digest-md5-file
+           perl-exception-class
+           perl-file-find-rule
+           perl-file-grep
+           perl-file-slurper
+           perl-file-which
+           perl-graph
+           perl-graph-readwrite
+           perl-log-log4perl
+           perl-moose
+           perl-perlio-utf8_strict
+           perl-text-csv
+           bedtools
+           cd-hit
+           blast+
+           mcl
+           parallel
+           prank
+           mafft
+           fasttree
+           grep
+           sed
+           gawk
+           r-minimal
+           r-ggplot2
+           coreutils))
     (home-page "https://sanger-pathogens.github.io/Roary/";)
     (synopsis "High speed stand-alone pan genome pipeline")
     (description



reply via email to

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