mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ciri-long: Move Cython to native inputs.
* gnu/packages/bioinformatics.scm (ciri-long)[inputs]: Move python-cython from here... [native-inputs]: ...to here.
This commit is contained in:
parent
c4e5fabb6e
commit
a0fc9e38fa
1 changed files with 2 additions and 2 deletions
|
@ -1490,7 +1490,6 @@ (define-public ciri-long
|
|||
`(("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 @@ (define-public ciri-long
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue