~ruther/guix-local

fd2031889cf6271ac3a1cb28bf46174e9bc6e9db — Nicolas Graves 4 months ago 88e2dd4
gnu: python-scanrbp: Disable tests.

* gnu/packages/bioinformatics.scm (python-scanrbp):
[arguments]: Relocate field.
<#:tests?>: Disable them.
[native-inputs]: Remove python-wheel.

Change-Id: If4198e43da472b533ee83c2bbe0ccb9a0bcbf535
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 9 insertions(+), 9 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +9 -9
@@ 4571,17 4571,9 @@ into separate processes; and more.")
        (base32
         "1bv25qhr1dwym2j7llsd3ggnjb9l3h4bchng7bp7cq57s9g0bnjz"))))
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-biopython
           python-matplotlib
           python-pybio
           python-scipy
           python-seaborn))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (arguments
     (list
      #:tests? #f                       ; There are none.
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'check 'set-HOME


@@ 4594,6 4586,14 @@ into separate processes; and more.")
                (copy-file
                 data-file
                 (string-append data-dir "/" (basename data-file)))))))))
    (propagated-inputs
     (list python-biopython
           python-matplotlib
           python-pybio
           python-scipy
           python-seaborn))
    (native-inputs
     (list python-setuptools))
    (synopsis "Tool for creating a RNA RBP heatmap in Python")
    (description "python-scanrbp is a Python package that provides the scanRBP
tool that loads RNA-protein binding motif PWM and computes the log-odds scores