diff options
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5444f0a2a1..8377e811db 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2814,8 +2814,6 @@ HMMs).")       `(("python-numpy" ,python2-numpy)))      (inputs       `(("python-pysam" ,python2-pysam))) -    (native-inputs -     `(("python-setuptools" ,python2-setuptools)))      (home-page "http://www-huber.embl.de/users/anders/HTSeq/")      (synopsis "Analysing high-throughput sequencing data with Python")      (description @@ -3094,8 +3092,6 @@ data.")         #:tests? #f)) ; no test target      (inputs       `(("python-numpy" ,python2-numpy))) -    (native-inputs -     `(("python-setuptools" ,python2-setuptools)))      (home-page "http://github.com/taoliu/MACS/")      (synopsis "Model based analysis for ChIP-Seq data")      (description @@ -3521,7 +3517,6 @@ interrupted by stop codons.  OrfM finds and prints these ORFs.")      (native-inputs       `(("python-docutils" ,python2-docutils)         ("python-nose" ,python2-nose) -       ("python-setuptools" ,python2-setuptools)         ("python-sphinx" ,python2-sphinx)))      (propagated-inputs       `(("python-pyxb" ,python2-pyxb))) @@ -4028,7 +4023,6 @@ BAM and Wiggle files in both transcript-coordinate and genomic-coordinate.")       `(("python-cython" ,python2-cython)         ("python-pysam" ,python2-pysam)         ("python-numpy" ,python2-numpy) -       ("python-setuptools" ,python2-setuptools)         ("zlib" ,zlib)))      (native-inputs       `(("python-nose" ,python2-nose))) @@ -7696,8 +7690,6 @@ replacement for strverscmp.")         ("python-click" ,python-click)         ("python-matplotlib" ,python-matplotlib)         ("python-numpy" ,python-numpy))) -    (native-inputs -     `(("python-setuptools" ,python-setuptools)))      (home-page "http://multiqc.info")      (synopsis "Aggregate bioinformatics analysis reports")      (description | 
