guix-commits
[Top][All Lists]
Advanced

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

68/69: gnu: ciri-long: Move Cython to native inputs.


From: guix-commits
Subject: 68/69: gnu: ciri-long: Move Cython to native inputs.
Date: Thu, 11 Nov 2021 10:43:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a0fc9e38fa7dfa11a19f608e2d1da37495938035
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 11 15:04:47 2021 +0000

    gnu: ciri-long: Move Cython to native inputs.
    
    * gnu/packages/bioinformatics.scm (ciri-long)[inputs]: Move python-cython 
from
    here...
    [native-inputs]: ...to here.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3455029..c5a1215 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1490,7 +1490,6 @@ consensus sequences.")
      `(("circtools" ,circtools)
        ("python-biopython" ,python-biopython)
        ("python-bwapy" ,python-bwapy)
-       ("python-cython" ,python-cython)
        ("python-levenshtein" ,python-levenshtein)
        ("python-mappy" ,python-mappy)
        ("python-numpy" ,python-numpy)
@@ -1500,7 +1499,8 @@ consensus sequences.")
        ("python-scikit-learn" ,python-scikit-learn)
        ("python-scipy" ,python-scipy)))
     (native-inputs
-     `(("python-nose" ,python-nose)
+     `(("python-cython" ,python-cython)
+       ("python-nose" ,python-nose)
        ("python-setuptools" ,python-setuptools)))
     (home-page "https://ciri-cookbook.readthedocs.io/";)
     (synopsis "Circular RNA identification for Nanopore sequencing")



reply via email to

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