diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-22 20:47:54 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:17:59 +0100 |
commit | d62b350a8e816aef3d52bab87af88373675f1b8b (patch) | |
tree | b1ed4402d68ea465d11bbf41f51bff2c14302b2a /gnu/packages/bioinformatics.scm | |
parent | d1f362d81c01544a1f16a0419075f025ff80df4f (diff) |
gnu: Add python-setuptools/python-wheel where necessary.
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dde7ef151a..e075e0889c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -682,6 +682,7 @@ memory usage.") (list python-numpy python-pysam)) (inputs (list r-minimal)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://wlcb.oit.uci.edu/cpat/") (synopsis "Alignment-free distinction between coding and noncoding RNA") (description @@ -1871,7 +1872,7 @@ Format (GFF) with Biopython integration.") python-scikit-learn python-scipy)) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/simonvh/fluff/") (synopsis "Analysis and visualization of high-throughput sequencing data") (description @@ -2600,6 +2601,7 @@ cells).") (("'argparse',") ""))))) (build-system pyproject-build-system) (propagated-inputs (list python-numpy python-pysam)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/cancerit/parabam") (synopsis "Parallel BAM File Analysis") (description "Parabam is a tool for processing sequencing files in @@ -2668,6 +2670,7 @@ encountered in PDB files prior to simulation tasks.") python-tqdm python-typing-extensions python-zipp)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/haessar/peaks2utr") (synopsis "Python CLI for annotating three prime UTR") (description @@ -2976,7 +2979,8 @@ features: python-pandas python-pysam python-tqdm)) - (native-inputs (list python-cython python-pytest)) + (native-inputs (list python-cython python-pytest python-setuptools + python-wheel)) (home-page "https://github.com/KindLab/scDamAndTools") (synopsis "Functions for processing raw scDam&T-seq data") (description @@ -3009,6 +3013,7 @@ counts.") python-numpy python-pybedtools python-pysam)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/r3fang/SnapTools") (synopsis "Tools for processing snap files" ) (description @@ -3038,6 +3043,7 @@ operations: (arguments (list #:tests? #false)) ;there are none (propagated-inputs (list python-click python-numpy python-pandas python-parabam python-pysam)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/cancerit/telomerecat") (synopsis "Telomere computational analysis tool") (description "Telomerecat is a tool for estimating the average telomere @@ -5200,7 +5206,9 @@ annotations of the genome.") python-pytest python-pytest-mock python-pytest-timeout - python-setuptools-scm)) + python-setuptools + python-setuptools-scm + python-wheel)) (home-page "https://cutadapt.readthedocs.io/en/stable/") (synopsis "Remove adapter sequences from nucleotide sequencing reads") (description @@ -5495,7 +5503,7 @@ accessing bigWig files.") (("tests/data/" m) (string-append (getcwd) "/" m)))))))) (propagated-inputs (list python-numpy)) - (native-inputs (list python-nose)) + (native-inputs (list python-nose python-setuptools python-wheel)) (home-page "https://github.com/brentp/pyfasta/") (synopsis "Pythonic access to fasta sequence files") (description @@ -8742,7 +8750,7 @@ experiments.") (propagated-inputs (list python-cython python-numpy)) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/macs3-project/MACS") (synopsis "Model based analysis for ChIP-Seq data") (description @@ -15755,6 +15763,7 @@ mapped paired-end sequencing reads.") python-cython python-msgpack python-pysam)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://pypi.org/project/genomic-regions/") (synopsis "Consistently handle genomic regions") (description "This package aims to simplify working with genomic region / @@ -20253,7 +20262,9 @@ updated much more frequently.") python-tqdm)) (native-inputs (list python-pytest - python-setuptools-scm)) + python-setuptools + python-setuptools-scm + python-wheel)) (home-page "https://github.com/aertslab/ctxcore") (synopsis "Core functions for pycisTarget and the SCENIC tool suite") (description |