gnu: methylkit: Use new home page.
[jackhill/guix/guix.git] / gnu / packages / bioinformatics.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2014, 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
4 ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
6 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
7 ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
8 ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
9 ;;; Copyright © 2016 Raoul Bonnal <ilpuccio.febo@gmail.com>
10 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
11 ;;;
12 ;;; This file is part of GNU Guix.
13 ;;;
14 ;;; GNU Guix is free software; you can redistribute it and/or modify it
15 ;;; under the terms of the GNU General Public License as published by
16 ;;; the Free Software Foundation; either version 3 of the License, or (at
17 ;;; your option) any later version.
18 ;;;
19 ;;; GNU Guix is distributed in the hope that it will be useful, but
20 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;;; GNU General Public License for more details.
23 ;;;
24 ;;; You should have received a copy of the GNU General Public License
25 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
26
27 (define-module (gnu packages bioinformatics)
28 #:use-module ((guix licenses) #:prefix license:)
29 #:use-module (guix packages)
30 #:use-module (guix utils)
31 #:use-module (guix download)
32 #:use-module (guix git-download)
33 #:use-module (guix hg-download)
34 #:use-module (guix build-system ant)
35 #:use-module (guix build-system gnu)
36 #:use-module (guix build-system cmake)
37 #:use-module (guix build-system ocaml)
38 #:use-module (guix build-system perl)
39 #:use-module (guix build-system python)
40 #:use-module (guix build-system r)
41 #:use-module (guix build-system ruby)
42 #:use-module (guix build-system trivial)
43 #:use-module (gnu packages)
44 #:use-module (gnu packages autotools)
45 #:use-module (gnu packages algebra)
46 #:use-module (gnu packages base)
47 #:use-module (gnu packages bash)
48 #:use-module (gnu packages bison)
49 #:use-module (gnu packages boost)
50 #:use-module (gnu packages compression)
51 #:use-module (gnu packages cpio)
52 #:use-module (gnu packages cran)
53 #:use-module (gnu packages curl)
54 #:use-module (gnu packages documentation)
55 #:use-module (gnu packages databases)
56 #:use-module (gnu packages datastructures)
57 #:use-module (gnu packages file)
58 #:use-module (gnu packages flex)
59 #:use-module (gnu packages gawk)
60 #:use-module (gnu packages gcc)
61 #:use-module (gnu packages gd)
62 #:use-module (gnu packages gtk)
63 #:use-module (gnu packages glib)
64 #:use-module (gnu packages graph)
65 #:use-module (gnu packages groff)
66 #:use-module (gnu packages guile)
67 #:use-module (gnu packages haskell)
68 #:use-module (gnu packages image)
69 #:use-module (gnu packages imagemagick)
70 #:use-module (gnu packages java)
71 #:use-module (gnu packages ldc)
72 #:use-module (gnu packages linux)
73 #:use-module (gnu packages logging)
74 #:use-module (gnu packages machine-learning)
75 #:use-module (gnu packages man)
76 #:use-module (gnu packages maths)
77 #:use-module (gnu packages mpi)
78 #:use-module (gnu packages ncurses)
79 #:use-module (gnu packages ocaml)
80 #:use-module (gnu packages pcre)
81 #:use-module (gnu packages parallel)
82 #:use-module (gnu packages pdf)
83 #:use-module (gnu packages perl)
84 #:use-module (gnu packages pkg-config)
85 #:use-module (gnu packages popt)
86 #:use-module (gnu packages protobuf)
87 #:use-module (gnu packages python)
88 #:use-module (gnu packages readline)
89 #:use-module (gnu packages ruby)
90 #:use-module (gnu packages serialization)
91 #:use-module (gnu packages shells)
92 #:use-module (gnu packages statistics)
93 #:use-module (gnu packages swig)
94 #:use-module (gnu packages tbb)
95 #:use-module (gnu packages tex)
96 #:use-module (gnu packages texinfo)
97 #:use-module (gnu packages textutils)
98 #:use-module (gnu packages time)
99 #:use-module (gnu packages tls)
100 #:use-module (gnu packages vim)
101 #:use-module (gnu packages web)
102 #:use-module (gnu packages xml)
103 #:use-module (gnu packages xorg)
104 #:use-module (srfi srfi-1)
105 #:use-module (ice-9 match))
106
107 (define-public r-ape
108 (package
109 (name "r-ape")
110 (version "5.0")
111 (source
112 (origin
113 (method url-fetch)
114 (uri (cran-uri "ape" version))
115 (sha256
116 (base32
117 "0q59pmxawz498cb9mv5m49lhiwxib8ak94yyydz7qg8b6lpd4bn3"))))
118 (build-system r-build-system)
119 (propagated-inputs
120 `(("r-lattice" ,r-lattice)
121 ("r-nlme" ,r-nlme)
122 ("r-rcpp" ,r-rcpp)))
123 (home-page "http://ape-package.ird.fr/")
124 (synopsis "Analyses of phylogenetics and evolution")
125 (description
126 "This package provides functions for reading, writing, plotting, and
127 manipulating phylogenetic trees, analyses of comparative data in a
128 phylogenetic framework, ancestral character analyses, analyses of
129 diversification and macroevolution, computing distances from DNA sequences,
130 and several other tools.")
131 (license license:gpl2+)))
132
133 (define-public aragorn
134 (package
135 (name "aragorn")
136 (version "1.2.38")
137 (source (origin
138 (method url-fetch)
139 (uri (string-append
140 "http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn"
141 version ".tgz"))
142 (sha256
143 (base32
144 "09i1rg716smlbnixfm7q1ml2mfpaa2fpn3hwjg625ysmfwwy712b"))))
145 (build-system gnu-build-system)
146 (arguments
147 `(#:tests? #f ; there are no tests
148 #:phases
149 (modify-phases %standard-phases
150 (delete 'configure)
151 (replace 'build
152 (lambda _
153 (zero? (system* "gcc"
154 "-O3"
155 "-ffast-math"
156 "-finline-functions"
157 "-o"
158 "aragorn"
159 (string-append "aragorn" ,version ".c")))))
160 (replace 'install
161 (lambda* (#:key outputs #:allow-other-keys)
162 (let* ((out (assoc-ref outputs "out"))
163 (bin (string-append out "/bin"))
164 (man (string-append out "/share/man/man1")))
165 (mkdir-p bin)
166 (install-file "aragorn" bin)
167 (mkdir-p man)
168 (install-file "aragorn.1" man))
169 #t)))))
170 (home-page "http://mbio-serv2.mbioekol.lu.se/ARAGORN")
171 (synopsis "Detect tRNA, mtRNA and tmRNA genes in nucleotide sequences")
172 (description
173 "Aragorn identifies transfer RNA, mitochondrial RNA and
174 transfer-messenger RNA from nucleotide sequences, based on homology to known
175 tRNA consensus sequences and RNA structure. It also outputs the secondary
176 structure of the predicted RNA.")
177 (license license:gpl2)))
178
179 (define-public bamm
180 (package
181 (name "bamm")
182 (version "1.7.3")
183 (source (origin
184 (method url-fetch)
185 ;; BamM is not available on pypi.
186 (uri (string-append
187 "https://github.com/Ecogenomics/BamM/archive/"
188 version ".tar.gz"))
189 (file-name (string-append name "-" version ".tar.gz"))
190 (sha256
191 (base32
192 "1f35yxp4pc8aadsvbpg6r4kg2jh4fkjci0iby4iyljm6980sac0s"))
193 (modules '((guix build utils)))
194 (snippet
195 `(begin
196 ;; Delete bundled htslib.
197 (delete-file-recursively "c/htslib-1.3.1")
198 #t))))
199 (build-system python-build-system)
200 (arguments
201 `(#:python ,python-2 ; BamM is Python 2 only.
202 ;; Do not use bundled libhts. Do use the bundled libcfu because it has
203 ;; been modified from its original form.
204 #:configure-flags
205 (let ((htslib (assoc-ref %build-inputs "htslib")))
206 (list "--with-libhts-lib" (string-append htslib "/lib")
207 "--with-libhts-inc" (string-append htslib "/include/htslib")))
208 #:phases
209 (modify-phases %standard-phases
210 (add-after 'unpack 'autogen
211 (lambda _
212 (with-directory-excursion "c"
213 (let ((sh (which "sh")))
214 ;; Use autogen so that 'configure' works.
215 (substitute* "autogen.sh" (("/bin/sh") sh))
216 (setenv "CONFIG_SHELL" sh)
217 (substitute* "configure" (("/bin/sh") sh))
218 (zero? (system* "./autogen.sh"))))))
219 (delete 'build)
220 ;; Run tests after installation so compilation only happens once.
221 (delete 'check)
222 (add-after 'install 'wrap-executable
223 (lambda* (#:key outputs #:allow-other-keys)
224 (let* ((out (assoc-ref outputs "out"))
225 (path (getenv "PATH")))
226 (wrap-program (string-append out "/bin/bamm")
227 `("PATH" ":" prefix (,path))))
228 #t))
229 (add-after 'wrap-executable 'post-install-check
230 (lambda* (#:key inputs outputs #:allow-other-keys)
231 (setenv "PATH"
232 (string-append (assoc-ref outputs "out")
233 "/bin:"
234 (getenv "PATH")))
235 (setenv "PYTHONPATH"
236 (string-append
237 (assoc-ref outputs "out")
238 "/lib/python"
239 (string-take (string-take-right
240 (assoc-ref inputs "python") 5) 3)
241 "/site-packages:"
242 (getenv "PYTHONPATH")))
243 ;; There are 2 errors printed, but they are safe to ignore:
244 ;; 1) [E::hts_open_format] fail to open file ...
245 ;; 2) samtools view: failed to open ...
246 (zero? (system* "nosetests")))))))
247 (native-inputs
248 `(("autoconf" ,autoconf)
249 ("automake" ,automake)
250 ("libtool" ,libtool)
251 ("zlib" ,zlib)
252 ("python-nose" ,python2-nose)
253 ("python-pysam" ,python2-pysam)))
254 (inputs
255 `(("htslib" ,htslib-1.3) ; At least one test fails on htslib-1.4+.
256 ("samtools" ,samtools)
257 ("bwa" ,bwa)
258 ("grep" ,grep)
259 ("sed" ,sed)
260 ("coreutils" ,coreutils)))
261 (propagated-inputs
262 `(("python-numpy" ,python2-numpy)))
263 (home-page "http://ecogenomics.github.io/BamM/")
264 (synopsis "Metagenomics-focused BAM file manipulator")
265 (description
266 "BamM is a C library, wrapped in python, to efficiently generate and
267 parse BAM files, specifically for the analysis of metagenomic data. For
268 instance, it implements several methods to assess contig-wise read coverage.")
269 (license license:lgpl3+)))
270
271 (define-public bamtools
272 (package
273 (name "bamtools")
274 (version "2.4.1")
275 (source (origin
276 (method url-fetch)
277 (uri (string-append
278 "https://github.com/pezmaster31/bamtools/archive/v"
279 version ".tar.gz"))
280 (file-name (string-append name "-" version ".tar.gz"))
281 (sha256
282 (base32
283 "0jr024kcrhjb82cm69i7p5fcg5375zlc1h3qh2n1v368hcd0qflk"))))
284 (build-system cmake-build-system)
285 (arguments
286 `(#:tests? #f ;no "check" target
287 #:phases
288 (modify-phases %standard-phases
289 (add-before
290 'configure 'set-ldflags
291 (lambda* (#:key outputs #:allow-other-keys)
292 (setenv "LDFLAGS"
293 (string-append
294 "-Wl,-rpath="
295 (assoc-ref outputs "out") "/lib/bamtools")))))))
296 (inputs `(("zlib" ,zlib)))
297 (home-page "https://github.com/pezmaster31/bamtools")
298 (synopsis "C++ API and command-line toolkit for working with BAM data")
299 (description
300 "BamTools provides both a C++ API and a command-line toolkit for handling
301 BAM files.")
302 (license license:expat)))
303
304 (define-public bcftools
305 (package
306 (name "bcftools")
307 (version "1.5")
308 (source (origin
309 (method url-fetch)
310 (uri (string-append
311 "https://github.com/samtools/bcftools/releases/download/"
312 version "/bcftools-" version ".tar.bz2"))
313 (sha256
314 (base32
315 "0093hkkvxmbwfaa7905s6185jymynvg42kq6sxv7fili11l5mxwz"))
316 (patches (search-patches "bcftools-regidx-unsigned-char.patch"))
317 (modules '((guix build utils)))
318 (snippet
319 ;; Delete bundled htslib.
320 '(delete-file-recursively "htslib-1.5"))))
321 (build-system gnu-build-system)
322 (arguments
323 `(#:test-target "test"
324 #:configure-flags (list "--with-htslib=system")
325 #:make-flags
326 (list
327 "USE_GPL=1"
328 "LIBS=-lgsl -lgslcblas"
329 (string-append "prefix=" (assoc-ref %outputs "out"))
330 (string-append "HTSDIR=" (assoc-ref %build-inputs "htslib") "/include")
331 (string-append "HTSLIB=" (assoc-ref %build-inputs "htslib") "/lib/libhts.so")
332 (string-append "BGZIP=" (assoc-ref %build-inputs "htslib") "/bin/bgzip")
333 (string-append "TABIX=" (assoc-ref %build-inputs "htslib") "/bin/tabix")
334 (string-append "PACKAGE_VERSION=" ,version))
335 #:phases
336 (modify-phases %standard-phases
337 (add-before 'check 'patch-tests
338 (lambda _
339 (substitute* "test/test.pl"
340 (("/bin/bash") (which "bash")))
341 #t)))))
342 (native-inputs
343 `(("htslib" ,htslib)
344 ("perl" ,perl)))
345 (inputs
346 `(("gsl" ,gsl)
347 ("zlib" ,zlib)))
348 (home-page "https://samtools.github.io/bcftools/")
349 (synopsis "Utilities for variant calling and manipulating VCFs and BCFs")
350 (description
351 "BCFtools is a set of utilities that manipulate variant calls in the
352 Variant Call Format (VCF) and its binary counterpart BCF. All commands work
353 transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.")
354 ;; The sources are dual MIT/GPL, but becomes GPL-only when USE_GPL=1.
355 (license (list license:gpl3+ license:expat))))
356
357 (define-public bedops
358 (package
359 (name "bedops")
360 (version "2.4.14")
361 (source (origin
362 (method url-fetch)
363 (uri (string-append "https://github.com/bedops/bedops/archive/v"
364 version ".tar.gz"))
365 (file-name (string-append name "-" version ".tar.gz"))
366 (sha256
367 (base32
368 "1kqbac547wyqma81cyky9n7mkgikjpsfd3nnmcm6hpqwanqgh10v"))))
369 (build-system gnu-build-system)
370 (arguments
371 '(#:tests? #f
372 #:make-flags (list (string-append "BINDIR=" %output "/bin"))
373 #:phases
374 (modify-phases %standard-phases
375 (add-after 'unpack 'unpack-tarballs
376 (lambda _
377 ;; FIXME: Bedops includes tarballs of minimally patched upstream
378 ;; libraries jansson, zlib, and bzip2. We cannot just use stock
379 ;; libraries because at least one of the libraries (zlib) is
380 ;; patched to add a C++ function definition (deflateInit2cpp).
381 ;; Until the Bedops developers offer a way to link against system
382 ;; libraries we have to build the in-tree copies of these three
383 ;; libraries.
384
385 ;; See upstream discussion:
386 ;; https://github.com/bedops/bedops/issues/124
387
388 ;; Unpack the tarballs to benefit from shebang patching.
389 (with-directory-excursion "third-party"
390 (and (zero? (system* "tar" "xvf" "jansson-2.6.tar.bz2"))
391 (zero? (system* "tar" "xvf" "zlib-1.2.7.tar.bz2"))
392 (zero? (system* "tar" "xvf" "bzip2-1.0.6.tar.bz2"))))
393 ;; Disable unpacking of tarballs in Makefile.
394 (substitute* "system.mk/Makefile.linux"
395 (("^\tbzcat .*") "\t@echo \"not unpacking\"\n")
396 (("\\./configure") "CONFIG_SHELL=bash ./configure"))
397 (substitute* "third-party/zlib-1.2.7/Makefile.in"
398 (("^SHELL=.*$") "SHELL=bash\n"))
399 #t))
400 (delete 'configure))))
401 (home-page "https://github.com/bedops/bedops")
402 (synopsis "Tools for high-performance genomic feature operations")
403 (description
404 "BEDOPS is a suite of tools to address common questions raised in genomic
405 studies---mostly with regard to overlap and proximity relationships between
406 data sets. It aims to be scalable and flexible, facilitating the efficient
407 and accurate analysis and management of large-scale genomic data.
408
409 BEDOPS provides tools that perform highly efficient and scalable Boolean and
410 other set operations, statistical calculations, archiving, conversion and
411 other management of genomic data of arbitrary scale. Tasks can be easily
412 split by chromosome for distributing whole-genome analyses across a
413 computational cluster.")
414 (license license:gpl2+)))
415
416 (define-public bedtools
417 (package
418 (name "bedtools")
419 (version "2.26.0")
420 (source (origin
421 (method url-fetch)
422 (uri (string-append "https://github.com/arq5x/bedtools2/archive/v"
423 version ".tar.gz"))
424 (file-name (string-append name "-" version ".tar.gz"))
425 (sha256
426 (base32
427 "0xvri5hnp2iim1cx6mcd5d9f102p5ql41x69rd6106x1c17pinqm"))))
428 (build-system gnu-build-system)
429 (native-inputs `(("python" ,python-2)))
430 (inputs `(("samtools" ,samtools)
431 ("zlib" ,zlib)))
432 (arguments
433 '(#:test-target "test"
434 #:phases
435 (modify-phases %standard-phases
436 (delete 'configure)
437 (replace 'install
438 (lambda* (#:key outputs #:allow-other-keys)
439 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
440 (for-each (lambda (file)
441 (install-file file bin))
442 (find-files "bin" ".*")))
443 #t)))))
444 (home-page "https://github.com/arq5x/bedtools2")
445 (synopsis "Tools for genome analysis and arithmetic")
446 (description
447 "Collectively, the bedtools utilities are a swiss-army knife of tools for
448 a wide-range of genomics analysis tasks. The most widely-used tools enable
449 genome arithmetic: that is, set theory on the genome. For example, bedtools
450 allows one to intersect, merge, count, complement, and shuffle genomic
451 intervals from multiple files in widely-used genomic file formats such as BAM,
452 BED, GFF/GTF, VCF.")
453 (license license:gpl2)))
454
455 ;; Later releases of bedtools produce files with more columns than
456 ;; what Ribotaper expects.
457 (define-public bedtools-2.18
458 (package (inherit bedtools)
459 (name "bedtools")
460 (version "2.18.0")
461 (source (origin
462 (method url-fetch)
463 (uri (string-append "https://github.com/arq5x/bedtools2/"
464 "archive/v" version ".tar.gz"))
465 (file-name (string-append name "-" version ".tar.gz"))
466 (sha256
467 (base32
468 "05vrnr8yp7swfagshzpgqmzk1blnwnq8pq5pckzi1m26w98d63vf"))))))
469
470 (define-public ribotaper
471 (package
472 (name "ribotaper")
473 (version "1.3.1")
474 (source (origin
475 (method url-fetch)
476 (uri (string-append "https://ohlerlab.mdc-berlin.de/"
477 "files/RiboTaper/RiboTaper_Version_"
478 version ".tar.gz"))
479 (sha256
480 (base32
481 "0ykjbps1y3z3085q94npw8i9x5gldc6shy8vlc08v76zljsm07hv"))))
482 (build-system gnu-build-system)
483 (inputs
484 `(("bedtools" ,bedtools-2.18)
485 ("samtools" ,samtools-0.1)
486 ("r-minimal" ,r-minimal)
487 ("r-foreach" ,r-foreach)
488 ("r-xnomial" ,r-xnomial)
489 ("r-domc" ,r-domc)
490 ("r-multitaper" ,r-multitaper)
491 ("r-seqinr" ,r-seqinr)))
492 (home-page "https://ohlerlab.mdc-berlin.de/software/RiboTaper_126/")
493 (synopsis "Define translated ORFs using ribosome profiling data")
494 (description
495 "Ribotaper is a method for defining translated @dfn{open reading
496 frames} (ORFs) using ribosome profiling (ribo-seq) data. This package
497 provides the Ribotaper pipeline.")
498 (license license:gpl3+)))
499
500 (define-public ribodiff
501 (package
502 (name "ribodiff")
503 (version "0.2.2")
504 (source
505 (origin
506 (method url-fetch)
507 (uri (string-append "https://github.com/ratschlab/RiboDiff/"
508 "archive/v" version ".tar.gz"))
509 (file-name (string-append name "-" version ".tar.gz"))
510 (sha256
511 (base32
512 "0wpbwmfv05wdjxv7ikm664f7s7p7cqr8jnw99zrda0q67rl50aaj"))))
513 (build-system python-build-system)
514 (arguments
515 `(#:python ,python-2
516 #:phases
517 (modify-phases %standard-phases
518 ;; Generate an installable executable script wrapper.
519 (add-after 'unpack 'patch-setup.py
520 (lambda _
521 (substitute* "setup.py"
522 (("^(.*)packages=.*" line prefix)
523 (string-append line "\n"
524 prefix "scripts=['scripts/TE.py'],\n")))
525 #t)))))
526 (inputs
527 `(("python-numpy" ,python2-numpy)
528 ("python-matplotlib" ,python2-matplotlib)
529 ("python-scipy" ,python2-scipy)
530 ("python-statsmodels" ,python2-statsmodels)))
531 (native-inputs
532 `(("python-mock" ,python2-mock)
533 ("python-nose" ,python2-nose)))
534 (home-page "http://public.bmi.inf.ethz.ch/user/zhongy/RiboDiff/")
535 (synopsis "Detect translation efficiency changes from ribosome footprints")
536 (description "RiboDiff is a statistical tool that detects the protein
537 translational efficiency change from Ribo-Seq (ribosome footprinting) and
538 RNA-Seq data. It uses a generalized linear model to detect genes showing
539 difference in translational profile taking mRNA abundance into account. It
540 facilitates us to decipher the translational regulation that behave
541 independently with transcriptional regulation.")
542 (license license:gpl3+)))
543
544 (define-public bioawk
545 (package
546 (name "bioawk")
547 (version "1.0")
548 (source (origin
549 (method url-fetch)
550 (uri (string-append "https://github.com/lh3/bioawk/archive/v"
551 version ".tar.gz"))
552 (file-name (string-append name "-" version ".tar.gz"))
553 (sha256
554 (base32 "1daizxsk17ahi9n58fj8vpgwyhzrzh54bzqhanjanp88kgrz7gjw"))))
555 (build-system gnu-build-system)
556 (inputs
557 `(("zlib" ,zlib)))
558 (native-inputs
559 `(("bison" ,bison)))
560 (arguments
561 `(#:tests? #f ; There are no tests to run.
562 ;; Bison must generate files, before other targets can build.
563 #:parallel-build? #f
564 #:phases
565 (modify-phases %standard-phases
566 (delete 'configure) ; There is no configure phase.
567 (replace 'install
568 (lambda* (#:key outputs #:allow-other-keys)
569 (let* ((out (assoc-ref outputs "out"))
570 (bin (string-append out "/bin"))
571 (man (string-append out "/share/man/man1")))
572 (mkdir-p man)
573 (copy-file "awk.1" (string-append man "/bioawk.1"))
574 (install-file "bioawk" bin)))))))
575 (home-page "https://github.com/lh3/bioawk")
576 (synopsis "AWK with bioinformatics extensions")
577 (description "Bioawk is an extension to Brian Kernighan's awk, adding the
578 support of several common biological data formats, including optionally gzip'ed
579 BED, GFF, SAM, VCF, FASTA/Q and TAB-delimited formats with column names. It
580 also adds a few built-in functions and a command line option to use TAB as the
581 input/output delimiter. When the new functionality is not used, bioawk is
582 intended to behave exactly the same as the original BWK awk.")
583 (license license:x11)))
584
585 (define-public python2-pybedtools
586 (package
587 (name "python2-pybedtools")
588 (version "0.6.9")
589 (source (origin
590 (method url-fetch)
591 (uri (string-append
592 "https://pypi.python.org/packages/source/p/pybedtools/pybedtools-"
593 version ".tar.gz"))
594 (sha256
595 (base32
596 "1ldzdxw1p4y3g2ignmggsdypvqkcwqwzhdha4rbgpih048z5p4an"))))
597 (build-system python-build-system)
598 (arguments `(#:python ,python-2)) ; no Python 3 support
599 (inputs
600 `(("python-matplotlib" ,python2-matplotlib)))
601 (propagated-inputs
602 `(("bedtools" ,bedtools)
603 ("samtools" ,samtools)))
604 (native-inputs
605 `(("python-cython" ,python2-cython)
606 ("python-pyyaml" ,python2-pyyaml)
607 ("python-nose" ,python2-nose)))
608 (home-page "https://pythonhosted.org/pybedtools/")
609 (synopsis "Python wrapper for BEDtools programs")
610 (description
611 "pybedtools is a Python wrapper for Aaron Quinlan's BEDtools programs,
612 which are widely used for genomic interval manipulation or \"genome algebra\".
613 pybedtools extends BEDTools by offering feature-level manipulations from with
614 Python.")
615 (license license:gpl2+)))
616
617 (define-public python-biom-format
618 (package
619 (name "python-biom-format")
620 (version "2.1.6")
621 (source
622 (origin
623 (method url-fetch)
624 ;; Use GitHub as source because PyPI distribution does not contain
625 ;; test data: https://github.com/biocore/biom-format/issues/693
626 (uri (string-append "https://github.com/biocore/biom-format/archive/"
627 version ".tar.gz"))
628 (file-name (string-append name "-" version ".tar.gz"))
629 (sha256
630 (base32
631 "08cr7wpahk6zb31h4bs7jmzpvxcqv9s13xz40h6y2h656jvdvnpj"))))
632 (build-system python-build-system)
633 (propagated-inputs
634 `(("python-numpy" ,python-numpy)
635 ("python-scipy" ,python-scipy)
636 ("python-future" ,python-future)
637 ("python-click" ,python-click)
638 ("python-h5py" ,python-h5py)
639 ("python-pandas" ,python-pandas)))
640 (native-inputs
641 `(("python-nose" ,python-nose)))
642 (home-page "http://www.biom-format.org")
643 (synopsis "Biological Observation Matrix (BIOM) format utilities")
644 (description
645 "The BIOM file format is designed to be a general-use format for
646 representing counts of observations e.g. operational taxonomic units, KEGG
647 orthology groups or lipid types, in one or more biological samples
648 e.g. microbiome samples, genomes, metagenomes.")
649 (license license:bsd-3)
650 (properties `((python2-variant . ,(delay python2-biom-format))))))
651
652 (define-public python2-biom-format
653 (let ((base (package-with-python2 (strip-python2-variant python-biom-format))))
654 (package
655 (inherit base)
656 (arguments
657 `(#:phases
658 (modify-phases %standard-phases
659 ;; Do not require the unmaintained pyqi library.
660 (add-after 'unpack 'remove-pyqi
661 (lambda _
662 (substitute* "setup.py"
663 (("install_requires.append\\(\"pyqi\"\\)") "pass"))
664 #t)))
665 ,@(package-arguments base))))))
666
667 (define-public bioperl-minimal
668 (let* ((inputs `(("perl-module-build" ,perl-module-build)
669 ("perl-data-stag" ,perl-data-stag)
670 ("perl-libwww" ,perl-libwww)
671 ("perl-uri" ,perl-uri)))
672 (transitive-inputs
673 (map (compose package-name cadr)
674 (delete-duplicates
675 (concatenate
676 (map (compose package-transitive-target-inputs cadr) inputs))))))
677 (package
678 (name "bioperl-minimal")
679 (version "1.7.0")
680 (source
681 (origin
682 (method url-fetch)
683 (uri (string-append "https://github.com/bioperl/bioperl-live/"
684 "archive/release-"
685 (string-map (lambda (c)
686 (if (char=? c #\.)
687 #\- c)) version)
688 ".tar.gz"))
689 (sha256
690 (base32
691 "12phgpxwgkqflkwfb9dcqg7a31dpjlfhar8wcgv0aj5ln4akfz06"))))
692 (build-system perl-build-system)
693 (arguments
694 `(#:phases
695 (modify-phases %standard-phases
696 (add-after
697 'install 'wrap-programs
698 (lambda* (#:key outputs #:allow-other-keys)
699 ;; Make sure all executables in "bin" find the required Perl
700 ;; modules at runtime. As the PERL5LIB variable contains also
701 ;; the paths of native inputs, we pick the transitive target
702 ;; inputs from %build-inputs.
703 (let* ((out (assoc-ref outputs "out"))
704 (bin (string-append out "/bin/"))
705 (path (string-join
706 (cons (string-append out "/lib/perl5/site_perl")
707 (map (lambda (name)
708 (assoc-ref %build-inputs name))
709 ',transitive-inputs))
710 ":")))
711 (for-each (lambda (file)
712 (wrap-program file
713 `("PERL5LIB" ":" prefix (,path))))
714 (find-files bin "\\.pl$"))
715 #t))))))
716 (inputs inputs)
717 (native-inputs
718 `(("perl-test-most" ,perl-test-most)))
719 (home-page "http://search.cpan.org/dist/BioPerl")
720 (synopsis "Bioinformatics toolkit")
721 (description
722 "BioPerl is the product of a community effort to produce Perl code which
723 is useful in biology. Examples include Sequence objects, Alignment objects
724 and database searching objects. These objects not only do what they are
725 advertised to do in the documentation, but they also interact - Alignment
726 objects are made from the Sequence objects, Sequence objects have access to
727 Annotation and SeqFeature objects and databases, Blast objects can be
728 converted to Alignment objects, and so on. This means that the objects
729 provide a coordinated and extensible framework to do computational biology.")
730 (license license:perl-license))))
731
732 (define-public python-biopython
733 (package
734 (name "python-biopython")
735 (version "1.70")
736 (source (origin
737 (method url-fetch)
738 ;; use PyPi rather than biopython.org to ease updating
739 (uri (pypi-uri "biopython" version))
740 (sha256
741 (base32
742 "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a"))))
743 (build-system python-build-system)
744 (arguments
745 `(#:phases
746 (modify-phases %standard-phases
747 (add-before 'check 'set-home
748 ;; Some tests require a home directory to be set.
749 (lambda _ (setenv "HOME" "/tmp") #t)))))
750 (propagated-inputs
751 `(("python-numpy" ,python-numpy)))
752 (home-page "http://biopython.org/")
753 (synopsis "Tools for biological computation in Python")
754 (description
755 "Biopython is a set of tools for biological computation including parsers
756 for bioinformatics files into Python data structures; interfaces to common
757 bioinformatics programs; a standard sequence class and tools for performing
758 common operations on them; code to perform data classification; code for
759 dealing with alignments; code making it easy to split up parallelizable tasks
760 into separate processes; and more.")
761 (license (license:non-copyleft "http://www.biopython.org/DIST/LICENSE"))))
762
763 (define-public python2-biopython
764 (package-with-python2 python-biopython))
765
766 ;; An outdated version of biopython is required for seqmagick, see
767 ;; https://github.com/fhcrc/seqmagick/issues/59
768 ;; When that issue has been resolved this package should be removed.
769 (define python2-biopython-1.66
770 (package
771 (inherit python2-biopython)
772 (version "1.66")
773 (source (origin
774 (method url-fetch)
775 (uri (pypi-uri "biopython" version))
776 (sha256
777 (base32
778 "1gdv92593klimg22icf5j9by7xiq86jnwzkpz4abaa05ylkdf6hp"))))))
779
780 (define-public bpp-core
781 ;; The last release was in 2014 and the recommended way to install from source
782 ;; is to clone the git repository, so we do this.
783 ;; http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
784 (let ((commit "7d8bced0d1a87291ea8dd7046b7fb5ff9c35c582"))
785 (package
786 (name "bpp-core")
787 (version (string-append "2.2.0-1." (string-take commit 7)))
788 (source (origin
789 (method git-fetch)
790 (uri (git-reference
791 (url "http://biopp.univ-montp2.fr/git/bpp-core")
792 (commit commit)))
793 (file-name (string-append name "-" version "-checkout"))
794 (sha256
795 (base32
796 "10djsq5vlnkilv436gnmh4irpk49v29pa69r6xiryg32xmvn909j"))))
797 (build-system cmake-build-system)
798 (arguments
799 `(#:parallel-build? #f))
800 (inputs
801 `(("gcc" ,gcc-5))) ; Compilation of bpp-phyl fails with GCC 4.9 so we
802 ; compile all of the bpp packages with GCC 5.
803 (home-page "http://biopp.univ-montp2.fr")
804 (synopsis "C++ libraries for Bioinformatics")
805 (description
806 "Bio++ is a set of C++ libraries for Bioinformatics, including sequence
807 analysis, phylogenetics, molecular evolution and population genetics. It is
808 Object Oriented and is designed to be both easy to use and computer efficient.
809 Bio++ intends to help programmers to write computer expensive programs, by
810 providing them a set of re-usable tools.")
811 (license license:cecill-c))))
812
813 (define-public bpp-phyl
814 ;; The last release was in 2014 and the recommended way to install from source
815 ;; is to clone the git repository, so we do this.
816 ;; http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
817 (let ((commit "0c07167b629f68b569bf274d1ad0c4af83276ae2"))
818 (package
819 (name "bpp-phyl")
820 (version (string-append "2.2.0-1." (string-take commit 7)))
821 (source (origin
822 (method git-fetch)
823 (uri (git-reference
824 (url "http://biopp.univ-montp2.fr/git/bpp-phyl")
825 (commit commit)))
826 (file-name (string-append name "-" version "-checkout"))
827 (sha256
828 (base32
829 "1ssjgchzwj3iai26kyly7gwkdv8sk59nqhkb1wpap3sf5m6kyllh"))))
830 (build-system cmake-build-system)
831 (arguments
832 `(#:parallel-build? #f
833 ;; If out-of-source, test data is not copied into the build directory
834 ;; so the tests fail.
835 #:out-of-source? #f))
836 (inputs
837 `(("bpp-core" ,bpp-core)
838 ("bpp-seq" ,bpp-seq)
839 ;; GCC 4.8 fails due to an 'internal compiler error', so we use a more
840 ;; modern GCC.
841 ("gcc" ,gcc-5)))
842 (home-page "http://biopp.univ-montp2.fr")
843 (synopsis "Bio++ phylogenetic Library")
844 (description
845 "Bio++ is a set of C++ libraries for Bioinformatics, including sequence
846 analysis, phylogenetics, molecular evolution and population genetics. This
847 library provides phylogenetics-related modules.")
848 (license license:cecill-c))))
849
850 (define-public bpp-popgen
851 ;; The last release was in 2014 and the recommended way to install from source
852 ;; is to clone the git repository, so we do this.
853 ;; http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
854 (let ((commit "e472bac9b1a148803895d747cd6d0c5904f85d9f"))
855 (package
856 (name "bpp-popgen")
857 (version (string-append "2.2.0-1." (string-take commit 7)))
858 (source (origin
859 (method git-fetch)
860 (uri (git-reference
861 (url "http://biopp.univ-montp2.fr/git/bpp-popgen")
862 (commit commit)))
863 (file-name (string-append name "-" version "-checkout"))
864 (sha256
865 (base32
866 "0yn82dzn1n5629nzja68xfrhi655709rjanyryb36vzkmymy6dw5"))))
867 (build-system cmake-build-system)
868 (arguments
869 `(#:parallel-build? #f
870 #:tests? #f)) ; There are no tests.
871 (inputs
872 `(("bpp-core" ,bpp-core)
873 ("bpp-seq" ,bpp-seq)
874 ("gcc" ,gcc-5)))
875 (home-page "http://biopp.univ-montp2.fr")
876 (synopsis "Bio++ population genetics library")
877 (description
878 "Bio++ is a set of C++ libraries for Bioinformatics, including sequence
879 analysis, phylogenetics, molecular evolution and population genetics. This
880 library provides population genetics-related modules.")
881 (license license:cecill-c))))
882
883 (define-public bpp-seq
884 ;; The last release was in 2014 and the recommended way to install from source
885 ;; is to clone the git repository, so we do this.
886 ;; http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
887 (let ((commit "6cfa07965ce152e5598a89df2fa80a75973bfa33"))
888 (package
889 (name "bpp-seq")
890 (version (string-append "2.2.0-1." (string-take commit 7)))
891 (source (origin
892 (method git-fetch)
893 (uri (git-reference
894 (url "http://biopp.univ-montp2.fr/git/bpp-seq")
895 (commit commit)))
896 (file-name (string-append name "-" version "-checkout"))
897 (sha256
898 (base32
899 "1nys5jq7jqvdg40d91wsmj3q2yzy4276cp7sp44n67p468f27zf2"))))
900 (build-system cmake-build-system)
901 (arguments
902 `(#:parallel-build? #f
903 ;; If out-of-source, test data is not copied into the build directory
904 ;; so the tests fail.
905 #:out-of-source? #f))
906 (inputs
907 `(("bpp-core" ,bpp-core)
908 ("gcc" ,gcc-5))) ; Use GCC 5 as per 'bpp-core'.
909 (home-page "http://biopp.univ-montp2.fr")
910 (synopsis "Bio++ sequence library")
911 (description
912 "Bio++ is a set of C++ libraries for Bioinformatics, including sequence
913 analysis, phylogenetics, molecular evolution and population genetics. This
914 library provides sequence-related modules.")
915 (license license:cecill-c))))
916
917 (define-public bppsuite
918 ;; The last release was in 2014 and the recommended way to install from source
919 ;; is to clone the git repository, so we do this.
920 ;; http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
921 (let ((commit "c516147f57aa50961121cd505bed52cd7603698b"))
922 (package
923 (name "bppsuite")
924 (version (string-append "2.2.0-1." (string-take commit 7)))
925 (source (origin
926 (method git-fetch)
927 (uri (git-reference
928 (url "http://biopp.univ-montp2.fr/git/bppsuite")
929 (commit commit)))
930 (file-name (string-append name "-" version "-checkout"))
931 (sha256
932 (base32
933 "1y87pxvw0jxjizhq2dr9g2r91md45k1p9ih2sl1yy1y3p934l2kb"))))
934 (build-system cmake-build-system)
935 (arguments
936 `(#:parallel-build? #f
937 #:tests? #f)) ; There are no tests.
938 (native-inputs
939 `(("groff" ,groff)
940 ("man-db" ,man-db)
941 ("texinfo" ,texinfo)))
942 (inputs
943 `(("bpp-core" ,bpp-core)
944 ("bpp-seq" ,bpp-seq)
945 ("bpp-phyl" ,bpp-phyl)
946 ("bpp-phyl" ,bpp-popgen)
947 ("gcc" ,gcc-5)))
948 (home-page "http://biopp.univ-montp2.fr")
949 (synopsis "Bioinformatics tools written with the Bio++ libraries")
950 (description
951 "Bio++ is a set of C++ libraries for Bioinformatics, including sequence
952 analysis, phylogenetics, molecular evolution and population genetics. This
953 package provides command line tools using the Bio++ library.")
954 (license license:cecill-c))))
955
956 (define-public blast+
957 (package
958 (name "blast+")
959 (version "2.6.0")
960 (source (origin
961 (method url-fetch)
962 (uri (string-append
963 "ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/"
964 version "/ncbi-blast-" version "+-src.tar.gz"))
965 (sha256
966 (base32
967 "15n937pw5aqmyfjb6l387d18grqbb96l63d5xj4l7yyh0zbf2405"))
968 (patches (search-patches "blast+-fix-makefile.patch"))
969 (modules '((guix build utils)))
970 (snippet
971 '(begin
972 ;; Remove bundled bzip2, zlib and pcre.
973 (delete-file-recursively "c++/src/util/compress/bzip2")
974 (delete-file-recursively "c++/src/util/compress/zlib")
975 (delete-file-recursively "c++/src/util/regexp")
976 (substitute* "c++/src/util/compress/Makefile.in"
977 (("bzip2 zlib api") "api"))
978 ;; Remove useless msbuild directory
979 (delete-file-recursively
980 "c++/src/build-system/project_tree_builder/msbuild")
981 #t))))
982 (build-system gnu-build-system)
983 (arguments
984 `(;; There are two(!) tests for this massive library, and both fail with
985 ;; "unparsable timing stats".
986 ;; ERR [127] -- [serial/datatool] datatool.sh (unparsable timing stats)
987 ;; ERR [127] -- [serial/datatool] datatool_xml.sh (unparsable timing stats)
988 #:tests? #f
989 #:out-of-source? #t
990 #:parallel-build? #f ; not supported
991 #:phases
992 (modify-phases %standard-phases
993 (add-before
994 'configure 'set-HOME
995 ;; $HOME needs to be set at some point during the configure phase
996 (lambda _ (setenv "HOME" "/tmp") #t))
997 (add-after
998 'unpack 'enter-dir
999 (lambda _ (chdir "c++") #t))
1000 (add-after
1001 'enter-dir 'fix-build-system
1002 (lambda _
1003 (define (which* cmd)
1004 (cond ((string=? cmd "date")
1005 ;; make call to "date" deterministic
1006 "date -d @0")
1007 ((which cmd)
1008 => identity)
1009 (else
1010 (format (current-error-port)
1011 "WARNING: Unable to find absolute path for ~s~%"
1012 cmd)
1013 #f)))
1014
1015 ;; Rewrite hardcoded paths to various tools
1016 (substitute* (append '("src/build-system/configure.ac"
1017 "src/build-system/configure"
1018 "src/build-system/helpers/run_with_lock.c"
1019 "scripts/common/impl/if_diff.sh"
1020 "scripts/common/impl/run_with_lock.sh"
1021 "src/build-system/Makefile.configurables.real"
1022 "src/build-system/Makefile.in.top"
1023 "src/build-system/Makefile.meta.gmake=no"
1024 "src/build-system/Makefile.meta.in"
1025 "src/build-system/Makefile.meta_l"
1026 "src/build-system/Makefile.meta_p"
1027 "src/build-system/Makefile.meta_r"
1028 "src/build-system/Makefile.mk.in"
1029 "src/build-system/Makefile.requirements"
1030 "src/build-system/Makefile.rules_with_autodep.in")
1031 (find-files "scripts/common/check" "\\.sh$"))
1032 (("(/usr/bin/|/bin/)([a-z][-_.a-z]*)" all dir cmd)
1033 (or (which* cmd) all)))
1034
1035 (substitute* (find-files "src/build-system" "^config.*")
1036 (("LN_S=/bin/\\$LN_S") (string-append "LN_S=" (which "ln")))
1037 (("^PATH=.*") ""))
1038
1039 ;; rewrite "/var/tmp" in check script
1040 (substitute* "scripts/common/check/check_make_unix.sh"
1041 (("/var/tmp") "/tmp"))
1042
1043 ;; do not reset PATH
1044 (substitute* (find-files "scripts/common/impl/" "\\.sh$")
1045 (("^ *PATH=.*") "")
1046 (("action=/bin/") "action=")
1047 (("export PATH") ":"))
1048 #t))
1049 (replace
1050 'configure
1051 (lambda* (#:key inputs outputs #:allow-other-keys)
1052 (let ((out (assoc-ref outputs "out"))
1053 (lib (string-append (assoc-ref outputs "lib") "/lib"))
1054 (include (string-append (assoc-ref outputs "include")
1055 "/include/ncbi-tools++")))
1056 ;; The 'configure' script doesn't recognize things like
1057 ;; '--enable-fast-install'.
1058 (zero? (system* "./configure.orig"
1059 (string-append "--with-build-root=" (getcwd) "/build")
1060 (string-append "--prefix=" out)
1061 (string-append "--libdir=" lib)
1062 (string-append "--includedir=" include)
1063 (string-append "--with-bz2="
1064 (assoc-ref inputs "bzip2"))
1065 (string-append "--with-z="
1066 (assoc-ref inputs "zlib"))
1067 (string-append "--with-pcre="
1068 (assoc-ref inputs "pcre"))
1069 ;; Each library is built twice by default, once
1070 ;; with "-static" in its name, and again
1071 ;; without.
1072 "--without-static"
1073 "--with-dll"))))))))
1074 (outputs '("out" ; 21 MB
1075 "lib" ; 226 MB
1076 "include")) ; 33 MB
1077 (inputs
1078 `(("bzip2" ,bzip2)
1079 ("zlib" ,zlib)
1080 ("pcre" ,pcre)
1081 ("perl" ,perl)
1082 ("python" ,python-wrapper)))
1083 (native-inputs
1084 `(("cpio" ,cpio)))
1085 (home-page "http://blast.ncbi.nlm.nih.gov")
1086 (synopsis "Basic local alignment search tool")
1087 (description
1088 "BLAST is a popular method of performing a DNA or protein sequence
1089 similarity search, using heuristics to produce results quickly. It also
1090 calculates an “expect value” that estimates how many matches would have
1091 occurred at a given score by chance, which can aid a user in judging how much
1092 confidence to have in an alignment.")
1093 ;; Most of the sources are in the public domain, with the following
1094 ;; exceptions:
1095 ;; * Expat:
1096 ;; * ./c++/include/util/bitset/
1097 ;; * ./c++/src/html/ncbi_menu*.js
1098 ;; * Boost license:
1099 ;; * ./c++/include/util/impl/floating_point_comparison.hpp
1100 ;; * LGPL 2+:
1101 ;; * ./c++/include/dbapi/driver/odbc/unix_odbc/
1102 ;; * ASL 2.0:
1103 ;; * ./c++/src/corelib/teamcity_*
1104 (license (list license:public-domain
1105 license:expat
1106 license:boost1.0
1107 license:lgpl2.0+
1108 license:asl2.0))))
1109
1110 (define-public bless
1111 (package
1112 (name "bless")
1113 (version "1p02")
1114 (source (origin
1115 (method url-fetch)
1116 (uri (string-append "mirror://sourceforge/bless-ec/bless.v"
1117 version ".tgz"))
1118 (sha256
1119 (base32
1120 "0rm0gw2s18dqwzzpl3c2x1z05ni2v0xz5dmfk3d33j6g4cgrlrdd"))
1121 (modules '((guix build utils)))
1122 (snippet
1123 `(begin
1124 ;; Remove bundled boost, pigz, zlib, and .git directory
1125 ;; FIXME: also remove bundled sources for murmurhash3 and
1126 ;; kmc once packaged.
1127 (delete-file-recursively "boost")
1128 (delete-file-recursively "pigz")
1129 (delete-file-recursively "google-sparsehash")
1130 (delete-file-recursively "zlib")
1131 (delete-file-recursively ".git")
1132 #t))))
1133 (build-system gnu-build-system)
1134 (arguments
1135 '(#:tests? #f ;no "check" target
1136 #:make-flags
1137 (list (string-append "ZLIB="
1138 (assoc-ref %build-inputs "zlib")
1139 "/lib/libz.a")
1140 (string-append "LDFLAGS="
1141 (string-join '("-lboost_filesystem"
1142 "-lboost_system"
1143 "-lboost_iostreams"
1144 "-lz"
1145 "-fopenmp"
1146 "-std=c++11"))))
1147 #:phases
1148 (modify-phases %standard-phases
1149 (add-after 'unpack 'do-not-build-bundled-pigz
1150 (lambda* (#:key inputs outputs #:allow-other-keys)
1151 (substitute* "Makefile"
1152 (("cd pigz/pigz-2.3.3; make") ""))
1153 #t))
1154 (add-after 'unpack 'patch-paths-to-executables
1155 (lambda* (#:key inputs outputs #:allow-other-keys)
1156 (substitute* "parse_args.cpp"
1157 (("kmc_binary = .*")
1158 (string-append "kmc_binary = \""
1159 (assoc-ref outputs "out")
1160 "/bin/kmc\";"))
1161 (("pigz_binary = .*")
1162 (string-append "pigz_binary = \""
1163 (assoc-ref inputs "pigz")
1164 "/bin/pigz\";")))
1165 #t))
1166 (replace 'install
1167 (lambda* (#:key outputs #:allow-other-keys)
1168 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
1169 (for-each (lambda (file)
1170 (install-file file bin))
1171 '("bless" "kmc/bin/kmc"))
1172 #t)))
1173 (delete 'configure))))
1174 (native-inputs
1175 `(("perl" ,perl)))
1176 (inputs
1177 `(("openmpi" ,openmpi)
1178 ("boost" ,boost)
1179 ("sparsehash" ,sparsehash)
1180 ("pigz" ,pigz)
1181 ("zlib" ,zlib)))
1182 (supported-systems '("x86_64-linux"))
1183 (home-page "https://sourceforge.net/p/bless-ec/wiki/Home/")
1184 (synopsis "Bloom-filter-based error correction tool for NGS reads")
1185 (description
1186 "@dfn{Bloom-filter-based error correction solution for high-throughput
1187 sequencing reads} (BLESS) uses a single minimum-sized bloom filter is a
1188 correction tool for genomic reads produced by @dfn{Next-generation
1189 sequencing} (NGS). BLESS produces accurate correction results with much less
1190 memory compared with previous solutions and is also able to tolerate a higher
1191 false-positive rate. BLESS can extend reads like DNA assemblers to correct
1192 errors at the end of reads.")
1193 (license license:gpl3+)))
1194
1195 (define-public bowtie
1196 (package
1197 (name "bowtie")
1198 (version "2.3.2")
1199 (source (origin
1200 (method url-fetch)
1201 (uri (string-append "https://github.com/BenLangmead/bowtie2/archive/v"
1202 version ".tar.gz"))
1203 (file-name (string-append name "-" version ".tar.gz"))
1204 (sha256
1205 (base32
1206 "0hwa5r9qbglppb7sz5z79rlmmddr3n51n468jb3wh8rwjgn3yr90"))
1207 (modules '((guix build utils)))
1208 (snippet
1209 '(substitute* "Makefile"
1210 ;; replace BUILD_HOST and BUILD_TIME for deterministic build
1211 (("-DBUILD_HOST=.*") "-DBUILD_HOST=\"\\\"guix\\\"\"")
1212 (("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\"")))))
1213 (build-system gnu-build-system)
1214 (inputs
1215 `(("perl" ,perl)
1216 ("perl-clone" ,perl-clone)
1217 ("perl-test-deep" ,perl-test-deep)
1218 ("perl-test-simple" ,perl-test-simple)
1219 ("python" ,python-2)
1220 ("tbb" ,tbb)
1221 ("zlib" ,zlib)))
1222 (arguments
1223 '(#:make-flags
1224 (list "allall"
1225 "WITH_TBB=1"
1226 (string-append "prefix=" (assoc-ref %outputs "out")))
1227 #:phases
1228 (modify-phases %standard-phases
1229 (delete 'configure)
1230 (replace 'check
1231 (lambda* (#:key outputs #:allow-other-keys)
1232 (zero? (system* "perl"
1233 "scripts/test/simple_tests.pl"
1234 "--bowtie2=./bowtie2"
1235 "--bowtie2-build=./bowtie2-build")))))))
1236 (home-page "http://bowtie-bio.sourceforge.net/bowtie2/index.shtml")
1237 (synopsis "Fast and sensitive nucleotide sequence read aligner")
1238 (description
1239 "Bowtie 2 is a fast and memory-efficient tool for aligning sequencing
1240 reads to long reference sequences. It is particularly good at aligning reads
1241 of about 50 up to 100s or 1,000s of characters, and particularly good at
1242 aligning to relatively long (e.g. mammalian) genomes. Bowtie 2 indexes the
1243 genome with an FM Index to keep its memory footprint small: for the human
1244 genome, its memory footprint is typically around 3.2 GB. Bowtie 2 supports
1245 gapped, local, and paired-end alignment modes.")
1246 (supported-systems '("x86_64-linux"))
1247 (license license:gpl3+)))
1248
1249 (define-public tophat
1250 (package
1251 (name "tophat")
1252 (version "2.1.0")
1253 (source (origin
1254 (method url-fetch)
1255 (uri (string-append
1256 "http://ccb.jhu.edu/software/tophat/downloads/tophat-"
1257 version ".tar.gz"))
1258 (sha256
1259 (base32
1260 "168zlzykq622zbgkh90a90f1bdgsxkscq2zxzbj8brq80hbjpyp7"))
1261 (patches (search-patches "tophat-build-with-later-seqan.patch"))
1262 (modules '((guix build utils)))
1263 (snippet
1264 '(begin
1265 ;; Remove bundled SeqAn and samtools
1266 (delete-file-recursively "src/SeqAn-1.3")
1267 (delete-file-recursively "src/samtools-0.1.18")
1268 #t))))
1269 (build-system gnu-build-system)
1270 (arguments
1271 '(#:parallel-build? #f ; not supported
1272 #:phases
1273 (modify-phases %standard-phases
1274 (add-after 'unpack 'use-system-samtools
1275 (lambda* (#:key inputs #:allow-other-keys)
1276 (substitute* "src/Makefile.in"
1277 (("(noinst_LIBRARIES = )\\$\\(SAMLIB\\)" _ prefix) prefix)
1278 (("\\$\\(SAMPROG\\): \\$\\(SAMLIB\\)") "")
1279 (("SAMPROG = samtools_0\\.1\\.18") "")
1280 (("\\$\\(samtools_0_1_18_SOURCES\\)") "")
1281 (("am__EXEEXT_1 = samtools_0\\.1\\.18\\$\\(EXEEXT\\)") ""))
1282 (substitute* '("src/common.cpp"
1283 "src/tophat.py")
1284 (("samtools_0.1.18") (which "samtools")))
1285 (substitute* '("src/common.h"
1286 "src/bam2fastx.cpp")
1287 (("#include \"bam.h\"") "#include <samtools/bam.h>")
1288 (("#include \"sam.h\"") "#include <samtools/sam.h>"))
1289 (substitute* '("src/bwt_map.h"
1290 "src/map2gtf.h"
1291 "src/align_status.h")
1292 (("#include <bam.h>") "#include <samtools/bam.h>")
1293 (("#include <sam.h>") "#include <samtools/sam.h>"))
1294 #t)))))
1295 (inputs
1296 `(("boost" ,boost)
1297 ("bowtie" ,bowtie)
1298 ("samtools" ,samtools-0.1)
1299 ("ncurses" ,ncurses)
1300 ("python" ,python-2)
1301 ("perl" ,perl)
1302 ("zlib" ,zlib)
1303 ("seqan" ,seqan)))
1304 (home-page "http://ccb.jhu.edu/software/tophat/index.shtml")
1305 (synopsis "Spliced read mapper for RNA-Seq data")
1306 (description
1307 "TopHat is a fast splice junction mapper for nucleotide sequence
1308 reads produced by the RNA-Seq method. It aligns RNA-Seq reads to
1309 mammalian-sized genomes using the ultra high-throughput short read
1310 aligner Bowtie, and then analyzes the mapping results to identify
1311 splice junctions between exons.")
1312 ;; TopHat is released under the Boost Software License, Version 1.0
1313 ;; See https://github.com/infphilo/tophat/issues/11#issuecomment-121589893
1314 (license license:boost1.0)))
1315
1316 (define-public bwa
1317 (package
1318 (name "bwa")
1319 (version "0.7.17")
1320 (source (origin
1321 (method url-fetch)
1322 (uri (string-append
1323 "https://github.com/lh3/bwa/releases/download/v"
1324 version "/bwa-" version ".tar.bz2"))
1325 (sha256
1326 (base32
1327 "1zfhv2zg9v1icdlq4p9ssc8k01mca5d1bd87w71py2swfi74s6yy"))))
1328 (build-system gnu-build-system)
1329 (arguments
1330 '(#:tests? #f ;no "check" target
1331 #:phases
1332 (modify-phases %standard-phases
1333 (replace 'install
1334 (lambda* (#:key outputs #:allow-other-keys)
1335 (let ((bin (string-append
1336 (assoc-ref outputs "out") "/bin"))
1337 (doc (string-append
1338 (assoc-ref outputs "out") "/share/doc/bwa"))
1339 (man (string-append
1340 (assoc-ref outputs "out") "/share/man/man1")))
1341 (install-file "bwa" bin)
1342 (install-file "README.md" doc)
1343 (install-file "bwa.1" man))
1344 #t))
1345 ;; no "configure" script
1346 (delete 'configure))))
1347 (inputs `(("zlib" ,zlib)))
1348 ;; Non-portable SSE instructions are used so building fails on platforms
1349 ;; other than x86_64.
1350 (supported-systems '("x86_64-linux"))
1351 (home-page "http://bio-bwa.sourceforge.net/")
1352 (synopsis "Burrows-Wheeler sequence aligner")
1353 (description
1354 "BWA is a software package for mapping low-divergent sequences against a
1355 large reference genome, such as the human genome. It consists of three
1356 algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is
1357 designed for Illumina sequence reads up to 100bp, while the rest two for
1358 longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar
1359 features such as long-read support and split alignment, but BWA-MEM, which is
1360 the latest, is generally recommended for high-quality queries as it is faster
1361 and more accurate. BWA-MEM also has better performance than BWA-backtrack for
1362 70-100bp Illumina reads.")
1363 (license license:gpl3+)))
1364
1365 (define-public bwa-pssm
1366 (package (inherit bwa)
1367 (name "bwa-pssm")
1368 (version "0.5.11")
1369 (source (origin
1370 (method url-fetch)
1371 (uri (string-append "https://github.com/pkerpedjiev/bwa-pssm/"
1372 "archive/" version ".tar.gz"))
1373 (file-name (string-append name "-" version ".tar.gz"))
1374 (sha256
1375 (base32
1376 "02p7mpbs4mlxmn84g2x4ghak638vbj4lqix2ipx5g84pz9bhdavg"))))
1377 (build-system gnu-build-system)
1378 (inputs
1379 `(("gdsl" ,gdsl)
1380 ("zlib" ,zlib)
1381 ("perl" ,perl)))
1382 (home-page "http://bwa-pssm.binf.ku.dk/")
1383 (synopsis "Burrows-Wheeler transform-based probabilistic short read mapper")
1384 (description
1385 "BWA-PSSM is a probabilistic short genomic sequence read aligner based on
1386 the use of @dfn{position specific scoring matrices} (PSSM). Like many of the
1387 existing aligners it is fast and sensitive. Unlike most other aligners,
1388 however, it is also adaptible in the sense that one can direct the alignment
1389 based on known biases within the data set. It is coded as a modification of
1390 the original BWA alignment program and shares the genome index structure as
1391 well as many of the command line options.")
1392 (license license:gpl3+)))
1393
1394 (define-public python2-bx-python
1395 (package
1396 (name "python2-bx-python")
1397 (version "0.7.3")
1398 (source (origin
1399 (method url-fetch)
1400 (uri (pypi-uri "bx-python" version))
1401 (sha256
1402 (base32
1403 "15z2w3bvnc0n4qmb9bd6d8ylc2h2nj883x2w9iixf4x3vki9b22i"))
1404 (modules '((guix build utils)))
1405 (snippet
1406 '(substitute* "setup.py"
1407 ;; remove dependency on outdated "distribute" module
1408 (("^from distribute_setup import use_setuptools") "")
1409 (("^use_setuptools\\(\\)") "")))))
1410 (build-system python-build-system)
1411 (arguments
1412 `(#:tests? #f ;tests fail because test data are not included
1413 #:python ,python-2))
1414 (inputs
1415 `(("python-numpy" ,python2-numpy)
1416 ("zlib" ,zlib)))
1417 (native-inputs
1418 `(("python-nose" ,python2-nose)))
1419 (home-page "http://bitbucket.org/james_taylor/bx-python/")
1420 (synopsis "Tools for manipulating biological data")
1421 (description
1422 "bx-python provides tools for manipulating biological data, particularly
1423 multiple sequence alignments.")
1424 (license license:expat)))
1425
1426 (define-public python-pysam
1427 (package
1428 (name "python-pysam")
1429 (version "0.11.2.2")
1430 (source (origin
1431 (method url-fetch)
1432 ;; Test data is missing on PyPi.
1433 (uri (string-append
1434 "https://github.com/pysam-developers/pysam/archive/v"
1435 version ".tar.gz"))
1436 (file-name (string-append name "-" version ".tar.gz"))
1437 (sha256
1438 (base32
1439 "1cfqdxsqs3xhacns9n0271ck6wkc76px66ddjm91wfw2jxxfklvc"))
1440 (modules '((guix build utils)))
1441 (snippet
1442 ;; Drop bundled htslib. TODO: Also remove samtools and bcftools.
1443 '(delete-file-recursively "htslib"))))
1444 (build-system python-build-system)
1445 (arguments
1446 `(#:modules ((ice-9 ftw)
1447 (srfi srfi-26)
1448 (guix build python-build-system)
1449 (guix build utils))
1450 #:phases
1451 (modify-phases %standard-phases
1452 (add-before 'build 'set-flags
1453 (lambda* (#:key inputs #:allow-other-keys)
1454 (setenv "HTSLIB_MODE" "external")
1455 (setenv "HTSLIB_LIBRARY_DIR"
1456 (string-append (assoc-ref inputs "htslib") "/lib"))
1457 (setenv "HTSLIB_INCLUDE_DIR"
1458 (string-append (assoc-ref inputs "htslib") "/include"))
1459 (setenv "LDFLAGS" "-lncurses")
1460 (setenv "CFLAGS" "-D_CURSES_LIB=1")
1461 #t))
1462 (replace 'check
1463 (lambda* (#:key inputs outputs #:allow-other-keys)
1464 ;; Add first subdirectory of "build" directory to PYTHONPATH.
1465 (setenv "PYTHONPATH"
1466 (string-append
1467 (getenv "PYTHONPATH")
1468 ":" (getcwd) "/build/"
1469 (car (scandir "build"
1470 (negate (cut string-prefix? "." <>))))))
1471 ;; Step out of source dir so python does not import from CWD.
1472 (with-directory-excursion "tests"
1473 (setenv "HOME" "/tmp")
1474 (and (zero? (system* "make" "-C" "pysam_data"))
1475 (zero? (system* "make" "-C" "cbcf_data"))
1476 ;; Running nosetests without explicitly asking for a
1477 ;; single process leads to a crash. Running with multiple
1478 ;; processes fails because the tests are not designed to
1479 ;; run in parallel.
1480
1481 ;; FIXME: tests keep timing out on some systems.
1482 ;; (zero? (system* "nosetests" "-v"
1483 ;; "--processes" "1"))
1484 )))))))
1485 (propagated-inputs
1486 `(("htslib" ,htslib))) ; Included from installed header files.
1487 (inputs
1488 `(("ncurses" ,ncurses)
1489 ("zlib" ,zlib)))
1490 (native-inputs
1491 `(("python-cython" ,python-cython)
1492 ;; Dependencies below are are for tests only.
1493 ("samtools" ,samtools)
1494 ("bcftools" ,bcftools)
1495 ("python-nose" ,python-nose)))
1496 (home-page "https://github.com/pysam-developers/pysam")
1497 (synopsis "Python bindings to the SAMtools C API")
1498 (description
1499 "Pysam is a Python module for reading and manipulating files in the
1500 SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It
1501 also includes an interface for tabix.")
1502 (license license:expat)))
1503
1504 (define-public python2-pysam
1505 (package-with-python2 python-pysam))
1506
1507 (define-public python-twobitreader
1508 (package
1509 (name "python-twobitreader")
1510 (version "3.1.4")
1511 (source (origin
1512 (method url-fetch)
1513 (uri (pypi-uri "twobitreader" version))
1514 (sha256
1515 (base32
1516 "1q8wnj2kga9nz1lwc4w7qv52smfm536hp6mc8w6s53lhyj0mpi22"))))
1517 (build-system python-build-system)
1518 (arguments
1519 '(;; Tests are not distributed in the PyPi release.
1520 ;; TODO Try building from the Git repo or asking the upstream maintainer
1521 ;; to distribute the tests on PyPi.
1522 #:tests? #f))
1523 (native-inputs
1524 `(("python-sphinx" ,python-sphinx)))
1525 (home-page "https://github.com/benjschiller/twobitreader")
1526 (synopsis "Python library for reading .2bit files")
1527 (description
1528 "twobitreader is a Python library for reading .2bit files as used by the
1529 UCSC genome browser.")
1530 (license license:artistic2.0)))
1531
1532 (define-public python2-twobitreader
1533 (package-with-python2 python-twobitreader))
1534
1535 (define-public python-plastid
1536 (package
1537 (name "python-plastid")
1538 (version "0.4.8")
1539 (source (origin
1540 (method url-fetch)
1541 (uri (pypi-uri "plastid" version))
1542 (sha256
1543 (base32
1544 "0l24dd3q66if8yj042m4s0g95n6acn7im1imqd3p6h8ns43kxhj8"))))
1545 (build-system python-build-system)
1546 (arguments
1547 ;; Some test files are not included.
1548 `(#:tests? #f))
1549 (propagated-inputs
1550 `(("python-numpy" ,python-numpy)
1551 ("python-scipy" ,python-scipy)
1552 ("python-pandas" ,python-pandas)
1553 ("python-pysam" ,python-pysam)
1554 ("python-matplotlib" ,python-matplotlib)
1555 ("python-biopython" ,python-biopython)
1556 ("python-twobitreader" ,python-twobitreader)
1557 ("python-termcolor" ,python-termcolor)))
1558 (native-inputs
1559 `(("python-cython" ,python-cython)
1560 ("python-nose" ,python-nose)))
1561 (home-page "https://github.com/joshuagryphon/plastid")
1562 (synopsis "Python library for genomic analysis")
1563 (description
1564 "plastid is a Python library for genomic analysis – in particular,
1565 high-throughput sequencing data – with an emphasis on simplicity.")
1566 (license license:bsd-3)))
1567
1568 (define-public python2-plastid
1569 (package-with-python2 python-plastid))
1570
1571 (define-public cd-hit
1572 (package
1573 (name "cd-hit")
1574 (version "4.6.8")
1575 (source (origin
1576 (method url-fetch)
1577 (uri (string-append "https://github.com/weizhongli/cdhit"
1578 "/releases/download/V" version
1579 "/cd-hit-v" version
1580 "-2017-0621-source.tar.gz"))
1581 (sha256
1582 (base32
1583 "1386dg2npx8p62wmv08mjzsd2z3waknb9j1gg3gkvblcy57hymnn"))))
1584 (build-system gnu-build-system)
1585 (arguments
1586 `(#:tests? #f ; there are no tests
1587 #:make-flags
1588 ;; Executables are copied directly to the PREFIX.
1589 (list (string-append "PREFIX=" (assoc-ref %outputs "out") "/bin"))
1590 #:phases
1591 (modify-phases %standard-phases
1592 ;; No "configure" script
1593 (delete 'configure)
1594 ;; Remove sources of non-determinism
1595 (add-after 'unpack 'be-timeless
1596 (lambda _
1597 (substitute* "cdhit-utility.c++"
1598 ((" \\(built on \" __DATE__ \"\\)") ""))
1599 (substitute* "cdhit-common.c++"
1600 (("__DATE__") "\"0\"")
1601 (("\", %s, \" __TIME__ \"\\\\n\", date") ""))
1602 #t))
1603 ;; The "install" target does not create the target directory.
1604 (add-before 'install 'create-target-dir
1605 (lambda* (#:key outputs #:allow-other-keys)
1606 (mkdir-p (string-append (assoc-ref outputs "out") "/bin"))
1607 #t)))))
1608 (inputs
1609 `(("perl" ,perl)))
1610 (home-page "http://weizhongli-lab.org/cd-hit/")
1611 (synopsis "Cluster and compare protein or nucleotide sequences")
1612 (description
1613 "CD-HIT is a program for clustering and comparing protein or nucleotide
1614 sequences. CD-HIT is designed to be fast and handle extremely large
1615 databases.")
1616 ;; The manual says: "It can be copied under the GNU General Public License
1617 ;; version 2 (GPLv2)."
1618 (license license:gpl2)))
1619
1620 (define-public clipper
1621 (package
1622 (name "clipper")
1623 (version "1.1")
1624 (source (origin
1625 (method url-fetch)
1626 (uri (string-append
1627 "https://github.com/YeoLab/clipper/archive/"
1628 version ".tar.gz"))
1629 (file-name (string-append name "-" version ".tar.gz"))
1630 (sha256
1631 (base32
1632 "0pflmsvhbf8izbgwhbhj1i7349sw1f55qpqj8ljmapp16hb0p0qi"))
1633 (modules '((guix build utils)))
1634 (snippet
1635 '(begin
1636 ;; remove unnecessary setup dependency
1637 (substitute* "setup.py"
1638 (("setup_requires = .*") ""))
1639 (for-each delete-file
1640 '("clipper/src/peaks.so"
1641 "clipper/src/readsToWiggle.so"))
1642 (delete-file-recursively "dist/")
1643 #t))))
1644 (build-system python-build-system)
1645 (arguments `(#:python ,python-2)) ; only Python 2 is supported
1646 (inputs
1647 `(("htseq" ,python2-htseq)
1648 ("python-pybedtools" ,python2-pybedtools)
1649 ("python-cython" ,python2-cython)
1650 ("python-scikit-learn" ,python2-scikit-learn)
1651 ("python-matplotlib" ,python2-matplotlib)
1652 ("python-pandas" ,python2-pandas)
1653 ("python-pysam" ,python2-pysam)
1654 ("python-numpy" ,python2-numpy)
1655 ("python-scipy" ,python2-scipy)))
1656 (native-inputs
1657 `(("python-mock" ,python2-mock) ; for tests
1658 ("python-nose" ,python2-nose) ; for tests
1659 ("python-pytz" ,python2-pytz))) ; for tests
1660 (home-page "https://github.com/YeoLab/clipper")
1661 (synopsis "CLIP peak enrichment recognition")
1662 (description
1663 "CLIPper is a tool to define peaks in CLIP-seq datasets.")
1664 (license license:gpl2)))
1665
1666 (define-public codingquarry
1667 (package
1668 (name "codingquarry")
1669 (version "2.0")
1670 (source (origin
1671 (method url-fetch)
1672 (uri (string-append
1673 "mirror://sourceforge/codingquarry/CodingQuarry_v"
1674 version ".tar.gz"))
1675 (sha256
1676 (base32
1677 "0115hkjflsnfzn36xppwf9h9avfxlavr43djqmshkkzbgjzsz60i"))))
1678 (build-system gnu-build-system)
1679 (arguments
1680 '(#:tests? #f ; no "check" target
1681 #:phases
1682 (modify-phases %standard-phases
1683 (delete 'configure)
1684 (replace 'install
1685 (lambda* (#:key outputs #:allow-other-keys)
1686 (let* ((out (assoc-ref outputs "out"))
1687 (bin (string-append out "/bin"))
1688 (doc (string-append out "/share/doc/codingquarry")))
1689 (install-file "INSTRUCTIONS.pdf" doc)
1690 (copy-recursively "QuarryFiles"
1691 (string-append out "/QuarryFiles"))
1692 (install-file "CodingQuarry" bin)
1693 (install-file "CufflinksGTF_to_CodingQuarryGFF3.py" bin)))))))
1694 (inputs `(("openmpi" ,openmpi)))
1695 (native-search-paths
1696 (list (search-path-specification
1697 (variable "QUARRY_PATH")
1698 (files '("QuarryFiles")))))
1699 (native-inputs `(("python" ,python-2))) ; Only Python 2 is supported
1700 (synopsis "Fungal gene predictor")
1701 (description "CodingQuarry is a highly accurate, self-training GHMM fungal
1702 gene predictor designed to work with assembled, aligned RNA-seq transcripts.")
1703 (home-page "https://sourceforge.net/projects/codingquarry/")
1704 (license license:gpl3+)))
1705
1706 (define-public couger
1707 (package
1708 (name "couger")
1709 (version "1.8.2")
1710 (source (origin
1711 (method url-fetch)
1712 (uri (string-append
1713 "http://couger.oit.duke.edu/static/assets/COUGER"
1714 version ".zip"))
1715 (sha256
1716 (base32
1717 "04p2b14nmhzxw5h72mpzdhalv21bx4w9b87z0wpw0xzxpysyncmq"))))
1718 (build-system gnu-build-system)
1719 (arguments
1720 `(#:tests? #f
1721 #:phases
1722 (modify-phases %standard-phases
1723 (delete 'configure)
1724 (delete 'build)
1725 (replace
1726 'install
1727 (lambda* (#:key outputs #:allow-other-keys)
1728 (let* ((out (assoc-ref outputs "out"))
1729 (bin (string-append out "/bin")))
1730 (copy-recursively "src" (string-append out "/src"))
1731 (mkdir bin)
1732 ;; Add "src" directory to module lookup path.
1733 (substitute* "couger"
1734 (("from argparse")
1735 (string-append "import sys\nsys.path.append(\""
1736 out "\")\nfrom argparse")))
1737 (install-file "couger" bin))
1738 #t))
1739 (add-after
1740 'install 'wrap-program
1741 (lambda* (#:key inputs outputs #:allow-other-keys)
1742 ;; Make sure 'couger' runs with the correct PYTHONPATH.
1743 (let* ((out (assoc-ref outputs "out"))
1744 (path (getenv "PYTHONPATH")))
1745 (wrap-program (string-append out "/bin/couger")
1746 `("PYTHONPATH" ":" prefix (,path))))
1747 #t)))))
1748 (inputs
1749 `(("python" ,python-2)
1750 ("python2-pillow" ,python2-pillow)
1751 ("python2-numpy" ,python2-numpy)
1752 ("python2-scipy" ,python2-scipy)
1753 ("python2-matplotlib" ,python2-matplotlib)))
1754 (propagated-inputs
1755 `(("r-minimal" ,r-minimal)
1756 ("libsvm" ,libsvm)
1757 ("randomjungle" ,randomjungle)))
1758 (native-inputs
1759 `(("unzip" ,unzip)))
1760 (home-page "http://couger.oit.duke.edu")
1761 (synopsis "Identify co-factors in sets of genomic regions")
1762 (description
1763 "COUGER can be applied to any two sets of genomic regions bound by
1764 paralogous TFs (e.g., regions derived from ChIP-seq experiments) to identify
1765 putative co-factors that provide specificity to each TF. The framework
1766 determines the genomic targets uniquely-bound by each TF, and identifies a
1767 small set of co-factors that best explain the in vivo binding differences
1768 between the two TFs.
1769
1770 COUGER uses classification algorithms (support vector machines and random
1771 forests) with features that reflect the DNA binding specificities of putative
1772 co-factors. The features are generated either from high-throughput TF-DNA
1773 binding data (from protein binding microarray experiments), or from large
1774 collections of DNA motifs.")
1775 (license license:gpl3+)))
1776
1777 (define-public clustal-omega
1778 (package
1779 (name "clustal-omega")
1780 (version "1.2.4")
1781 (source (origin
1782 (method url-fetch)
1783 (uri (string-append "http://www.clustal.org/omega/clustal-omega-"
1784 version ".tar.gz"))
1785 (sha256
1786 (base32
1787 "1vm30mzncwdv881vrcwg11vzvrsmwy4wg80j5i0lcfk6dlld50w6"))))
1788 (build-system gnu-build-system)
1789 (inputs
1790 `(("argtable" ,argtable)))
1791 (home-page "http://www.clustal.org/omega/")
1792 (synopsis "Multiple sequence aligner for protein and DNA/RNA")
1793 (description
1794 "Clustal-Omega is a general purpose multiple sequence alignment (MSA)
1795 program for protein and DNA/RNA. It produces high quality MSAs and is capable
1796 of handling data-sets of hundreds of thousands of sequences in reasonable
1797 time.")
1798 (license license:gpl2+)))
1799
1800 (define-public crossmap
1801 (package
1802 (name "crossmap")
1803 (version "0.2.1")
1804 (source (origin
1805 (method url-fetch)
1806 (uri (string-append "mirror://sourceforge/crossmap/CrossMap-"
1807 version ".tar.gz"))
1808 (sha256
1809 (base32
1810 "07y179f63d7qnzdvkqcziwk9bs3k4zhp81q392fp1hwszjdvy22f"))
1811 ;; This patch has been sent upstream already and is available
1812 ;; for download from Sourceforge, but it has not been merged.
1813 (patches (search-patches "crossmap-allow-system-pysam.patch"))
1814 (modules '((guix build utils)))
1815 ;; remove bundled copy of pysam
1816 (snippet
1817 '(delete-file-recursively "lib/pysam"))))
1818 (build-system python-build-system)
1819 (arguments
1820 `(#:python ,python-2
1821 #:phases
1822 (modify-phases %standard-phases
1823 (add-after 'unpack 'set-env
1824 (lambda _ (setenv "CROSSMAP_USE_SYSTEM_PYSAM" "1") #t)))))
1825 (inputs
1826 `(("python-numpy" ,python2-numpy)
1827 ("python-pysam" ,python2-pysam)
1828 ("zlib" ,zlib)))
1829 (native-inputs
1830 `(("python-cython" ,python2-cython)
1831 ("python-nose" ,python2-nose)))
1832 (home-page "http://crossmap.sourceforge.net/")
1833 (synopsis "Convert genome coordinates between assemblies")
1834 (description
1835 "CrossMap is a program for conversion of genome coordinates or annotation
1836 files between different genome assemblies. It supports most commonly used
1837 file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/GTF, VCF.")
1838 (license license:gpl2+)))
1839
1840 (define-public cutadapt
1841 (package
1842 (name "cutadapt")
1843 (version "1.14")
1844 (source (origin
1845 (method url-fetch)
1846 (uri (string-append
1847 "https://github.com/marcelm/cutadapt/archive/v"
1848 version ".tar.gz"))
1849 (file-name (string-append name "-" version ".tar.gz"))
1850 (sha256
1851 (base32
1852 "16gbpiwy4m48vq2h5wqar3i8vr6vcj9gcl2qvqim19x6ya9dp8kd"))))
1853 (build-system python-build-system)
1854 (arguments
1855 `(#:phases
1856 (modify-phases %standard-phases
1857 ;; The tests must be run after installation.
1858 (delete 'check)
1859 (add-after 'install 'check
1860 (lambda* (#:key inputs outputs #:allow-other-keys)
1861 (setenv "PYTHONPATH"
1862 (string-append
1863 (getenv "PYTHONPATH")
1864 ":" (assoc-ref outputs "out")
1865 "/lib/python"
1866 (string-take (string-take-right
1867 (assoc-ref inputs "python") 5) 3)
1868 "/site-packages"))
1869 (zero? (system* "nosetests" "-P" "tests")))))))
1870 (inputs
1871 `(("python-xopen" ,python-xopen)))
1872 (native-inputs
1873 `(("python-cython" ,python-cython)
1874 ("python-nose" ,python-nose)))
1875 (home-page "https://cutadapt.readthedocs.io/en/stable/")
1876 (synopsis "Remove adapter sequences from nucleotide sequencing reads")
1877 (description
1878 "Cutadapt finds and removes adapter sequences, primers, poly-A tails and
1879 other types of unwanted sequence from high-throughput sequencing reads.")
1880 (license license:expat)))
1881
1882 (define-public libbigwig
1883 (package
1884 (name "libbigwig")
1885 (version "0.1.4")
1886 (source (origin
1887 (method url-fetch)
1888 (uri (string-append "https://github.com/dpryan79/libBigWig/"
1889 "archive/" version ".tar.gz"))
1890 (file-name (string-append name "-" version ".tar.gz"))
1891 (sha256
1892 (base32
1893 "098rjh35pi4a9q83n8wiwvyzykjqj6l8q189p1xgfw4ghywdlvw1"))))
1894 (build-system gnu-build-system)
1895 (arguments
1896 `(#:test-target "test"
1897 #:make-flags
1898 (list "CC=gcc"
1899 (string-append "prefix=" (assoc-ref %outputs "out")))
1900 #:phases
1901 (modify-phases %standard-phases
1902 (delete 'configure)
1903 (add-before 'check 'disable-curl-test
1904 (lambda _
1905 (substitute* "Makefile"
1906 (("./test/testRemote.*") ""))
1907 #t))
1908 ;; This has been fixed with the upstream commit 4ff6959cd8a0, but
1909 ;; there has not yet been a release containing this change.
1910 (add-before 'install 'create-target-dirs
1911 (lambda* (#:key outputs #:allow-other-keys)
1912 (let ((out (assoc-ref outputs "out")))
1913 (mkdir-p (string-append out "/lib"))
1914 (mkdir-p (string-append out "/include"))
1915 #t))))))
1916 (inputs
1917 `(("zlib" ,zlib)
1918 ("curl" ,curl)))
1919 (native-inputs
1920 `(("doxygen" ,doxygen)))
1921 (home-page "https://github.com/dpryan79/libBigWig")
1922 (synopsis "C library for handling bigWig files")
1923 (description
1924 "This package provides a C library for parsing local and remote BigWig
1925 files.")
1926 (license license:expat)))
1927
1928 (define-public python-pybigwig
1929 (package
1930 (name "python-pybigwig")
1931 (version "0.2.5")
1932 (source (origin
1933 (method url-fetch)
1934 (uri (pypi-uri "pyBigWig" version))
1935 (sha256
1936 (base32
1937 "0yrpdxg3y0sny25x4w22lv1k47jzccqjmg7j4bp0hywklvp0hg7d"))
1938 (modules '((guix build utils)))
1939 (snippet
1940 '(begin
1941 ;; Delete bundled libBigWig sources
1942 (delete-file-recursively "libBigWig")))))
1943 (build-system python-build-system)
1944 (arguments
1945 `(#:phases
1946 (modify-phases %standard-phases
1947 (add-after 'unpack 'link-with-libBigWig
1948 (lambda* (#:key inputs #:allow-other-keys)
1949 (substitute* "setup.py"
1950 (("libs=\\[") "libs=[\"BigWig\", "))
1951 #t)))))
1952 (inputs
1953 `(("libbigwig" ,libbigwig)
1954 ("zlib" ,zlib)
1955 ("curl" ,curl)))
1956 (home-page "https://github.com/dpryan79/pyBigWig")
1957 (synopsis "Access bigWig files in Python using libBigWig")
1958 (description
1959 "This package provides Python bindings to the libBigWig library for
1960 accessing bigWig files.")
1961 (license license:expat)))
1962
1963 (define-public python2-pybigwig
1964 (package-with-python2 python-pybigwig))
1965
1966 (define-public python-dendropy
1967 (package
1968 (name "python-dendropy")
1969 (version "4.2.0")
1970 (source
1971 (origin
1972 (method url-fetch)
1973 (uri (pypi-uri "DendroPy" version))
1974 (sha256
1975 (base32
1976 "15c7s3d5gf19ljsxvq5advaa752wfi7pwrdjyhzmg85hccyvp47p"))
1977 (patches (search-patches "python-dendropy-fix-tests.patch"))))
1978 (build-system python-build-system)
1979 (home-page "http://packages.python.org/DendroPy/")
1980 (synopsis "Library for phylogenetics and phylogenetic computing")
1981 (description
1982 "DendroPy is a library for phylogenetics and phylogenetic computing: reading,
1983 writing, simulation, processing and manipulation of phylogenetic
1984 trees (phylogenies) and characters.")
1985 (license license:bsd-3)
1986 (properties `((python2-variant . ,(delay python2-dendropy))))))
1987
1988 (define-public python2-dendropy
1989 (let ((base (package-with-python2 (strip-python2-variant python-dendropy))))
1990 (package
1991 (inherit base)
1992 (arguments
1993 `(#:python ,python-2
1994 #:phases
1995 (modify-phases %standard-phases
1996 (replace 'check
1997 ;; There is currently a test failure that only happens on some
1998 ;; systems, and only using "setup.py test"
1999 (lambda _ (zero? (system* "nosetests")))))))
2000 (native-inputs `(("python2-nose" ,python2-nose)
2001 ,@(package-native-inputs base))))))
2002
2003 (define-public python-py2bit
2004 (package
2005 (name "python-py2bit")
2006 (version "0.2.1")
2007 (source
2008 (origin
2009 (method url-fetch)
2010 (uri (pypi-uri "py2bit" version))
2011 (sha256
2012 (base32
2013 "1cdf4qlmgwsh1f4k0wdv2sr8x9qn4366p0k3614vbd0fpqiarxrl"))))
2014 (build-system python-build-system)
2015 (home-page "https://github.com/dpryan79/py2bit")
2016 (synopsis "Access 2bit files using lib2bit")
2017 (description
2018 "This package provides Python bindings for lib2bit to access 2bit files
2019 with Python.")
2020 (license license:expat)))
2021
2022 (define-public deeptools
2023 (package
2024 (name "deeptools")
2025 (version "2.5.1")
2026 (source (origin
2027 (method url-fetch)
2028 (uri (string-append "https://github.com/fidelram/deepTools/"
2029 "archive/" version ".tar.gz"))
2030 (file-name (string-append name "-" version ".tar.gz"))
2031 (sha256
2032 (base32
2033 "1q8i12l2gvk4n2s8lhyzwhh9g4qbc8lrk5l7maz00yvd5g6z5540"))))
2034 (build-system python-build-system)
2035 (inputs
2036 `(("python-scipy" ,python-scipy)
2037 ("python-numpy" ,python-numpy)
2038 ("python-numpydoc" ,python-numpydoc)
2039 ("python-matplotlib" ,python-matplotlib)
2040 ("python-pysam" ,python-pysam)
2041 ("python-py2bit" ,python-py2bit)
2042 ("python-pybigwig" ,python-pybigwig)))
2043 (native-inputs
2044 `(("python-mock" ,python-mock) ;for tests
2045 ("python-nose" ,python-nose) ;for tests
2046 ("python-pytz" ,python-pytz))) ;for tests
2047 (home-page "https://github.com/fidelram/deepTools")
2048 (synopsis "Tools for normalizing and visualizing deep-sequencing data")
2049 (description
2050 "DeepTools addresses the challenge of handling the large amounts of data
2051 that are now routinely generated from DNA sequencing centers. To do so,
2052 deepTools contains useful modules to process the mapped reads data to create
2053 coverage files in standard bedGraph and bigWig file formats. By doing so,
2054 deepTools allows the creation of normalized coverage files or the comparison
2055 between two files (for example, treatment and control). Finally, using such
2056 normalized and standardized files, multiple visualizations can be created to
2057 identify enrichments with functional annotations of the genome.")
2058 (license license:gpl3+)))
2059
2060 (define-public diamond
2061 (package
2062 (name "diamond")
2063 (version "0.9.12")
2064 (source (origin
2065 (method url-fetch)
2066 (uri (string-append
2067 "https://github.com/bbuchfink/diamond/archive/v"
2068 version ".tar.gz"))
2069 (file-name (string-append name "-" version ".tar.gz"))
2070 (sha256
2071 (base32
2072 "1zrnr59pqdg56wxfdx3xg4h4d8fa14cxq5kfmc3q88hxrj42rqgs"))))
2073 (build-system cmake-build-system)
2074 (arguments
2075 '(#:tests? #f ; no "check" target
2076 #:phases
2077 (modify-phases %standard-phases
2078 (add-after 'unpack 'remove-native-compilation
2079 (lambda _
2080 (substitute* "CMakeLists.txt" (("-march=native") ""))
2081 #t)))))
2082 (inputs
2083 `(("zlib" ,zlib)))
2084 (home-page "https://github.com/bbuchfink/diamond")
2085 (synopsis "Accelerated BLAST compatible local sequence aligner")
2086 (description
2087 "DIAMOND is a BLAST-compatible local aligner for mapping protein and
2088 translated DNA query sequences against a protein reference database (BLASTP
2089 and BLASTX alignment mode). The speedup over BLAST is up to 20,000 on short
2090 reads at a typical sensitivity of 90-99% relative to BLAST depending on the
2091 data and settings.")
2092 (license license:agpl3+)))
2093
2094 (define-public discrover
2095 (package
2096 (name "discrover")
2097 (version "1.6.0")
2098 (source
2099 (origin
2100 (method url-fetch)
2101 (uri (string-append "https://github.com/maaskola/discrover/archive/"
2102 version ".tar.gz"))
2103 (file-name (string-append name "-" version ".tar.gz"))
2104 (sha256
2105 (base32
2106 "0rah9ja4m0rl5mldd6vag9rwrivw1zrqxssfq8qx64m7961fp68k"))))
2107 (build-system cmake-build-system)
2108 (arguments
2109 `(#:tests? #f ; there are no tests
2110 #:phases
2111 (modify-phases %standard-phases
2112 (add-after 'unpack 'add-missing-includes
2113 (lambda _
2114 (substitute* "src/executioninformation.hpp"
2115 (("#define EXECUTIONINFORMATION_HPP" line)
2116 (string-append line "\n#include <random>")))
2117 (substitute* "src/plasma/fasta.hpp"
2118 (("#define FASTA_HPP" line)
2119 (string-append line "\n#include <random>")))
2120 #t)))))
2121 (inputs
2122 `(("boost" ,boost)
2123 ("cairo" ,cairo)))
2124 (native-inputs
2125 `(("texlive" ,texlive)
2126 ("imagemagick" ,imagemagick)))
2127 (home-page "http://dorina.mdc-berlin.de/public/rajewsky/discrover/")
2128 (synopsis "Discover discriminative nucleotide sequence motifs")
2129 (description "Discrover is a motif discovery method to find binding sites
2130 of nucleic acid binding proteins.")
2131 (license license:gpl3+)))
2132
2133 (define-public eigensoft
2134 (let ((revision "1")
2135 (commit "b14d1e202e21e532536ff8004f0419cd5e259dc7"))
2136 (package
2137 (name "eigensoft")
2138 (version (string-append "6.1.2-"
2139 revision "."
2140 (string-take commit 9)))
2141 (source
2142 (origin
2143 (method git-fetch)
2144 (uri (git-reference
2145 (url "https://github.com/DReichLab/EIG.git")
2146 (commit commit)))
2147 (file-name (string-append "eigensoft-" commit "-checkout"))
2148 (sha256
2149 (base32
2150 "0f5m6k2j5c16xc3xbywcs989xyc26ncy1zfzp9j9n55n9r4xcaiq"))
2151 (modules '((guix build utils)))
2152 ;; Remove pre-built binaries.
2153 (snippet '(begin
2154 (delete-file-recursively "bin")
2155 (mkdir "bin")
2156 #t))))
2157 (build-system gnu-build-system)
2158 (arguments
2159 `(#:tests? #f ; There are no tests.
2160 #:make-flags '("CC=gcc")
2161 #:phases
2162 (modify-phases %standard-phases
2163 ;; There is no configure phase, but the Makefile is in a
2164 ;; sub-directory.
2165 (replace 'configure
2166 (lambda _
2167 (chdir "src")
2168 ;; The link flags are incomplete.
2169 (substitute* "Makefile"
2170 (("-lgsl") "-lgsl -lm -llapack -llapacke -lpthread"))
2171 #t))
2172 ;; The provided install target only copies executables to
2173 ;; the "bin" directory in the build root.
2174 (add-after 'install 'actually-install
2175 (lambda* (#:key outputs #:allow-other-keys)
2176 (let* ((out (assoc-ref outputs "out"))
2177 (bin (string-append out "/bin")))
2178 (for-each (lambda (file)
2179 (install-file file bin))
2180 (find-files "../bin" ".*"))
2181 #t))))))
2182 (inputs
2183 `(("gsl" ,gsl)
2184 ("lapack" ,lapack)
2185 ("openblas" ,openblas)
2186 ("perl" ,perl)
2187 ("gfortran" ,gfortran "lib")))
2188 (home-page "https://github.com/DReichLab/EIG")
2189 (synopsis "Tools for population genetics")
2190 (description "The EIGENSOFT package provides tools for population
2191 genetics and stratification correction. EIGENSOFT implements methods commonly
2192 used in population genetics analyses such as PCA, computation of Tracy-Widom
2193 statistics, and finding related individuals in structured populations. It
2194 comes with a built-in plotting script and supports multiple file formats and
2195 quantitative phenotypes.")
2196 ;; The license of the eigensoft tools is Expat, but since it's
2197 ;; linking with the GNU Scientific Library (GSL) the effective
2198 ;; license is the GPL.
2199 (license license:gpl3+))))
2200
2201 (define-public edirect
2202 (package
2203 (name "edirect")
2204 (version "4.10")
2205 (source (origin
2206 (method url-fetch)
2207 (uri (string-append "ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/"
2208 "versions/2016-05-03/edirect.tar.gz"))
2209 (sha256
2210 (base32
2211 "15zsprak5yh8c1yrz4r1knmb5s8qcmdid4xdhkh3lqcv64l60hli"))))
2212 (build-system perl-build-system)
2213 (arguments
2214 `(#:tests? #f ;no "check" target
2215 #:phases
2216 (modify-phases %standard-phases
2217 (delete 'configure)
2218 (delete 'build)
2219 (replace 'install
2220 (lambda* (#:key outputs #:allow-other-keys)
2221 (let ((target (string-append (assoc-ref outputs "out")
2222 "/bin")))
2223 (mkdir-p target)
2224 (install-file "edirect.pl" target)
2225 #t)))
2226 (add-after
2227 'install 'wrap-program
2228 (lambda* (#:key inputs outputs #:allow-other-keys)
2229 ;; Make sure 'edirect.pl' finds all perl inputs at runtime.
2230 (let* ((out (assoc-ref outputs "out"))
2231 (path (getenv "PERL5LIB")))
2232 (wrap-program (string-append out "/bin/edirect.pl")
2233 `("PERL5LIB" ":" prefix (,path)))))))))
2234 (inputs
2235 `(("perl-html-parser" ,perl-html-parser)
2236 ("perl-encode-locale" ,perl-encode-locale)
2237 ("perl-file-listing" ,perl-file-listing)
2238 ("perl-html-tagset" ,perl-html-tagset)
2239 ("perl-html-tree" ,perl-html-tree)
2240 ("perl-http-cookies" ,perl-http-cookies)
2241 ("perl-http-date" ,perl-http-date)
2242 ("perl-http-message" ,perl-http-message)
2243 ("perl-http-negotiate" ,perl-http-negotiate)
2244 ("perl-lwp-mediatypes" ,perl-lwp-mediatypes)
2245 ("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
2246 ("perl-net-http" ,perl-net-http)
2247 ("perl-uri" ,perl-uri)
2248 ("perl-www-robotrules" ,perl-www-robotrules)
2249 ("perl" ,perl)))
2250 (home-page "http://www.ncbi.nlm.nih.gov/books/NBK179288/")
2251 (synopsis "Tools for accessing the NCBI's set of databases")
2252 (description
2253 "Entrez Direct (EDirect) is a method for accessing the National Center
2254 for Biotechnology Information's (NCBI) set of interconnected
2255 databases (publication, sequence, structure, gene, variation, expression,
2256 etc.) from a terminal. Functions take search terms from command-line
2257 arguments. Individual operations are combined to build multi-step queries.
2258 Record retrieval and formatting normally complete the process.
2259
2260 EDirect also provides an argument-driven function that simplifies the
2261 extraction of data from document summaries or other results that are returned
2262 in structured XML format. This can eliminate the need for writing custom
2263 software to answer ad hoc questions.")
2264 (license license:public-domain)))
2265
2266 (define-public exonerate
2267 (package
2268 (name "exonerate")
2269 (version "2.4.0")
2270 (source
2271 (origin
2272 (method url-fetch)
2273 (uri
2274 (string-append
2275 "http://ftp.ebi.ac.uk/pub/software/vertebrategenomics/exonerate/"
2276 "exonerate-" version ".tar.gz"))
2277 (sha256
2278 (base32
2279 "0hj0m9xygiqsdxvbg79wq579kbrx1mdrabi2bzqz2zn9qwfjcjgq"))))
2280 (build-system gnu-build-system)
2281 (arguments
2282 `(#:parallel-build? #f)) ; Building in parallel fails on some machines.
2283 (native-inputs
2284 `(("pkg-config" ,pkg-config)))
2285 (inputs
2286 `(("glib" ,glib)))
2287 (home-page
2288 "https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate")
2289 (synopsis "Generic tool for biological sequence alignment")
2290 (description
2291 "Exonerate is a generic tool for pairwise sequence comparison. It allows
2292 the alignment of sequences using a many alignment models, either exhaustive
2293 dynamic programming or a variety of heuristics.")
2294 (license license:gpl3)))
2295
2296 (define-public express
2297 (package
2298 (name "express")
2299 (version "1.5.1")
2300 (source (origin
2301 (method url-fetch)
2302 (uri
2303 (string-append
2304 "http://bio.math.berkeley.edu/eXpress/downloads/express-"
2305 version "/express-" version "-src.tgz"))
2306 (sha256
2307 (base32
2308 "03rczxd0gjp2l1jxcmjfmf5j94j77zqyxa6x063zsc585nj40n0c"))))
2309 (build-system cmake-build-system)
2310 (arguments
2311 `(#:tests? #f ;no "check" target
2312 #:phases
2313 (modify-phases %standard-phases
2314 (add-after 'unpack 'use-shared-boost-libs-and-set-bamtools-paths
2315 (lambda* (#:key inputs #:allow-other-keys)
2316 (substitute* "CMakeLists.txt"
2317 (("set\\(Boost_USE_STATIC_LIBS ON\\)")
2318 "set(Boost_USE_STATIC_LIBS OFF)")
2319 (("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/bamtools/include")
2320 (string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
2321 (substitute* "src/CMakeLists.txt"
2322 (("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/\\.\\./bamtools/lib")
2323 (string-append (assoc-ref inputs "bamtools") "/lib/bamtools")))
2324 #t)))))
2325 (inputs
2326 `(("boost" ,boost)
2327 ("bamtools" ,bamtools)
2328 ("protobuf" ,protobuf)
2329 ("zlib" ,zlib)))
2330 (home-page "http://bio.math.berkeley.edu/eXpress")
2331 (synopsis "Streaming quantification for high-throughput genomic sequencing")
2332 (description
2333 "eXpress is a streaming tool for quantifying the abundances of a set of
2334 target sequences from sampled subsequences. Example applications include
2335 transcript-level RNA-Seq quantification, allele-specific/haplotype expression
2336 analysis (from RNA-Seq), transcription factor binding quantification in
2337 ChIP-Seq, and analysis of metagenomic data.")
2338 (license license:artistic2.0)))
2339
2340 (define-public express-beta-diversity
2341 (package
2342 (name "express-beta-diversity")
2343 (version "1.0.7")
2344 (source (origin
2345 (method url-fetch)
2346 (uri
2347 (string-append
2348 "https://github.com/dparks1134/ExpressBetaDiversity/archive/v"
2349 version ".tar.gz"))
2350 (file-name (string-append name "-" version ".tar.gz"))
2351 (sha256
2352 (base32
2353 "1djvdlmqvjf6h0zq7w36y8cl5cli6rgj86x65znl48agnwmzxfxr"))))
2354 (build-system gnu-build-system)
2355 (arguments
2356 `(#:phases
2357 (modify-phases %standard-phases
2358 (delete 'configure)
2359 (add-before 'build 'enter-source (lambda _ (chdir "source") #t))
2360 (replace 'check
2361 (lambda _ (zero? (system* "../bin/ExpressBetaDiversity"
2362 "-u"))))
2363 (add-after 'check 'exit-source (lambda _ (chdir "..") #t))
2364 (replace 'install
2365 (lambda* (#:key outputs #:allow-other-keys)
2366 (let ((bin (string-append (assoc-ref outputs "out")
2367 "/bin")))
2368 (mkdir-p bin)
2369 (install-file "scripts/convertToEBD.py" bin)
2370 (install-file "bin/ExpressBetaDiversity" bin)
2371 #t))))))
2372 (inputs
2373 `(("python" ,python-2)))
2374 (home-page "http://kiwi.cs.dal.ca/Software/ExpressBetaDiversity")
2375 (synopsis "Taxon- and phylogenetic-based beta diversity measures")
2376 (description
2377 "Express Beta Diversity (EBD) calculates ecological beta diversity
2378 (dissimilarity) measures between biological communities. EBD implements a
2379 variety of diversity measures including those that make use of phylogenetic
2380 similarity of community members.")
2381 (license license:gpl3+)))
2382
2383 (define-public fasttree
2384 (package
2385 (name "fasttree")
2386 (version "2.1.10")
2387 (source (origin
2388 (method url-fetch)
2389 (uri (string-append
2390 "http://www.microbesonline.org/fasttree/FastTree-"
2391 version ".c"))
2392 (sha256
2393 (base32
2394 "0vcjdvy1j4m702vmak4svbfkrpcw63k7wymfksjp9a982zy8kjsl"))))
2395 (build-system gnu-build-system)
2396 (arguments
2397 `(#:tests? #f ; no "check" target
2398 #:phases
2399 (modify-phases %standard-phases
2400 (delete 'unpack)
2401 (delete 'configure)
2402 (replace 'build
2403 (lambda* (#:key source #:allow-other-keys)
2404 (and (zero? (system* "gcc"
2405 "-O3"
2406 "-finline-functions"
2407 "-funroll-loops"
2408 "-Wall"
2409 "-o"
2410 "FastTree"
2411 source
2412 "-lm"))
2413 (zero? (system* "gcc"
2414 "-DOPENMP"
2415 "-fopenmp"
2416 "-O3"
2417 "-finline-functions"
2418 "-funroll-loops"
2419 "-Wall"
2420 "-o"
2421 "FastTreeMP"
2422 source
2423 "-lm")))))
2424 (replace 'install
2425 (lambda* (#:key outputs #:allow-other-keys)
2426 (let ((bin (string-append (assoc-ref outputs "out")
2427 "/bin")))
2428 (mkdir-p bin)
2429 (install-file "FastTree" bin)
2430 (install-file "FastTreeMP" bin)
2431 #t))))))
2432 (home-page "http://www.microbesonline.org/fasttree")
2433 (synopsis "Infers approximately-maximum-likelihood phylogenetic trees")
2434 (description
2435 "FastTree can handle alignments with up to a million of sequences in a
2436 reasonable amount of time and memory. For large alignments, FastTree is
2437 100-1,000 times faster than PhyML 3.0 or RAxML 7.")
2438 (license license:gpl2+)))
2439
2440 (define-public fastx-toolkit
2441 (package
2442 (name "fastx-toolkit")
2443 (version "0.0.14")
2444 (source (origin
2445 (method url-fetch)
2446 (uri
2447 (string-append
2448 "https://github.com/agordon/fastx_toolkit/releases/download/"
2449 version "/fastx_toolkit-" version ".tar.bz2"))
2450 (sha256
2451 (base32
2452 "01jqzw386873sr0pjp1wr4rn8fsga2vxs1qfmicvx1pjr72007wy"))))
2453 (build-system gnu-build-system)
2454 (inputs
2455 `(("libgtextutils" ,libgtextutils)))
2456 (native-inputs
2457 `(("pkg-config" ,pkg-config)))
2458 (home-page "http://hannonlab.cshl.edu/fastx_toolkit/")
2459 (synopsis "Tools for FASTA/FASTQ file preprocessing")
2460 (description
2461 "The FASTX-Toolkit is a collection of command line tools for Short-Reads
2462 FASTA/FASTQ files preprocessing.
2463
2464 Next-Generation sequencing machines usually produce FASTA or FASTQ files,
2465 containing multiple short-reads sequences. The main processing of such
2466 FASTA/FASTQ files is mapping the sequences to reference genomes. However, it
2467 is sometimes more productive to preprocess the files before mapping the
2468 sequences to the genome---manipulating the sequences to produce better mapping
2469 results. The FASTX-Toolkit tools perform some of these preprocessing tasks.")
2470 (license license:agpl3+)))
2471
2472 (define-public flexbar
2473 (package
2474 (name "flexbar")
2475 (version "2.5")
2476 (source (origin
2477 (method url-fetch)
2478 (uri
2479 (string-append "mirror://sourceforge/flexbar/"
2480 version "/flexbar_v" version "_src.tgz"))
2481 (sha256
2482 (base32
2483 "13jaykc3y1x8y5nn9j8ljnb79s5y51kyxz46hdmvvjj6qhyympmf"))))
2484 (build-system cmake-build-system)
2485 (arguments
2486 `(#:configure-flags (list
2487 (string-append "-DFLEXBAR_BINARY_DIR="
2488 (assoc-ref %outputs "out")
2489 "/bin/"))
2490 #:phases
2491 (modify-phases %standard-phases
2492 (replace 'check
2493 (lambda* (#:key outputs #:allow-other-keys)
2494 (setenv "PATH" (string-append
2495 (assoc-ref outputs "out") "/bin:"
2496 (getenv "PATH")))
2497 (chdir "../flexbar_v2.5_src/test")
2498 (zero? (system* "bash" "flexbar_validate.sh"))))
2499 (delete 'install))))
2500 (inputs
2501 `(("tbb" ,tbb)
2502 ("zlib" ,zlib)))
2503 (native-inputs
2504 `(("pkg-config" ,pkg-config)
2505 ("seqan" ,seqan)))
2506 (home-page "http://flexbar.sourceforge.net")
2507 (synopsis "Barcode and adapter removal tool for sequencing platforms")
2508 (description
2509 "Flexbar preprocesses high-throughput nucleotide sequencing data
2510 efficiently. It demultiplexes barcoded runs and removes adapter sequences.
2511 Moreover, trimming and filtering features are provided. Flexbar increases
2512 read mapping rates and improves genome and transcriptome assemblies. It
2513 supports next-generation sequencing data in fasta/q and csfasta/q format from
2514 Illumina, Roche 454, and the SOLiD platform.")
2515 (license license:gpl3)))
2516
2517 (define-public fraggenescan
2518 (package
2519 (name "fraggenescan")
2520 (version "1.30")
2521 (source
2522 (origin
2523 (method url-fetch)
2524 (uri
2525 (string-append "mirror://sourceforge/fraggenescan/"
2526 "FragGeneScan" version ".tar.gz"))
2527 (sha256
2528 (base32 "158dcnwczgcyhwm4qlx19sanrwgdpzf6bn2y57mbpx55lkgz1mzj"))))
2529 (build-system gnu-build-system)
2530 (arguments
2531 `(#:phases
2532 (modify-phases %standard-phases
2533 (delete 'configure)
2534 (add-before 'build 'patch-paths
2535 (lambda* (#:key outputs #:allow-other-keys)
2536 (let* ((out (string-append (assoc-ref outputs "out")))
2537 (share (string-append out "/share/fraggenescan/")))
2538 (substitute* "run_FragGeneScan.pl"
2539 (("system\\(\"rm")
2540 (string-append "system(\"" (which "rm")))
2541 (("system\\(\"mv")
2542 (string-append "system(\"" (which "mv")))
2543 (("\\\"awk") (string-append "\"" (which "awk")))
2544 ;; This script and other programs expect the training files
2545 ;; to be in the non-standard location bin/train/XXX. Change
2546 ;; this to be share/fraggenescan/train/XXX instead.
2547 (("^\\$train.file = \\$dir.*")
2548 (string-append "$train_file = \""
2549 share
2550 "train/\".$FGS_train_file;")))
2551 (substitute* "run_hmm.c"
2552 (("^ strcat\\(train_dir, \\\"train/\\\"\\);")
2553 (string-append " strcpy(train_dir, \"" share "/train/\");"))))
2554 #t))
2555 (replace 'build
2556 (lambda _ (and (zero? (system* "make" "clean"))
2557 (zero? (system* "make" "fgs")))))
2558 (replace 'install
2559 (lambda* (#:key outputs #:allow-other-keys)
2560 (let* ((out (string-append (assoc-ref outputs "out")))
2561 (bin (string-append out "/bin/"))
2562 (share (string-append out "/share/fraggenescan/train")))
2563 (install-file "run_FragGeneScan.pl" bin)
2564 (install-file "FragGeneScan" bin)
2565 (copy-recursively "train" share))))
2566 (delete 'check)
2567 (add-after 'install 'post-install-check
2568 ;; In lieu of 'make check', run one of the examples and check the
2569 ;; output files gets created.
2570 (lambda* (#:key outputs #:allow-other-keys)
2571 (let* ((out (string-append (assoc-ref outputs "out")))
2572 (bin (string-append out "/bin/"))
2573 (frag (string-append bin "run_FragGeneScan.pl")))
2574 (and (zero? (system* frag ; Test complete genome.
2575 "-genome=./example/NC_000913.fna"
2576 "-out=./test2"
2577 "-complete=1"
2578 "-train=complete"))
2579 (file-exists? "test2.faa")
2580 (file-exists? "test2.ffn")
2581 (file-exists? "test2.gff")
2582 (file-exists? "test2.out")
2583 (zero? (system* ; Test incomplete sequences.
2584 frag
2585 "-genome=./example/NC_000913-fgs.ffn"
2586 "-out=out"
2587 "-complete=0"
2588 "-train=454_30")))))))))
2589 (inputs
2590 `(("perl" ,perl)
2591 ("python" ,python-2))) ;not compatible with python 3.
2592 (home-page "https://sourceforge.net/projects/fraggenescan/")
2593 (synopsis "Finds potentially fragmented genes in short reads")
2594 (description
2595 "FragGeneScan is a program for predicting bacterial and archaeal genes in
2596 short and error-prone DNA sequencing reads. It can also be applied to predict
2597 genes in incomplete assemblies or complete genomes.")
2598 ;; GPL3+ according to private correspondense with the authors.
2599 (license license:gpl3+)))
2600
2601 (define-public fxtract
2602 (let ((util-commit "776ca85a18a47492af3794745efcb4a905113115"))
2603 (package
2604 (name "fxtract")
2605 (version "2.3")
2606 (source
2607 (origin
2608 (method url-fetch)
2609 (uri (string-append
2610 "https://github.com/ctSkennerton/fxtract/archive/"
2611 version ".tar.gz"))
2612 (file-name (string-append "ctstennerton-util-"
2613 (string-take util-commit 7)
2614 "-checkout"))
2615 (sha256
2616 (base32
2617 "0275cfdhis8517hm01is62062swmi06fxzifq7mr3knbbxjlaiwj"))))
2618 (build-system gnu-build-system)
2619 (arguments
2620 `(#:make-flags (list
2621 (string-append "PREFIX=" (assoc-ref %outputs "out"))
2622 "CC=gcc")
2623 #:test-target "fxtract_test"
2624 #:phases
2625 (modify-phases %standard-phases
2626 (delete 'configure)
2627 (add-before 'build 'copy-util
2628 (lambda* (#:key inputs #:allow-other-keys)
2629 (rmdir "util")
2630 (copy-recursively (assoc-ref inputs "ctskennerton-util") "util")
2631 #t))
2632 ;; Do not use make install as this requires additional dependencies.
2633 (replace 'install
2634 (lambda* (#:key outputs #:allow-other-keys)
2635 (let* ((out (assoc-ref outputs "out"))
2636 (bin (string-append out"/bin")))
2637 (install-file "fxtract" bin)
2638 #t))))))
2639 (inputs
2640 `(("pcre" ,pcre)
2641 ("zlib" ,zlib)))
2642 (native-inputs
2643 ;; ctskennerton-util is licensed under GPL2.
2644 `(("ctskennerton-util"
2645 ,(origin
2646 (method git-fetch)
2647 (uri (git-reference
2648 (url "https://github.com/ctSkennerton/util.git")
2649 (commit util-commit)))
2650 (file-name (string-append
2651 "ctstennerton-util-" util-commit "-checkout"))
2652 (sha256
2653 (base32
2654 "0cls1hd4vgj3f36fpzzg4xc77d6f3hpc60cbpfmn2gdr7ykzzad7"))))))
2655 (home-page "https://github.com/ctSkennerton/fxtract")
2656 (synopsis "Extract sequences from FASTA and FASTQ files")
2657 (description
2658 "Fxtract extracts sequences from a protein or nucleotide fastx (FASTA
2659 or FASTQ) file given a subsequence. It uses a simple substring search for
2660 basic tasks but can change to using POSIX regular expressions, PCRE, hash
2661 lookups or multi-pattern searching as required. By default fxtract looks in
2662 the sequence of each record but can also be told to look in the header,
2663 comment or quality sections.")
2664 ;; 'util' requires SSE instructions.
2665 (supported-systems '("x86_64-linux"))
2666 (license license:expat))))
2667
2668 (define-public gemma
2669 (package
2670 (name "gemma")
2671 (version "0.96")
2672 (source (origin
2673 (method url-fetch)
2674 (uri (string-append "https://github.com/xiangzhou/GEMMA/archive/v"
2675 version ".tar.gz"))
2676 (file-name (string-append name "-" version ".tar.gz"))
2677 (sha256
2678 (base32
2679 "055ynn16gd12pf78n4vr2a9jlwsbwzajpdnf2y2yilg1krfff222"))
2680 (patches (search-patches "gemma-intel-compat.patch"))))
2681 (inputs
2682 `(("gsl" ,gsl)
2683 ("lapack" ,lapack)
2684 ("zlib" ,zlib)))
2685 (build-system gnu-build-system)
2686 (arguments
2687 `(#:make-flags
2688 '(,@(match (%current-system)
2689 ("x86_64-linux"
2690 '("FORCE_DYNAMIC=1"))
2691 ("i686-linux"
2692 '("FORCE_DYNAMIC=1" "FORCE_32BIT=1"))
2693 (_
2694 '("FORCE_DYNAMIC=1" "NO_INTEL_COMPAT=1"))))
2695 #:phases
2696 (modify-phases %standard-phases
2697 (delete 'configure)
2698 (add-before 'build 'bin-mkdir
2699 (lambda _
2700 (mkdir-p "bin")
2701 #t))
2702 (replace 'install
2703 (lambda* (#:key outputs #:allow-other-keys)
2704 (let ((out (assoc-ref outputs "out")))
2705 (install-file "bin/gemma"
2706 (string-append
2707 out "/bin")))
2708 #t)))
2709 #:tests? #f)) ; no tests included yet
2710 (home-page "https://github.com/xiangzhou/GEMMA")
2711 (synopsis "Tool for genome-wide efficient mixed model association")
2712 (description
2713 "Genome-wide Efficient Mixed Model Association (GEMMA) provides a
2714 standard linear mixed model resolver with application in genome-wide
2715 association studies (GWAS).")
2716 (license license:gpl3)))
2717
2718 (define-public grit
2719 (package
2720 (name "grit")
2721 (version "2.0.2")
2722 (source (origin
2723 (method url-fetch)
2724 (uri (string-append
2725 "https://github.com/nboley/grit/archive/"
2726 version ".tar.gz"))
2727 (file-name (string-append name "-" version ".tar.gz"))
2728 (sha256
2729 (base32
2730 "157in84dj70wimbind3x7sy1whs3h57qfgcnj2s6lrd38fbrb7mj"))))
2731 (build-system python-build-system)
2732 (arguments
2733 `(#:python ,python-2
2734 #:phases
2735 (modify-phases %standard-phases
2736 (add-after 'unpack 'generate-from-cython-sources
2737 (lambda* (#:key inputs outputs #:allow-other-keys)
2738 ;; Delete these C files to force fresh generation from pyx sources.
2739 (delete-file "grit/sparsify_support_fns.c")
2740 (delete-file "grit/call_peaks_support_fns.c")
2741 (substitute* "setup.py"
2742 (("Cython.Setup") "Cython.Build")
2743 ;; Add numpy include path to fix compilation
2744 (("pyx\", \\]")
2745 (string-append "pyx\", ], include_dirs = ['"
2746 (assoc-ref inputs "python-numpy")
2747 "/lib/python2.7/site-packages/numpy/core/include/"
2748 "']")))
2749 #t)))))
2750 (inputs
2751 `(("python-scipy" ,python2-scipy)
2752 ("python-numpy" ,python2-numpy)
2753 ("python-pysam" ,python2-pysam)
2754 ("python-networkx" ,python2-networkx)))
2755 (native-inputs
2756 `(("python-cython" ,python2-cython)))
2757 (home-page "http://grit-bio.org")
2758 (synopsis "Tool for integrative analysis of RNA-seq type assays")
2759 (description
2760 "GRIT is designed to use RNA-seq, TES, and TSS data to build and quantify
2761 full length transcript models. When none of these data sources are available,
2762 GRIT can be run by providing a candidate set of TES or TSS sites. In
2763 addition, GRIT can merge in reference junctions and gene boundaries. GRIT can
2764 also be run in quantification mode, where it uses a provided GTF file and just
2765 estimates transcript expression.")
2766 (license license:gpl3+)))
2767
2768 (define-public hisat
2769 (package
2770 (name "hisat")
2771 (version "0.1.4")
2772 (source (origin
2773 (method url-fetch)
2774 (uri (string-append
2775 "http://ccb.jhu.edu/software/hisat/downloads/hisat-"
2776 version "-beta-source.zip"))
2777 (sha256
2778 (base32
2779 "1k381ydranqxp09yf2y7w1d0chz5d59vb6jchi89hbb0prq19lk5"))))
2780 (build-system gnu-build-system)
2781 (arguments
2782 `(#:tests? #f ;no check target
2783 #:make-flags '("allall"
2784 ;; Disable unsupported `popcnt' instructions on
2785 ;; architectures other than x86_64
2786 ,@(if (string-prefix? "x86_64"
2787 (or (%current-target-system)
2788 (%current-system)))
2789 '()
2790 '("POPCNT_CAPABILITY=0")))
2791 #:phases
2792 (modify-phases %standard-phases
2793 (add-after 'unpack 'patch-sources
2794 (lambda _
2795 ;; XXX Cannot use snippet because zip files are not supported
2796 (substitute* "Makefile"
2797 (("^CC = .*$") "CC = gcc")
2798 (("^CPP = .*$") "CPP = g++")
2799 ;; replace BUILD_HOST and BUILD_TIME for deterministic build
2800 (("-DBUILD_HOST=.*") "-DBUILD_HOST=\"\\\"guix\\\"\"")
2801 (("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\""))
2802 (substitute* '("hisat-build" "hisat-inspect")
2803 (("/usr/bin/env") (which "env")))
2804 #t))
2805 (replace 'install
2806 (lambda* (#:key outputs #:allow-other-keys)
2807 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
2808 (for-each (lambda (file)
2809 (install-file file bin))
2810 (find-files
2811 "."
2812 "hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))
2813 #t))
2814 (delete 'configure))))
2815 (native-inputs
2816 `(("unzip" ,unzip)))
2817 (inputs
2818 `(("perl" ,perl)
2819 ("python" ,python)
2820 ("zlib" ,zlib)))
2821 ;; Non-portable SSE instructions are used so building fails on platforms
2822 ;; other than x86_64.
2823 (supported-systems '("x86_64-linux"))
2824 (home-page "http://ccb.jhu.edu/software/hisat/index.shtml")
2825 (synopsis "Hierarchical indexing for spliced alignment of transcripts")
2826 (description
2827 "HISAT is a fast and sensitive spliced alignment program for mapping
2828 RNA-seq reads. In addition to one global FM index that represents a whole
2829 genome, HISAT uses a large set of small FM indexes that collectively cover the
2830 whole genome. These small indexes (called local indexes) combined with
2831 several alignment strategies enable effective alignment of RNA-seq reads, in
2832 particular, reads spanning multiple exons.")
2833 (license license:gpl3+)))
2834
2835 (define-public hisat2
2836 (package
2837 (name "hisat2")
2838 (version "2.0.5")
2839 (source
2840 (origin
2841 (method url-fetch)
2842 ;; FIXME: a better source URL is
2843 ;; (string-append "ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2"
2844 ;; "/downloads/hisat2-" version "-source.zip")
2845 ;; with hash "0lywnr8kijwsc2aw10dwxic0n0yvip6fl3rjlvc8zzwahamy4x7g"
2846 ;; but it is currently unavailable.
2847 (uri "https://github.com/infphilo/hisat2/archive/cba6e8cb.tar.gz")
2848 (file-name (string-append name "-" version ".tar.gz"))
2849 (sha256
2850 (base32
2851 "1mf2hdsyv7cd97xm9mp9a4qws02yrj95y6w6f6cdwnq0klp81r50"))))
2852 (build-system gnu-build-system)
2853 (arguments
2854 `(#:tests? #f ; no check target
2855 #:make-flags (list "CC=gcc" "CXX=g++" "allall")
2856 #:modules ((guix build gnu-build-system)
2857 (guix build utils)
2858 (srfi srfi-26))
2859 #:phases
2860 (modify-phases %standard-phases
2861 (add-after 'unpack 'make-deterministic
2862 (lambda _
2863 (substitute* "Makefile"
2864 (("`date`") "0"))
2865 #t))
2866 (delete 'configure)
2867 (replace 'install
2868 (lambda* (#:key outputs #:allow-other-keys)
2869 (let* ((out (assoc-ref outputs "out"))
2870 (bin (string-append out "/bin/"))
2871 (doc (string-append out "/share/doc/hisat2/")))
2872 (for-each
2873 (cut install-file <> bin)
2874 (find-files "."
2875 "hisat2(-(build|align|inspect)(-(s|l)(-debug)*)*)*$"))
2876 (mkdir-p doc)
2877 (install-file "doc/manual.inc.html" doc))
2878 #t)))))
2879 (native-inputs
2880 `(("unzip" ,unzip) ; needed for archive from ftp
2881 ("perl" ,perl)
2882 ("pandoc" ,ghc-pandoc))) ; for documentation
2883 (home-page "http://ccb.jhu.edu/software/hisat2/index.shtml")
2884 (synopsis "Graph-based alignment of genomic sequencing reads")
2885 (description "HISAT2 is a fast and sensitive alignment program for mapping
2886 next-generation sequencing reads (both DNA and RNA) to a population of human
2887 genomes (as well as to a single reference genome). In addition to using one
2888 global @dfn{graph FM} (GFM) index that represents a population of human
2889 genomes, HISAT2 uses a large set of small GFM indexes that collectively cover
2890 the whole genome. These small indexes, combined with several alignment
2891 strategies, enable rapid and accurate alignment of sequencing reads. This new
2892 indexing scheme is called a @dfn{Hierarchical Graph FM index} (HGFM).")
2893 ;; HISAT2 contains files from Bowtie2, which is released under
2894 ;; GPLv2 or later. The HISAT2 source files are released under
2895 ;; GPLv3 or later.
2896 (license license:gpl3+)))
2897
2898 (define-public hmmer
2899 (package
2900 (name "hmmer")
2901 (version "3.1b2")
2902 (source
2903 (origin
2904 (method url-fetch)
2905 (uri (string-append
2906 "http://eddylab.org/software/hmmer"
2907 (version-prefix version 1) "/"
2908 version "/hmmer-" version ".tar.gz"))
2909 (sha256
2910 (base32
2911 "0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx"))
2912 (patches (search-patches "hmmer-remove-cpu-specificity.patch"))))
2913 (build-system gnu-build-system)
2914 (native-inputs `(("perl" ,perl)))
2915 (home-page "http://hmmer.org/")
2916 (synopsis "Biosequence analysis using profile hidden Markov models")
2917 (description
2918 "HMMER is used for searching sequence databases for homologs of protein
2919 sequences, and for making protein sequence alignments. It implements methods
2920 using probabilistic models called profile hidden Markov models (profile
2921 HMMs).")
2922 (license (list license:gpl3+
2923 ;; The bundled library 'easel' is distributed
2924 ;; under The Janelia Farm Software License.
2925 (license:non-copyleft
2926 "file://easel/LICENSE"
2927 "See easel/LICENSE in the distribution.")))))
2928
2929 (define-public htseq
2930 (package
2931 (name "htseq")
2932 (version "0.9.1")
2933 (source (origin
2934 (method url-fetch)
2935 (uri (pypi-uri "HTSeq" version))
2936 (sha256
2937 (base32
2938 "11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))
2939 (build-system python-build-system)
2940 (native-inputs
2941 `(("python-cython" ,python-cython)))
2942 ;; Numpy needs to be propagated when htseq is used as a Python library.
2943 (propagated-inputs
2944 `(("python-numpy" ,python-numpy)))
2945 (inputs
2946 `(("python-pysam" ,python-pysam)
2947 ("python-matplotlib" ,python-matplotlib)))
2948 (home-page "http://www-huber.embl.de/users/anders/HTSeq/")
2949 (synopsis "Analysing high-throughput sequencing data with Python")
2950 (description
2951 "HTSeq is a Python package that provides infrastructure to process data
2952 from high-throughput sequencing assays.")
2953 (license license:gpl3+)))
2954
2955 (define-public python2-htseq
2956 (package-with-python2 htseq))
2957
2958 (define-public java-htsjdk
2959 (package
2960 (name "java-htsjdk")
2961 (version "1.129")
2962 (source (origin
2963 (method url-fetch)
2964 (uri (string-append
2965 "https://github.com/samtools/htsjdk/archive/"
2966 version ".tar.gz"))
2967 (file-name (string-append name "-" version ".tar.gz"))
2968 (sha256
2969 (base32
2970 "0asdk9b8jx2ij7yd6apg9qx03li8q7z3ml0qy2r2qczkra79y6fw"))
2971 (modules '((guix build utils)))
2972 ;; remove build dependency on git
2973 (snippet '(substitute* "build.xml"
2974 (("failifexecutionfails=\"true\"")
2975 "failifexecutionfails=\"false\"")))))
2976 (build-system ant-build-system)
2977 (arguments
2978 `(#:tests? #f ; test require Internet access
2979 #:make-flags
2980 (list (string-append "-Ddist=" (assoc-ref %outputs "out")
2981 "/share/java/htsjdk/"))
2982 #:build-target "all"
2983 #:phases
2984 (modify-phases %standard-phases
2985 ;; The build phase also installs the jars
2986 (delete 'install))))
2987 (home-page "http://samtools.github.io/htsjdk/")
2988 (synopsis "Java API for high-throughput sequencing data (HTS) formats")
2989 (description
2990 "HTSJDK is an implementation of a unified Java library for accessing
2991 common file formats, such as SAM and VCF, used for high-throughput
2992 sequencing (HTS) data. There are also an number of useful utilities for
2993 manipulating HTS data.")
2994 (license license:expat)))
2995
2996 (define-public htslib
2997 (package
2998 (name "htslib")
2999 (version "1.5")
3000 (source (origin
3001 (method url-fetch)
3002 (uri (string-append
3003 "https://github.com/samtools/htslib/releases/download/"
3004 version "/htslib-" version ".tar.bz2"))
3005 (sha256
3006 (base32
3007 "0bcjmnbwp2bib1z1bkrp95w9v2syzdwdfqww10mkb1hxlmg52ax0"))))
3008 (build-system gnu-build-system)
3009 (arguments
3010 `(#:phases
3011 (modify-phases %standard-phases
3012 (add-after
3013 'unpack 'patch-tests
3014 (lambda _
3015 (substitute* "test/test.pl"
3016 (("/bin/bash") (which "bash")))
3017 #t)))))
3018 (inputs
3019 `(("openssl" ,openssl)
3020 ("curl" ,curl)
3021 ("zlib" ,zlib)))
3022 (native-inputs
3023 `(("perl" ,perl)))
3024 (home-page "http://www.htslib.org")
3025 (synopsis "C library for reading/writing high-throughput sequencing data")
3026 (description
3027 "HTSlib is a C library for reading/writing high-throughput sequencing
3028 data. It also provides the bgzip, htsfile, and tabix utilities.")
3029 ;; Files under cram/ are released under the modified BSD license;
3030 ;; the rest is released under the Expat license
3031 (license (list license:expat license:bsd-3))))
3032
3033 ;; This package should be removed once no packages rely upon it.
3034 (define htslib-1.3
3035 (package
3036 (inherit htslib)
3037 (version "1.3.1")
3038 (source (origin
3039 (method url-fetch)
3040 (uri (string-append
3041 "https://github.com/samtools/htslib/releases/download/"
3042 version "/htslib-" version ".tar.bz2"))
3043 (sha256
3044 (base32
3045 "1rja282fwdc25ql6izkhdyh8ppw8x2fs0w0js78zgkmqjlikmma9"))))))
3046
3047 (define-public idr
3048 (package
3049 (name "idr")
3050 (version "2.0.0")
3051 (source (origin
3052 (method url-fetch)
3053 (uri (string-append
3054 "https://github.com/nboley/idr/archive/"
3055 version ".tar.gz"))
3056 (file-name (string-append name "-" version ".tar.gz"))
3057 (sha256
3058 (base32
3059 "1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
3060 (build-system python-build-system)
3061 (arguments
3062 `(#:tests? #f)) ; FIXME: "ImportError: No module named 'utility'"
3063 (propagated-inputs
3064 `(("python-scipy" ,python-scipy)
3065 ("python-sympy" ,python-sympy)
3066 ("python-numpy" ,python-numpy)
3067 ("python-matplotlib" ,python-matplotlib)))
3068 (native-inputs
3069 `(("python-cython" ,python-cython)))
3070 (home-page "https://github.com/nboley/idr")
3071 (synopsis "Tool to measure the irreproducible discovery rate (IDR)")
3072 (description
3073 "The IDR (Irreproducible Discovery Rate) framework is a unified approach
3074 to measure the reproducibility of findings identified from replicate
3075 experiments and provide highly stable thresholds based on reproducibility.")
3076 (license license:gpl3+)))
3077
3078 (define-public jellyfish
3079 (package
3080 (name "jellyfish")
3081 (version "2.2.4")
3082 (source (origin
3083 (method url-fetch)
3084 (uri (string-append "https://github.com/gmarcais/Jellyfish/"
3085 "releases/download/v" version
3086 "/jellyfish-" version ".tar.gz"))
3087 (sha256
3088 (base32
3089 "0a6xnynqy2ibfbfz86b9g2m2dgm7f1469pmymkpam333gi3p26nk"))))
3090 (build-system gnu-build-system)
3091 (outputs '("out" ;for library
3092 "ruby" ;for Ruby bindings
3093 "python")) ;for Python bindings
3094 (arguments
3095 `(#:configure-flags
3096 (list (string-append "--enable-ruby-binding="
3097 (assoc-ref %outputs "ruby"))
3098 (string-append "--enable-python-binding="
3099 (assoc-ref %outputs "python")))
3100 #:phases
3101 (modify-phases %standard-phases
3102 (add-before 'check 'set-SHELL-variable
3103 (lambda _
3104 ;; generator_manager.hpp either uses /bin/sh or $SHELL
3105 ;; to run tests.
3106 (setenv "SHELL" (which "bash"))
3107 #t)))))
3108 (native-inputs
3109 `(("bc" ,bc)
3110 ("time" ,time)
3111 ("ruby" ,ruby)
3112 ("python" ,python-2)))
3113 (synopsis "Tool for fast counting of k-mers in DNA")
3114 (description
3115 "Jellyfish is a tool for fast, memory-efficient counting of k-mers in
3116 DNA. A k-mer is a substring of length k, and counting the occurrences of all
3117 such substrings is a central step in many analyses of DNA sequence. Jellyfish
3118 is a command-line program that reads FASTA and multi-FASTA files containing
3119 DNA sequences. It outputs its k-mer counts in a binary format, which can be
3120 translated into a human-readable text format using the @code{jellyfish dump}
3121 command, or queried for specific k-mers with @code{jellyfish query}.")
3122 (home-page "http://www.genome.umd.edu/jellyfish.html")
3123 ;; From their website: JELLYFISH runs on 64-bit Intel-compatible processors
3124 (supported-systems '("x86_64-linux"))
3125 ;; The combined work is published under the GPLv3 or later. Individual
3126 ;; files such as lib/jsoncpp.cpp are released under the Expat license.
3127 (license (list license:gpl3+ license:expat))))
3128
3129 (define-public khmer
3130 (package
3131 (name "khmer")
3132 (version "2.0")
3133 (source
3134 (origin
3135 (method url-fetch)
3136 (uri (pypi-uri "khmer" version))
3137 (sha256
3138 (base32
3139 "0wb05shqh77v00256qlm68vbbx3kl76fyzihszbz5nhanl4ni33a"))
3140 (patches (search-patches "khmer-use-libraries.patch"))))
3141 (build-system python-build-system)
3142 (arguments
3143 `(#:phases
3144 (modify-phases %standard-phases
3145 (add-after 'unpack 'set-paths
3146 (lambda* (#:key inputs outputs #:allow-other-keys)
3147 ;; Delete bundled libraries.
3148 (delete-file-recursively "third-party/zlib")
3149 (delete-file-recursively "third-party/bzip2")
3150 ;; Replace bundled seqan.
3151 (let* ((seqan-all "third-party/seqan")
3152 (seqan-include (string-append
3153 seqan-all "/core/include")))
3154 (delete-file-recursively seqan-all)
3155 (copy-recursively (string-append (assoc-ref inputs "seqan")
3156 "/include/seqan")
3157 (string-append seqan-include "/seqan")))
3158 ;; We do not replace the bundled MurmurHash as the canonical
3159 ;; repository for this code 'SMHasher' is unsuitable for
3160 ;; providing a library. See
3161 ;; https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00977.html
3162 #t))
3163 (add-after 'unpack 'set-cc
3164 (lambda _
3165 (setenv "CC" "gcc")
3166 #t))
3167 ;; It is simpler to test after installation.
3168 (delete 'check)
3169 (add-after 'install 'post-install-check
3170 (lambda* (#:key inputs outputs #:allow-other-keys)
3171 (let ((out (assoc-ref outputs "out")))
3172 (setenv "PATH"
3173 (string-append
3174 (getenv "PATH")
3175 ":"
3176 (assoc-ref outputs "out")
3177 "/bin"))
3178 (setenv "PYTHONPATH"
3179 (string-append
3180 (getenv "PYTHONPATH")
3181 ":"
3182 out
3183 "/lib/python"
3184 (string-take (string-take-right
3185 (assoc-ref inputs "python") 5) 3)
3186 "/site-packages"))
3187 (with-directory-excursion "build"
3188 (zero? (system* "nosetests" "khmer" "--attr"
3189 "!known_failing")))))))))
3190 (native-inputs
3191 `(("seqan" ,seqan)
3192 ("python-nose" ,python-nose)))
3193 (inputs
3194 `(("zlib" ,zlib)
3195 ("bzip2" ,bzip2)
3196 ("python-screed" ,python-screed)
3197 ("python-bz2file" ,python-bz2file)
3198 ;; Tests fail when gcc-5 is used for compilation. Use gcc-4.9 at least
3199 ;; until the next version of khmer (likely 2.1) is released.
3200 ("gcc" ,gcc-4.9)))
3201 (home-page "https://khmer.readthedocs.org/")
3202 (synopsis "K-mer counting, filtering and graph traversal library")
3203 (description "The khmer software is a set of command-line tools for
3204 working with DNA shotgun sequencing data from genomes, transcriptomes,
3205 metagenomes and single cells. Khmer can make de novo assemblies faster, and
3206 sometimes better. Khmer can also identify and fix problems with shotgun
3207 data.")
3208 ;; When building on i686, armhf and mips64el, we get the following error:
3209 ;; error: ['khmer', 'khmer.tests', 'oxli'] require 64-bit operating system
3210 (supported-systems '("x86_64-linux"))
3211 (license license:bsd-3)))
3212
3213 (define-public kaiju
3214 (package
3215 (name "kaiju")
3216 (version "1.5.0")
3217 (source (origin
3218 (method url-fetch)
3219 (uri (string-append
3220 "https://github.com/bioinformatics-centre/kaiju/archive/v"
3221 version ".tar.gz"))
3222 (file-name (string-append name "-" version ".tar.gz"))
3223 (sha256
3224 (base32
3225 "0afbfalfw9y39bkwnqjrh9bghs118ws1pzj5h8l0nblgn3mbjdks"))))
3226 (build-system gnu-build-system)
3227 (arguments
3228 `(#:tests? #f ; There are no tests.
3229 #:phases
3230 (modify-phases %standard-phases
3231 (delete 'configure)
3232 (add-before 'build 'move-to-src-dir
3233 (lambda _ (chdir "src") #t))
3234 (replace 'install
3235 (lambda* (#:key inputs outputs #:allow-other-keys)
3236 (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
3237 (mkdir-p bin)
3238 (chdir "..")
3239 (copy-recursively "bin" bin)
3240 (copy-recursively "util" bin))
3241 #t)))))
3242 (inputs
3243 `(("perl" ,perl)))
3244 (home-page "http://kaiju.binf.ku.dk/")
3245 (synopsis "Fast and sensitive taxonomic classification for metagenomics")
3246 (description "Kaiju is a program for sensitive taxonomic classification
3247 of high-throughput sequencing reads from metagenomic whole genome sequencing
3248 experiments.")
3249 (license license:gpl3+)))
3250
3251 (define-public macs
3252 (package
3253 (name "macs")
3254 (version "2.1.0.20151222")
3255 (source (origin
3256 (method url-fetch)
3257 (uri (pypi-uri "MACS2" version))
3258 (sha256
3259 (base32
3260 "1r2hcz6irhcq7lwbafjks98jbn34hv05avgbdjnp6w6mlfjkf8x5"))))
3261 (build-system python-build-system)
3262 (arguments
3263 `(#:python ,python-2 ; only compatible with Python 2.7
3264 #:tests? #f)) ; no test target
3265 (inputs
3266 `(("python-numpy" ,python2-numpy)))
3267 (home-page "https://github.com/taoliu/MACS/")
3268 (synopsis "Model based analysis for ChIP-Seq data")
3269 (description
3270 "MACS is an implementation of a ChIP-Seq analysis algorithm for
3271 identifying transcript factor binding sites named Model-based Analysis of
3272 ChIP-Seq (MACS). MACS captures the influence of genome complexity to evaluate
3273 the significance of enriched ChIP regions and it improves the spatial
3274 resolution of binding sites through combining the information of both
3275 sequencing tag position and orientation.")
3276 (license license:bsd-3)))
3277
3278 (define-public mafft
3279 (package
3280 (name "mafft")
3281 (version "7.310")
3282 (source (origin
3283 (method url-fetch)
3284 (uri (string-append
3285 "http://mafft.cbrc.jp/alignment/software/mafft-" version
3286 "-without-extensions-src.tgz"))
3287 (file-name (string-append name "-" version ".tgz"))
3288 (sha256
3289 (base32
3290 "0gbsaz6z2qa307kd7wfb06c3y4ikmv1hsdvlns11f6zq4w1z9pwc"))))
3291 (build-system gnu-build-system)
3292 (arguments
3293 `(#:tests? #f ; no automated tests, though there are tests in the read me
3294 #:make-flags (let ((out (assoc-ref %outputs "out")))
3295 (list (string-append "PREFIX=" out)
3296 (string-append "BINDIR="
3297 (string-append out "/bin"))))
3298 #:phases
3299 (modify-phases %standard-phases
3300 (add-after 'unpack 'enter-dir
3301 (lambda _ (chdir "core") #t))
3302 (add-after 'enter-dir 'patch-makefile
3303 (lambda _
3304 ;; on advice from the MAFFT authors, there is no need to
3305 ;; distribute mafft-profile, mafft-distance, or
3306 ;; mafft-homologs.rb as they are too "specialised".
3307 (substitute* "Makefile"
3308 ;; remove mafft-homologs.rb from SCRIPTS
3309 (("^SCRIPTS = mafft mafft-homologs.rb")
3310 "SCRIPTS = mafft")
3311 ;; remove mafft-homologs from MANPAGES
3312 (("^MANPAGES = mafft.1 mafft-homologs.1")
3313 "MANPAGES = mafft.1")
3314 ;; remove mafft-distance from PROGS
3315 (("^PROGS = dvtditr dndfast7 dndblast sextet5 mafft-distance")
3316 "PROGS = dvtditr dndfast7 dndblast sextet5")
3317 ;; remove mafft-profile from PROGS
3318 (("splittbfast disttbfast tbfast mafft-profile 2cl mccaskillwrap")
3319 "splittbfast disttbfast tbfast f2cl mccaskillwrap")
3320 (("^rm -f mafft-profile mafft-profile.exe") "#")
3321 (("^rm -f mafft-distance mafft-distance.exe") ")#")
3322 ;; do not install MAN pages in libexec folder
3323 (("^\t\\$\\(INSTALL\\) -m 644 \\$\\(MANPAGES\\) \
3324 \\$\\(DESTDIR\\)\\$\\(LIBDIR\\)") "#"))
3325 #t))
3326 (add-after 'enter-dir 'patch-paths
3327 (lambda* (#:key inputs #:allow-other-keys)
3328 (substitute* '("pairash.c"
3329 "mafft.tmpl")
3330 (("perl") (which "perl"))
3331 (("([\"`| ])awk" _ prefix)
3332 (string-append prefix (which "awk")))
3333 (("grep") (which "grep")))
3334 #t))
3335 (delete 'configure)
3336 (add-after 'install 'wrap-programs
3337 (lambda* (#:key outputs #:allow-other-keys)
3338 (let* ((out (assoc-ref outputs "out"))
3339 (bin (string-append out "/bin"))
3340 (path (string-append
3341 (assoc-ref %build-inputs "coreutils") "/bin:")))
3342 (for-each (lambda (file)
3343 (wrap-program file
3344 `("PATH" ":" prefix (,path))))
3345 (find-files bin)))
3346 #t)))))
3347 (inputs
3348 `(("perl" ,perl)
3349 ("ruby" ,ruby)
3350 ("gawk" ,gawk)
3351 ("grep" ,grep)
3352 ("coreutils" ,coreutils)))
3353 (home-page "http://mafft.cbrc.jp/alignment/software/")
3354 (synopsis "Multiple sequence alignment program")
3355 (description
3356 "MAFFT offers a range of multiple alignment methods for nucleotide and
3357 protein sequences. For instance, it offers L-INS-i (accurate; for alignment
3358 of <~200 sequences) and FFT-NS-2 (fast; for alignment of <~30,000
3359 sequences).")
3360 (license (license:non-copyleft
3361 "http://mafft.cbrc.jp/alignment/software/license.txt"
3362 "BSD-3 with different formatting"))))
3363
3364 (define-public mash
3365 (package
3366 (name "mash")
3367 (version "1.1.1")
3368 (source (origin
3369 (method url-fetch)
3370 (uri (string-append
3371 "https://github.com/marbl/mash/archive/v"
3372 version ".tar.gz"))
3373 (file-name (string-append name "-" version ".tar.gz"))
3374 (sha256
3375 (base32
3376 "08znbvqq5xknfhmpp3wcj574zvi4p7i8zifi67c9qw9a6ikp42fj"))
3377 (modules '((guix build utils)))
3378 (snippet
3379 ;; Delete bundled kseq.
3380 ;; TODO: Also delete bundled murmurhash and open bloom filter.
3381 '(delete-file "src/mash/kseq.h"))))
3382 (build-system gnu-build-system)
3383 (arguments
3384 `(#:tests? #f ; No tests.
3385 #:configure-flags
3386 (list
3387 (string-append "--with-capnp=" (assoc-ref %build-inputs "capnproto"))
3388 (string-append "--with-gsl=" (assoc-ref %build-inputs "gsl")))
3389 #:make-flags (list "CC=gcc")
3390 #:phases
3391 (modify-phases %standard-phases
3392 (add-after 'unpack 'fix-includes
3393 (lambda _
3394 (substitute* '("src/mash/Sketch.cpp" "src/mash/CommandFind.cpp")
3395 (("^#include \"kseq\\.h\"")
3396 "#include \"htslib/kseq.h\""))
3397 #t))
3398 (add-after 'fix-includes 'autoconf
3399 (lambda _ (zero? (system* "autoconf")))))))
3400 (native-inputs
3401 `(("autoconf" ,autoconf)
3402 ;; Capnproto and htslib are statically embedded in the final
3403 ;; application. Therefore we also list their licenses, below.
3404 ("capnproto" ,capnproto)
3405 ("htslib" ,htslib)))
3406 (inputs
3407 `(("gsl" ,gsl)
3408 ("zlib" ,zlib)))
3409 (supported-systems '("x86_64-linux"))
3410 (home-page "https://mash.readthedocs.io")
3411 (synopsis "Fast genome and metagenome distance estimation using MinHash")
3412 (description "Mash is a fast sequence distance estimator that uses the
3413 MinHash algorithm and is designed to work with genomes and metagenomes in the
3414 form of assemblies or reads.")
3415 (license (list license:bsd-3 ; Mash
3416 license:expat ; HTSlib and capnproto
3417 license:public-domain ; MurmurHash 3
3418 license:cpl1.0)))) ; Open Bloom Filter
3419
3420 (define-public metabat
3421 (package
3422 (name "metabat")
3423 (version "2.12.1")
3424 (source
3425 (origin
3426 (method url-fetch)
3427 (uri (string-append "https://bitbucket.org/berkeleylab/metabat/get/v"
3428 version ".tar.gz"))
3429 (file-name (string-append name "-" version ".tar.gz"))
3430 (sha256
3431 (base32
3432 "1hmvdalz3zj5sqqklg0l4npjdv37cv2hsdi1al9iby2ndxjs1b73"))
3433 (patches (search-patches "metabat-fix-compilation.patch"))))
3434 (build-system gnu-build-system)
3435 (arguments
3436 `(#:phases
3437 (modify-phases %standard-phases
3438 (add-after 'unpack 'fix-includes
3439 (lambda _
3440 (substitute* "src/BamUtils.h"
3441 (("^#include \"bam/bam\\.h\"")
3442 "#include \"samtools/bam.h\"")
3443 (("^#include \"bam/sam\\.h\"")
3444 "#include \"samtools/sam.h\""))
3445 (substitute* "src/KseqReader.h"
3446 (("^#include \"bam/kseq\\.h\"")
3447 "#include \"htslib/kseq.h\""))
3448 #t))
3449 (add-after 'unpack 'fix-scons
3450 (lambda* (#:key inputs #:allow-other-keys)
3451 (substitute* "SConstruct"
3452 (("^htslib_dir += 'samtools'")
3453 (string-append "htslib_dir = '"
3454 (assoc-ref inputs "htslib")
3455 "'"))
3456 (("^samtools_dir = 'samtools'")
3457 (string-append "samtools_dir = '"
3458 (assoc-ref inputs "samtools")
3459 "'"))
3460 (("^findStaticOrShared\\('bam', hts_lib")
3461 (string-append "findStaticOrShared('bam', '"
3462 (assoc-ref inputs "samtools")
3463 "/lib'"))
3464 ;; Do not distribute README.
3465 (("^env\\.Install\\(idir_prefix, 'README\\.md'\\)") ""))
3466 #t))
3467 (delete 'configure)
3468 (replace 'build
3469 (lambda* (#:key inputs outputs #:allow-other-keys)
3470 (mkdir (assoc-ref outputs "out"))
3471 (zero? (system* "scons"
3472 (string-append
3473 "PREFIX="
3474 (assoc-ref outputs "out"))
3475 (string-append
3476 "BOOST_ROOT="
3477 (assoc-ref inputs "boost"))
3478 "install"))))
3479 ;; Check and install are carried out during build phase.
3480 (delete 'check)
3481 (delete 'install))))
3482 (inputs
3483 `(("zlib" ,zlib)
3484 ("perl" ,perl)
3485 ("samtools" ,samtools)
3486 ("htslib" ,htslib)
3487 ("boost" ,boost)))
3488 (native-inputs
3489 `(("scons" ,scons)))
3490 (home-page "https://bitbucket.org/berkeleylab/metabat")
3491 (synopsis
3492 "Reconstruction of single genomes from complex microbial communities")
3493 (description
3494 "Grouping large genomic fragments assembled from shotgun metagenomic
3495 sequences to deconvolute complex microbial communities, or metagenome binning,
3496 enables the study of individual organisms and their interactions. MetaBAT is
3497 an automated metagenome binning software, which integrates empirical
3498 probabilistic distances of genome abundance and tetranucleotide frequency.")
3499 ;; The source code contains inline assembly.
3500 (supported-systems '("x86_64-linux" "i686-linux"))
3501 (license (license:non-copyleft "file://license.txt"
3502 "See license.txt in the distribution."))))
3503
3504 (define-public minced
3505 (package
3506 (name "minced")
3507 (version "0.2.0")
3508 (source (origin
3509 (method url-fetch)
3510 (uri (string-append
3511 "https://github.com/ctSkennerton/minced/archive/"
3512 version ".tar.gz"))
3513 (file-name (string-append name "-" version ".tar.gz"))
3514 (sha256
3515 (base32
3516 "0wxmlsapxfpxfd3ps9636h7i2xy6la8i42mwh0j2lsky63h63jp1"))))
3517 (build-system gnu-build-system)
3518 (arguments
3519 `(#:test-target "test"
3520 #:phases
3521 (modify-phases %standard-phases
3522 (delete 'configure)
3523 (add-before 'check 'fix-test
3524 (lambda _
3525 ;; Fix test for latest version.
3526 (substitute* "t/Aquifex_aeolicus_VF5.expected"
3527 (("minced:0.1.6") "minced:0.2.0"))
3528 #t))
3529 (replace 'install ; No install target.
3530 (lambda* (#:key inputs outputs #:allow-other-keys)
3531 (let* ((out (assoc-ref outputs "out"))
3532 (bin (string-append out "/bin"))
3533 (wrapper (string-append bin "/minced")))
3534 ;; Minced comes with a wrapper script that tries to figure out where
3535 ;; it is located before running the JAR. Since these paths are known
3536 ;; to us, we build our own wrapper to avoid coreutils dependency.
3537 (install-file "minced.jar" bin)
3538 (with-output-to-file wrapper
3539 (lambda _
3540 (display
3541 (string-append
3542 "#!" (assoc-ref inputs "bash") "/bin/sh\n\n"
3543 (assoc-ref inputs "jre") "/bin/java -jar "
3544 bin "/minced.jar \"$@\"\n"))))
3545 (chmod wrapper #o555)))))))
3546 (native-inputs
3547 `(("jdk" ,icedtea "jdk")))
3548 (inputs
3549 `(("bash" ,bash)
3550 ("jre" ,icedtea "out")))
3551 (home-page "https://github.com/ctSkennerton/minced")
3552 (synopsis "Mining CRISPRs in Environmental Datasets")
3553 (description
3554 "MinCED is a program to find Clustered Regularly Interspaced Short
3555 Palindromic Repeats (CRISPRs) in DNA sequences. It can be used for
3556 unassembled metagenomic reads, but is mainly designed for full genomes and
3557 assembled metagenomic sequence.")
3558 (license license:gpl3+)))
3559
3560 (define-public miso
3561 (package
3562 (name "miso")
3563 (version "0.5.4")
3564 (source (origin
3565 (method url-fetch)
3566 (uri (pypi-uri "misopy" version))
3567 (sha256
3568 (base32
3569 "1z3x0vd8ma7pdrnywj7i3kgwl89sdkwrrn62zl7r5calqaq2hyip"))
3570 (modules '((guix build utils)))
3571 (snippet
3572 '(substitute* "setup.py"
3573 ;; Use setuptools, or else the executables are not
3574 ;; installed.
3575 (("distutils.core") "setuptools")
3576 ;; use "gcc" instead of "cc" for compilation
3577 (("^defines")
3578 "cc.set_executables(
3579 compiler='gcc',
3580 compiler_so='gcc',
3581 linker_exe='gcc',
3582 linker_so='gcc -shared'); defines")))))
3583 (build-system python-build-system)
3584 (arguments
3585 `(#:python ,python-2 ; only Python 2 is supported
3586 #:tests? #f)) ; no "test" target
3587 (inputs
3588 `(("samtools" ,samtools)
3589 ("python-numpy" ,python2-numpy)
3590 ("python-pysam" ,python2-pysam)
3591 ("python-scipy" ,python2-scipy)
3592 ("python-matplotlib" ,python2-matplotlib)))
3593 (native-inputs
3594 `(("python-mock" ,python2-mock) ;for tests
3595 ("python-pytz" ,python2-pytz))) ;for tests
3596 (home-page "http://genes.mit.edu/burgelab/miso/index.html")
3597 (synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation")
3598 (description
3599 "MISO (Mixture-of-Isoforms) is a probabilistic framework that quantitates
3600 the expression level of alternatively spliced genes from RNA-Seq data, and
3601 identifies differentially regulated isoforms or exons across samples. By
3602 modeling the generative process by which reads are produced from isoforms in
3603 RNA-Seq, the MISO model uses Bayesian inference to compute the probability
3604 that a read originated from a particular isoform.")
3605 (license license:gpl2)))
3606
3607 (define-public muscle
3608 (package
3609 (name "muscle")
3610 (version "3.8.1551")
3611 (source (origin
3612 (method url-fetch/tarbomb)
3613 (uri (string-append
3614 "http://www.drive5.com/muscle/muscle_src_"
3615 version ".tar.gz"))
3616 (sha256
3617 (base32
3618 "0bj8kj7sdizy3987zx6w7axihk40fk8rn76mpbqqjcnd64i5a367"))))
3619 (build-system gnu-build-system)
3620 (arguments
3621 `(#:make-flags (list "LDLIBS = -lm")
3622 #:phases
3623 (modify-phases %standard-phases
3624 (delete 'configure)
3625 (replace 'check
3626 ;; There are no tests, so just test if it runs.
3627 (lambda _ (zero? (system* "./muscle" "-version"))))
3628 (replace 'install
3629 (lambda* (#:key outputs #:allow-other-keys)
3630 (let* ((out (assoc-ref outputs "out"))
3631 (bin (string-append out "/bin")))
3632 (install-file "muscle" bin)))))))
3633 (home-page "http://www.drive5.com/muscle")
3634 (synopsis "Multiple sequence alignment program")
3635 (description
3636 "MUSCLE aims to be a fast and accurate multiple sequence alignment
3637 program for nucleotide and protein sequences.")
3638 ;; License information found in 'muscle -h' and usage.cpp.
3639 (license license:public-domain)))
3640
3641 (define-public newick-utils
3642 ;; There are no recent releases so we package from git.
3643 (let ((commit "da121155a977197cab9fbb15953ca1b40b11eb87"))
3644 (package
3645 (name "newick-utils")
3646 (version (string-append "1.6-1." (string-take commit 8)))
3647 (source (origin
3648 (method git-fetch)
3649 (uri (git-reference
3650 (url "https://github.com/tjunier/newick_utils.git")
3651 (commit commit)))
3652 (file-name (string-append name "-" version "-checkout"))
3653 (sha256
3654 (base32
3655 "1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
3656 (build-system gnu-build-system)
3657 (arguments
3658 `(#:phases
3659 (modify-phases %standard-phases
3660 (add-after 'unpack 'autoconf
3661 (lambda _ (zero? (system* "autoreconf" "-vif")))))))
3662 (inputs
3663 ;; XXX: TODO: Enable Lua and Guile bindings.
3664 ;; https://github.com/tjunier/newick_utils/issues/13
3665 `(("libxml2" ,libxml2)
3666 ("flex" ,flex)
3667 ("bison" ,bison)))
3668 (native-inputs
3669 `(("autoconf" ,autoconf)
3670 ("automake" ,automake)
3671 ("libtool" ,libtool)))
3672 (synopsis "Programs for working with newick format phylogenetic trees")
3673 (description
3674 "Newick-utils is a suite of utilities for processing phylogenetic trees
3675 in Newick format. Functions include re-rooting, extracting subtrees,
3676 trimming, pruning, condensing, drawing (ASCII graphics or SVG).")
3677 (home-page "https://github.com/tjunier/newick_utils")
3678 (license license:bsd-3))))
3679
3680 (define-public orfm
3681 (package
3682 (name "orfm")
3683 (version "0.7.1")
3684 (source (origin
3685 (method url-fetch)
3686 (uri (string-append
3687 "https://github.com/wwood/OrfM/releases/download/v"
3688 version "/orfm-" version ".tar.gz"))
3689 (sha256
3690 (base32
3691 "16iigyr2gd8x0imzkk1dr3k5xsds9bpmwg31ayvjg0f4pir9rwqr"))))
3692 (build-system gnu-build-system)
3693 (inputs `(("zlib" ,zlib)))
3694 (native-inputs
3695 `(("ruby-bio-commandeer" ,ruby-bio-commandeer)
3696 ("ruby-rspec" ,ruby-rspec)
3697 ("ruby" ,ruby)))
3698 (synopsis "Simple and not slow open reading frame (ORF) caller")
3699 (description
3700 "An ORF caller finds stretches of DNA that, when translated, are not
3701 interrupted by stop codons. OrfM finds and prints these ORFs.")
3702 (home-page "https://github.com/wwood/OrfM")
3703 (license license:lgpl3+)))
3704
3705 (define-public pplacer
3706 (let ((commit "g807f6f3"))
3707 (package
3708 (name "pplacer")
3709 ;; The commit should be updated with each version change.
3710 (version "1.1.alpha19")
3711 (source
3712 (origin
3713 (method url-fetch)
3714 (uri (string-append "https://github.com/matsen/pplacer/archive/v"
3715 version ".tar.gz"))
3716 (file-name (string-append name "-" version ".tar.gz"))
3717 (sha256
3718 (base32 "0z1lnd2s8sh6kpzg106wzbh2szw7h0hvq8syd5a6wv4rmyyz6x0f"))))
3719 (build-system ocaml-build-system)
3720 (arguments
3721 `(#:ocaml ,ocaml-4.01
3722 #:findlib ,ocaml4.01-findlib
3723 #:modules ((guix build ocaml-build-system)
3724 (guix build utils)
3725 (ice-9 ftw))
3726 #:phases
3727 (modify-phases %standard-phases
3728 (delete 'configure)
3729 (add-after 'unpack 'replace-bundled-cddlib
3730 (lambda* (#:key inputs #:allow-other-keys)
3731 (let* ((cddlib-src (assoc-ref inputs "cddlib-src"))
3732 (local-dir "cddlib_guix"))
3733 (mkdir local-dir)
3734 (with-directory-excursion local-dir
3735 (system* "tar" "xvf" cddlib-src))
3736 (let ((cddlib-src-folder
3737 (string-append local-dir "/"
3738 (list-ref (scandir local-dir) 2)
3739 "/lib-src")))
3740 (for-each
3741 (lambda (file)
3742 (copy-file file
3743 (string-append "cdd_src/" (basename file))))
3744 (find-files cddlib-src-folder ".*[ch]$")))
3745 #t)))
3746 (add-after 'unpack 'fix-makefile
3747 (lambda _
3748 ;; Remove system calls to 'git'.
3749 (substitute* "Makefile"
3750 (("^DESCRIPT:=pplacer-.*")
3751 (string-append
3752 "DESCRIPT:=pplacer-$(shell uname)-v" ,version "\n")))
3753 (substitute* "myocamlbuild.ml"
3754 (("git describe --tags --long .*\\\" with")
3755 (string-append
3756 "echo -n v" ,version "-" ,commit "\" with")))
3757 #t))
3758 (replace 'install
3759 (lambda* (#:key outputs #:allow-other-keys)
3760 (let* ((out (assoc-ref outputs "out"))
3761 (bin (string-append out "/bin")))
3762 (copy-recursively "bin" bin))
3763 #t)))))
3764 (native-inputs
3765 `(("zlib" ,zlib)
3766 ("gsl" ,gsl)
3767 ("ocaml-ounit" ,ocaml4.01-ounit)
3768 ("ocaml-batteries" ,ocaml4.01-batteries)
3769 ("ocaml-camlzip" ,ocaml4.01-camlzip)
3770 ("ocaml-csv" ,ocaml4.01-csv)
3771 ("ocaml-sqlite3" ,ocaml4.01-sqlite3)
3772 ("ocaml-xmlm" ,ocaml4.01-xmlm)
3773 ("ocaml-mcl" ,ocaml4.01-mcl)
3774 ("ocaml-gsl" ,ocaml4.01-gsl)
3775 ("cddlib-src" ,(package-source cddlib))))
3776 (propagated-inputs
3777 `(("pplacer-scripts" ,pplacer-scripts)))
3778 (synopsis "Phylogenetic placement of biological sequences")
3779 (description
3780 "Pplacer places query sequences on a fixed reference phylogenetic tree
3781 to maximize phylogenetic likelihood or posterior probability according to a
3782 reference alignment. Pplacer is designed to be fast, to give useful
3783 information about uncertainty, and to offer advanced visualization and
3784 downstream analysis.")
3785 (home-page "http://matsen.fhcrc.org/pplacer")
3786 (license license:gpl3))))
3787
3788 ;; This package is installed alongside 'pplacer'. It is a separate package so
3789 ;; that it can use the python-build-system for the scripts that are
3790 ;; distributed alongside the main OCaml binaries.
3791 (define pplacer-scripts
3792 (package
3793 (inherit pplacer)
3794 (name "pplacer-scripts")
3795 (build-system python-build-system)
3796 (arguments
3797 `(#:python ,python-2
3798 #:phases
3799 (modify-phases %standard-phases
3800 (add-after 'unpack 'enter-scripts-dir
3801 (lambda _ (chdir "scripts")))
3802 (replace 'check
3803 (lambda _
3804 (zero? (system* "python" "-m" "unittest" "discover" "-v"))))
3805 (add-after 'install 'wrap-executables
3806 (lambda* (#:key inputs outputs #:allow-other-keys)
3807 (let* ((out (assoc-ref outputs "out"))
3808 (bin (string-append out "/bin")))
3809 (let ((path (string-append
3810 (assoc-ref inputs "hmmer") "/bin:"
3811 (assoc-ref inputs "infernal") "/bin")))
3812 (display path)
3813 (wrap-program (string-append bin "/refpkg_align.py")
3814 `("PATH" ":" prefix (,path))))
3815 (let ((path (string-append
3816 (assoc-ref inputs "hmmer") "/bin")))
3817 (wrap-program (string-append bin "/hrefpkg_query.py")
3818 `("PATH" ":" prefix (,path)))))
3819 #t)))))
3820 (inputs
3821 `(("infernal" ,infernal)
3822 ("hmmer" ,hmmer)))
3823 (propagated-inputs
3824 `(("python-biopython" ,python2-biopython)
3825 ("taxtastic" ,taxtastic)))
3826 (synopsis "Pplacer Python scripts")))
3827
3828 (define-public python2-pbcore
3829 (package
3830 (name "python2-pbcore")
3831 (version "1.2.10")
3832 (source (origin
3833 (method url-fetch)
3834 (uri (pypi-uri "pbcore" version))
3835 (sha256
3836 (base32
3837 "1kjmv891d6qbpp4shhhvkl02ff4q5xlpnls2513sm2cjcrs52f1i"))))
3838 (build-system python-build-system)
3839 (arguments `(#:python ,python-2)) ; pbcore requires Python 2.7
3840 (propagated-inputs
3841 `(("python-cython" ,python2-cython)
3842 ("python-numpy" ,python2-numpy)
3843 ("python-pysam" ,python2-pysam)
3844 ("python-h5py" ,python2-h5py)))
3845 (native-inputs
3846 `(("python-nose" ,python2-nose)
3847 ("python-sphinx" ,python2-sphinx)
3848 ("python-pyxb" ,python2-pyxb)))
3849 (home-page "http://pacificbiosciences.github.io/pbcore/")
3850 (synopsis "Library for reading and writing PacBio data files")
3851 (description
3852 "The pbcore package provides Python APIs for interacting with PacBio data
3853 files and writing bioinformatics applications.")
3854 (license license:bsd-3)))
3855
3856 (define-public python2-warpedlmm
3857 (package
3858 (name "python2-warpedlmm")
3859 (version "0.21")
3860 (source
3861 (origin
3862 (method url-fetch)
3863 (uri (string-append
3864 "https://pypi.python.org/packages/source/W/WarpedLMM/WarpedLMM-"
3865 version ".zip"))
3866 (sha256
3867 (base32
3868 "1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j"))))
3869 (build-system python-build-system)
3870 (arguments
3871 `(#:python ,python-2)) ; requires Python 2.7
3872 (propagated-inputs
3873 `(("python-scipy" ,python2-scipy)
3874 ("python-numpy" ,python2-numpy)
3875 ("python-matplotlib" ,python2-matplotlib)
3876 ("python-fastlmm" ,python2-fastlmm)
3877 ("python-pandas" ,python2-pandas)
3878 ("python-pysnptools" ,python2-pysnptools)))
3879 (native-inputs
3880 `(("python-mock" ,python2-mock)
3881 ("python-nose" ,python2-nose)
3882 ("unzip" ,unzip)))
3883 (home-page "https://github.com/PMBio/warpedLMM")
3884 (synopsis "Implementation of warped linear mixed models")
3885 (description
3886 "WarpedLMM is a Python implementation of the warped linear mixed model,
3887 which automatically learns an optimal warping function (or transformation) for
3888 the phenotype as it models the data.")
3889 (license license:asl2.0)))
3890
3891 (define-public pbtranscript-tofu
3892 (let ((commit "8f5467fe6a4472bcfb4226c8720993c8507adfe4"))
3893 (package
3894 (name "pbtranscript-tofu")
3895 (version (string-append "2.2.3." (string-take commit 7)))
3896 (source (origin
3897 (method git-fetch)
3898 (uri (git-reference
3899 (url "https://github.com/PacificBiosciences/cDNA_primer.git")
3900 (commit commit)))
3901 (file-name (string-append name "-" version "-checkout"))
3902 (sha256
3903 (base32
3904 "1lgnpi35ihay42qx0b6yl3kkgra723i413j33kvs0kvs61h82w0f"))
3905 (modules '((guix build utils)))
3906 (snippet
3907 '(begin
3908 ;; remove bundled Cython sources
3909 (delete-file "pbtranscript-tofu/pbtranscript/Cython-0.20.1.tar.gz")
3910 #t))))
3911 (build-system python-build-system)
3912 (arguments
3913 `(#:python ,python-2
3914 ;; FIXME: Tests fail with "No such file or directory:
3915 ;; pbtools/pbtranscript/modified_bx_intervals/intersection_unique.so"
3916 #:tests? #f
3917 #:phases
3918 (modify-phases %standard-phases
3919 (add-after 'unpack 'enter-directory
3920 (lambda _
3921 (chdir "pbtranscript-tofu/pbtranscript/")
3922 #t))
3923 ;; With setuptools version 18.0 and later this setup.py hack causes
3924 ;; a build error, so we disable it.
3925 (add-after 'enter-directory 'patch-setuppy
3926 (lambda _
3927 (substitute* "setup.py"
3928 (("if 'setuptools.extension' in sys.modules:")
3929 "if False:"))
3930 #t)))))
3931 (inputs
3932 `(("python-numpy" ,python2-numpy)
3933 ("python-bx-python" ,python2-bx-python)
3934 ("python-networkx" ,python2-networkx)
3935 ("python-scipy" ,python2-scipy)
3936 ("python-pbcore" ,python2-pbcore)
3937 ("python-h5py" ,python2-h5py)))
3938 (native-inputs
3939 `(("python-cython" ,python2-cython)
3940 ("python-nose" ,python2-nose)))
3941 (home-page "https://github.com/PacificBiosciences/cDNA_primer")
3942 (synopsis "Analyze transcriptome data generated with the Iso-Seq protocol")
3943 (description
3944 "pbtranscript-tofu contains scripts to analyze transcriptome data
3945 generated using the PacBio Iso-Seq protocol.")
3946 (license license:bsd-3))))
3947
3948 (define-public prank
3949 (package
3950 (name "prank")
3951 (version "150803")
3952 (source (origin
3953 (method url-fetch)
3954 (uri (string-append
3955 "http://wasabiapp.org/download/prank/prank.source."
3956 version ".tgz"))
3957 (sha256
3958 (base32
3959 "0am4z94fs3w2n5xpfls9zda61vq7qqz4q2i7b9hlsxz5q4j3kfm4"))))
3960 (build-system gnu-build-system)
3961 (arguments
3962 `(#:phases
3963 (modify-phases %standard-phases
3964 (add-after 'unpack 'enter-src-dir
3965 (lambda _
3966 (chdir "src")
3967 #t))
3968 (add-after 'unpack 'remove-m64-flag
3969 ;; Prank will build with the correct 'bit-ness' without this flag
3970 ;; and this allows building on 32-bit machines.
3971 (lambda _ (substitute* "src/Makefile"
3972 (("-m64") ""))
3973 #t))
3974 (delete 'configure)
3975 (replace 'install
3976 (lambda* (#:key outputs #:allow-other-keys)
3977 (let* ((out (assoc-ref outputs "out"))
3978 (bin (string-append out "/bin"))
3979 (man (string-append out "/share/man/man1"))
3980 (path (string-append
3981 (assoc-ref %build-inputs "mafft") "/bin:"
3982 (assoc-ref %build-inputs "exonerate") "/bin:"
3983 (assoc-ref %build-inputs "bppsuite") "/bin")))
3984 (install-file "prank" bin)
3985 (wrap-program (string-append bin "/prank")
3986 `("PATH" ":" prefix (,path)))
3987 (install-file "prank.1" man))
3988 #t)))))
3989 (inputs
3990 `(("mafft" ,mafft)
3991 ("exonerate" ,exonerate)
3992 ("bppsuite" ,bppsuite)))
3993 (home-page "http://wasabiapp.org/software/prank/")
3994 (synopsis "Probabilistic multiple sequence alignment program")
3995 (description
3996 "PRANK is a probabilistic multiple sequence alignment program for DNA,
3997 codon and amino-acid sequences. It is based on a novel algorithm that treats
3998 insertions correctly and avoids over-estimation of the number of deletion
3999 events. In addition, PRANK borrows ideas from maximum likelihood methods used
4000 in phylogenetics and correctly takes into account the evolutionary distances
4001 between sequences. Lastly, PRANK allows for defining a potential structure
4002 for sequences to be aligned and then, simultaneously with the alignment,
4003 predicts the locations of structural units in the sequences.")
4004 (license license:gpl2+)))
4005
4006 (define-public proteinortho
4007 (package
4008 (name "proteinortho")
4009 (version "5.16b")
4010 (source
4011 (origin
4012 (method url-fetch)
4013 (uri
4014 (string-append
4015 "http://www.bioinf.uni-leipzig.de/Software/proteinortho/proteinortho_v"
4016 version "_src.tar.gz"))
4017 (sha256
4018 (base32
4019 "1wl0dawpssqwfjvr651r4wlww8hhjin8nba6xh71ks7sbypx886j"))))
4020 (build-system gnu-build-system)
4021 (arguments
4022 `(#:test-target "test"
4023 #:phases
4024 (modify-phases %standard-phases
4025 (replace 'configure
4026 ;; There is no configure script, so we modify the Makefile directly.
4027 (lambda* (#:key outputs #:allow-other-keys)
4028 (substitute* "Makefile"
4029 (("INSTALLDIR=.*")
4030 (string-append
4031 "INSTALLDIR=" (assoc-ref outputs "out") "/bin\n")))
4032 #t))
4033 (add-before 'install 'make-install-directory
4034 ;; The install directory is not created during 'make install'.
4035 (lambda* (#:key outputs #:allow-other-keys)
4036 (mkdir-p (string-append (assoc-ref outputs "out") "/bin"))
4037 #t))
4038 (add-after 'install 'wrap-programs
4039 (lambda* (#:key inputs outputs #:allow-other-keys)
4040 (let* ((path (getenv "PATH"))
4041 (out (assoc-ref outputs "out"))
4042 (binary (string-append out "/bin/proteinortho5.pl")))
4043 (wrap-program binary `("PATH" ":" prefix (,path))))
4044 #t)))))
4045 (inputs
4046 `(("perl" ,perl)
4047 ("python" ,python-2)
4048 ("blast+" ,blast+)))
4049 (home-page "http://www.bioinf.uni-leipzig.de/Software/proteinortho")
4050 (synopsis "Detect orthologous genes across species")
4051 (description
4052 "Proteinortho is a tool to detect orthologous genes across different
4053 species. For doing so, it compares similarities of given gene sequences and
4054 clusters them to find significant groups. The algorithm was designed to handle
4055 large-scale data and can be applied to hundreds of species at once.")
4056 (license license:gpl2+)))
4057
4058 (define-public pyicoteo
4059 (package
4060 (name "pyicoteo")
4061 (version "2.0.7")
4062 (source
4063 (origin
4064 (method url-fetch)
4065 (uri (string-append "https://bitbucket.org/regulatorygenomicsupf/"
4066 "pyicoteo/get/v" version ".tar.bz2"))
4067 (file-name (string-append name "-" version ".tar.bz2"))
4068 (sha256
4069 (base32
4070 "0d6087f29xp8wxwlj111c3sylli98n0l8ry58c51ixzq0zfm50wa"))))
4071 (build-system python-build-system)
4072 (arguments
4073 `(#:python ,python-2 ; does not work with Python 3
4074 #:tests? #f)) ; there are no tests
4075 (inputs
4076 `(("python2-matplotlib" ,python2-matplotlib)))
4077 (home-page "https://bitbucket.org/regulatorygenomicsupf/pyicoteo")
4078 (synopsis "Analyze high-throughput genetic sequencing data")
4079 (description
4080 "Pyicoteo is a suite of tools for the analysis of high-throughput genetic
4081 sequencing data. It works with genomic coordinates. There are currently six
4082 different command-line tools:
4083
4084 @enumerate
4085 @item pyicoregion: for generating exploratory regions automatically;
4086 @item pyicoenrich: for differential enrichment between two conditions;
4087 @item pyicoclip: for calling CLIP-Seq peaks without a control;
4088 @item pyicos: for genomic coordinates manipulation;
4089 @item pyicoller: for peak calling on punctuated ChIP-Seq;
4090 @item pyicount: to count how many reads from N experiment files overlap in a
4091 region file;
4092 @item pyicotrocol: to combine operations from pyicoteo.
4093 @end enumerate\n")
4094 (license license:gpl3+)))
4095
4096 (define-public prodigal
4097 (package
4098 (name "prodigal")
4099 (version "2.6.3")
4100 (source (origin
4101 (method url-fetch)
4102 (uri (string-append
4103 "https://github.com/hyattpd/Prodigal/archive/v"
4104 version ".tar.gz"))
4105 (file-name (string-append name "-" version ".tar.gz"))
4106 (sha256
4107 (base32
4108 "17srxkqd3jc77xk15pfbgg1a9xahqg7337w95mrsia7mpza4l2c9"))))
4109 (build-system gnu-build-system)
4110 (arguments
4111 `(#:tests? #f ;no check target
4112 #:make-flags (list (string-append "INSTALLDIR="
4113 (assoc-ref %outputs "out")
4114 "/bin"))
4115 #:phases
4116 (modify-phases %standard-phases
4117 (delete 'configure))))
4118 (home-page "http://prodigal.ornl.gov")
4119 (synopsis "Protein-coding gene prediction for Archaea and Bacteria")
4120 (description
4121 "Prodigal runs smoothly on finished genomes, draft genomes, and
4122 metagenomes, providing gene predictions in GFF3, Genbank, or Sequin table
4123 format. It runs quickly, in an unsupervised fashion, handles gaps, handles
4124 partial genes, and identifies translation initiation sites.")
4125 (license license:gpl3+)))
4126
4127 (define-public roary
4128 (package
4129 (name "roary")
4130 (version "3.11.0")
4131 (source
4132 (origin
4133 (method url-fetch)
4134 (uri (string-append
4135 "mirror://cpan/authors/id/A/AJ/AJPAGE/Bio-Roary-"
4136 version ".tar.gz"))
4137 (sha256
4138 (base32
4139 "10lw78x1xzvn7xzvnmh4bm3cak3ah5cssapl0yidvhaj1f44h29i"))))
4140 (build-system perl-build-system)
4141 (arguments
4142 `(#:phases
4143 (modify-phases %standard-phases
4144 (delete 'configure)
4145 (delete 'build)
4146 (replace 'check
4147 (lambda _
4148 ;; The tests are not run by default, so we run each test file
4149 ;; directly.
4150 (setenv "PATH" (string-append (getcwd) "/bin" ":"
4151 (getenv "PATH")))
4152 (setenv "PERL5LIB" (string-append (getcwd) "/lib" ":"
4153 (getenv "PERL5LIB")))
4154 (zero? (length (filter (lambda (file)
4155 (display file)(display "\n")
4156 (not (zero? (system* "perl" file))))
4157 (find-files "t" ".*\\.t$"))))))
4158 (replace 'install
4159 ;; There is no 'install' target in the Makefile.
4160 (lambda* (#:key outputs #:allow-other-keys)
4161 (let* ((out (assoc-ref outputs "out"))
4162 (bin (string-append out "/bin"))
4163 (perl (string-append out "/lib/perl5/site_perl"))
4164 (roary-plots "contrib/roary_plots"))
4165 (mkdir-p bin)
4166 (mkdir-p perl)
4167 (copy-recursively "bin" bin)
4168 (copy-recursively "lib" perl)
4169 #t)))
4170 (add-after 'install 'wrap-programs
4171 (lambda* (#:key inputs outputs #:allow-other-keys)
4172 (let* ((out (assoc-ref outputs "out"))
4173 (perl5lib (getenv "PERL5LIB"))
4174 (path (getenv "PATH")))
4175 (for-each (lambda (prog)
4176 (let ((binary (string-append out "/" prog)))
4177 (wrap-program binary
4178 `("PERL5LIB" ":" prefix
4179 (,(string-append perl5lib ":" out
4180 "/lib/perl5/site_perl"))))
4181 (wrap-program binary
4182 `("PATH" ":" prefix
4183 (,(string-append path ":" out "/bin"))))))
4184 (find-files "bin" ".*[^R]$"))
4185 (let ((file
4186 (string-append out "/bin/roary-create_pan_genome_plots.R"))
4187 (r-site-lib (getenv "R_LIBS_SITE"))
4188 (coreutils-path
4189 (string-append (assoc-ref inputs "coreutils") "/bin")))
4190 (wrap-program file
4191 `("R_LIBS_SITE" ":" prefix
4192 (,(string-append r-site-lib ":" out "/site-library/"))))
4193 (wrap-program file
4194 `("PATH" ":" prefix
4195 (,(string-append coreutils-path ":" out "/bin"))))))
4196 #t)))))
4197 (native-inputs
4198 `(("perl-env-path" ,perl-env-path)
4199 ("perl-test-files" ,perl-test-files)
4200 ("perl-test-most" ,perl-test-most)
4201 ("perl-test-output" ,perl-test-output)))
4202 (inputs
4203 `(("perl-array-utils" ,perl-array-utils)
4204 ("bioperl" ,bioperl-minimal)
4205 ("perl-digest-md5-file" ,perl-digest-md5-file)
4206 ("perl-exception-class" ,perl-exception-class)
4207 ("perl-file-find-rule" ,perl-file-find-rule)
4208 ("perl-file-grep" ,perl-file-grep)
4209 ("perl-file-slurper" ,perl-file-slurper)
4210 ("perl-file-which" ,perl-file-which)
4211 ("perl-graph" ,perl-graph)
4212 ("perl-graph-readwrite" ,perl-graph-readwrite)
4213 ("perl-log-log4perl" ,perl-log-log4perl)
4214 ("perl-moose" ,perl-moose)
4215 ("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)
4216 ("perl-text-csv" ,perl-text-csv)
4217 ("bedtools" ,bedtools)
4218 ("cd-hit" ,cd-hit)
4219 ("blast+" ,blast+)
4220 ("mcl" ,mcl)
4221 ("parallel" ,parallel)
4222 ("prank" ,prank)
4223 ("mafft" ,mafft)
4224 ("fasttree" ,fasttree)
4225 ("grep" ,grep)
4226 ("sed" ,sed)
4227 ("gawk" ,gawk)
4228 ("r-minimal" ,r-minimal)
4229 ("r-ggplot2" ,r-ggplot2)
4230 ("coreutils" ,coreutils)))
4231 (home-page "http://sanger-pathogens.github.io/Roary")
4232 (synopsis "High speed stand-alone pan genome pipeline")
4233 (description
4234 "Roary is a high speed stand alone pan genome pipeline, which takes
4235 annotated assemblies in GFF3 format (produced by the Prokka program) and
4236 calculates the pan genome. Using a standard desktop PC, it can analyse
4237 datasets with thousands of samples, without compromising the quality of the
4238 results. 128 samples can be analysed in under 1 hour using 1 GB of RAM and a
4239 single processor. Roary is not intended for metagenomics or for comparing
4240 extremely diverse sets of genomes.")
4241 (license license:gpl3)))
4242
4243 (define-public raxml
4244 (package
4245 (name "raxml")
4246 (version "8.2.10")
4247 (source
4248 (origin
4249 (method url-fetch)
4250 (uri
4251 (string-append
4252 "https://github.com/stamatak/standard-RAxML/archive/v"
4253 version ".tar.gz"))
4254 (file-name (string-append name "-" version ".tar.gz"))
4255 (sha256
4256 (base32
4257 "13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
4258 (build-system gnu-build-system)
4259 (arguments
4260 `(#:tests? #f ; There are no tests.
4261 ;; Use 'standard' Makefile rather than SSE or AVX ones.
4262 #:make-flags (list "-f" "Makefile.HYBRID.gcc")
4263 #:phases
4264 (modify-phases %standard-phases
4265 (delete 'configure)
4266 (replace 'install
4267 (lambda* (#:key outputs #:allow-other-keys)
4268 (let* ((out (assoc-ref outputs "out"))
4269 (bin (string-append out "/bin"))
4270 (executable "raxmlHPC-HYBRID"))
4271 (install-file executable bin)
4272 (symlink (string-append bin "/" executable) "raxml"))
4273 #t)))))
4274 (inputs
4275 `(("openmpi" ,openmpi)))
4276 (home-page "http://sco.h-its.org/exelixis/web/software/raxml/index.html")
4277 (synopsis "Randomized Axelerated Maximum Likelihood phylogenetic trees")
4278 (description
4279 "RAxML is a tool for phylogenetic analysis and post-analysis of large
4280 phylogenies.")
4281 ;; The source includes x86 specific code
4282 (supported-systems '("x86_64-linux" "i686-linux"))
4283 (license license:gpl2+)))
4284
4285 (define-public rsem
4286 (package
4287 (name "rsem")
4288 (version "1.2.20")
4289 (source
4290 (origin
4291 (method url-fetch)
4292 (uri
4293 (string-append "http://deweylab.biostat.wisc.edu/rsem/src/rsem-"
4294 version ".tar.gz"))
4295 (sha256
4296 (base32 "0nzdc0j0hjllhsd5f2xli95dafm3nawskigs140xzvjk67xh0r9q"))
4297 (patches (search-patches "rsem-makefile.patch"))
4298 (modules '((guix build utils)))
4299 (snippet
4300 '(begin
4301 ;; remove bundled copy of boost
4302 (delete-file-recursively "boost")
4303 #t))))
4304 (build-system gnu-build-system)
4305 (arguments
4306 `(#:tests? #f ;no "check" target
4307 #:phases
4308 (modify-phases %standard-phases
4309 ;; No "configure" script.
4310 ;; Do not build bundled samtools library.
4311 (replace 'configure
4312 (lambda _
4313 (substitute* "Makefile"
4314 (("^all : sam/libbam.a") "all : "))
4315 #t))
4316 (replace 'install
4317 (lambda* (#:key outputs #:allow-other-keys)
4318 (let* ((out (string-append (assoc-ref outputs "out")))
4319 (bin (string-append out "/bin/"))
4320 (perl (string-append out "/lib/perl5/site_perl")))
4321 (mkdir-p bin)
4322 (mkdir-p perl)
4323 (for-each (lambda (file)
4324 (install-file file bin))
4325 (find-files "." "rsem-.*"))
4326 (install-file "rsem_perl_utils.pm" perl))
4327 #t))
4328 (add-after
4329 'install 'wrap-program
4330 (lambda* (#:key outputs #:allow-other-keys)
4331 (let ((out (assoc-ref outputs "out")))
4332 (for-each (lambda (prog)
4333 (wrap-program (string-append out "/bin/" prog)
4334 `("PERL5LIB" ":" prefix
4335 (,(string-append out "/lib/perl5/site_perl")))))
4336 '("rsem-plot-transcript-wiggles"
4337 "rsem-calculate-expression"
4338 "rsem-generate-ngvector"
4339 "rsem-run-ebseq"
4340 "rsem-prepare-reference")))
4341 #t)))))
4342 (inputs
4343 `(("boost" ,boost)
4344 ("ncurses" ,ncurses)
4345 ("r-minimal" ,r-minimal)
4346 ("perl" ,perl)
4347 ("samtools" ,samtools-0.1)
4348 ("zlib" ,zlib)))
4349 (home-page "http://deweylab.biostat.wisc.edu/rsem/")
4350 (synopsis "Estimate gene expression levels from RNA-Seq data")
4351 (description
4352 "RSEM is a software package for estimating gene and isoform expression
4353 levels from RNA-Seq data. The RSEM package provides a user-friendly
4354 interface, supports threads for parallel computation of the EM algorithm,
4355 single-end and paired-end read data, quality scores, variable-length reads and
4356 RSPD estimation. In addition, it provides posterior mean and 95% credibility
4357 interval estimates for expression levels. For visualization, it can generate
4358 BAM and Wiggle files in both transcript-coordinate and genomic-coordinate.")
4359 (license license:gpl3+)))
4360
4361 (define-public rseqc
4362 (package
4363 (name "rseqc")
4364 (version "2.6.1")
4365 (source
4366 (origin
4367 (method url-fetch)
4368 (uri
4369 (string-append "mirror://sourceforge/rseqc/"
4370 "RSeQC-" version ".tar.gz"))
4371 (sha256
4372 (base32 "15ly0254yi032qzkdplg00q144qfdsd986gh62829rl5bkxhj330"))
4373 (modules '((guix build utils)))
4374 (snippet
4375 '(begin
4376 ;; remove bundled copy of pysam
4377 (delete-file-recursively "lib/pysam")
4378 (substitute* "setup.py"
4379 ;; remove dependency on outdated "distribute" module
4380 (("^from distribute_setup import use_setuptools") "")
4381 (("^use_setuptools\\(\\)") "")
4382 ;; do not use bundled copy of pysam
4383 (("^have_pysam = False") "have_pysam = True"))))))
4384 (build-system python-build-system)
4385 (arguments `(#:python ,python-2))
4386 (inputs
4387 `(("python-cython" ,python2-cython)
4388 ("python-pysam" ,python2-pysam)
4389 ("python-numpy" ,python2-numpy)
4390 ("zlib" ,zlib)))
4391 (native-inputs
4392 `(("python-nose" ,python2-nose)))
4393 (home-page "http://rseqc.sourceforge.net/")
4394 (synopsis "RNA-seq quality control package")
4395 (description
4396 "RSeQC provides a number of modules that can comprehensively evaluate
4397 high throughput sequence data, especially RNA-seq data. Some basic modules
4398 inspect sequence quality, nucleotide composition bias, PCR bias and GC bias,
4399 while RNA-seq specific modules evaluate sequencing saturation, mapped reads
4400 distribution, coverage uniformity, strand specificity, etc.")
4401 (license license:gpl3+)))
4402
4403 (define-public seek
4404 ;; There are no release tarballs. According to the installation
4405 ;; instructions at http://seek.princeton.edu/installation.jsp, the latest
4406 ;; stable release is identified by this changeset ID.
4407 (let ((changeset "2329130")
4408 (revision "1"))
4409 (package
4410 (name "seek")
4411 (version (string-append "0-" revision "." changeset))
4412 (source (origin
4413 (method hg-fetch)
4414 (uri (hg-reference
4415 (url "https://bitbucket.org/libsleipnir/sleipnir")
4416 (changeset changeset)))
4417 (sha256
4418 (base32
4419 "0qrvilwh18dpbhkf92qvxbmay0j75ra3jg2wrhz67gf538zzphsx"))))
4420 (build-system gnu-build-system)
4421 (arguments
4422 `(#:modules ((srfi srfi-1)
4423 (guix build gnu-build-system)
4424 (guix build utils))
4425 #:phases
4426 (let ((dirs '("SeekMiner"
4427 "SeekEvaluator"
4428 "SeekPrep"
4429 "Distancer"
4430 "Data2DB"
4431 "PCL2Bin")))
4432 (modify-phases %standard-phases
4433 (add-before 'configure 'bootstrap
4434 (lambda _
4435 (zero? (system* "bash" "gen_auto"))))
4436 (add-after 'build 'build-additional-tools
4437 (lambda* (#:key make-flags #:allow-other-keys)
4438 (every (lambda (dir)
4439 (with-directory-excursion (string-append "tools/" dir)
4440 (zero? (apply system* "make" make-flags))))
4441 dirs)))
4442 (add-after 'install 'install-additional-tools
4443 (lambda* (#:key make-flags #:allow-other-keys)
4444 (fold (lambda (dir result)
4445 (with-directory-excursion (string-append "tools/" dir)
4446 (and result
4447 (zero? (apply system*
4448 `("make" ,@make-flags "install"))))))
4449 #t dirs)))))))
4450 (inputs
4451 `(("gsl" ,gsl)
4452 ("boost" ,boost)
4453 ("libsvm" ,libsvm)
4454 ("readline" ,readline)
4455 ("gengetopt" ,gengetopt)
4456 ("log4cpp" ,log4cpp)))
4457 (native-inputs
4458 `(("autoconf" ,autoconf)
4459 ("automake" ,automake)
4460 ("perl" ,perl)))
4461 (home-page "http://seek.princeton.edu")
4462 (synopsis "Gene co-expression search engine")
4463 (description
4464 "SEEK is a computational gene co-expression search engine. SEEK provides
4465 biologists with a way to navigate the massive human expression compendium that
4466 now contains thousands of expression datasets. SEEK returns a robust ranking
4467 of co-expressed genes in the biological area of interest defined by the user's
4468 query genes. It also prioritizes thousands of expression datasets according
4469 to the user's query of interest.")
4470 (license license:cc-by3.0))))
4471
4472 (define-public samtools
4473 (package
4474 (name "samtools")
4475 (version "1.5")
4476 (source
4477 (origin
4478 (method url-fetch)
4479 (uri
4480 (string-append "mirror://sourceforge/samtools/samtools/"
4481 version "/samtools-" version ".tar.bz2"))
4482 (sha256
4483 (base32
4484 "1xidmv0jmfy7l0kb32hdnlshcxgzi1hmygvig0cqrq1fhckdlhl5"))))
4485 (build-system gnu-build-system)
4486 (arguments
4487 `(#:modules ((ice-9 ftw)
4488 (ice-9 regex)
4489 (guix build gnu-build-system)
4490 (guix build utils))
4491 #:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
4492 #:configure-flags (list "--with-ncurses" "--with-htslib=system")
4493 #:phases
4494 (modify-phases %standard-phases
4495 (add-after 'unpack 'patch-tests
4496 (lambda _
4497 (substitute* "test/test.pl"
4498 ;; The test script calls out to /bin/bash
4499 (("/bin/bash") (which "bash")))
4500 #t))
4501 (add-after 'install 'install-library
4502 (lambda* (#:key outputs #:allow-other-keys)
4503 (let ((lib (string-append (assoc-ref outputs "out") "/lib")))
4504 (install-file "libbam.a" lib)
4505 #t)))
4506 (add-after 'install 'install-headers
4507 (lambda* (#:key outputs #:allow-other-keys)
4508 (let ((include (string-append (assoc-ref outputs "out")
4509 "/include/samtools/")))
4510 (for-each (lambda (file)
4511 (install-file file include))
4512 (scandir "." (lambda (name) (string-match "\\.h$" name))))
4513 #t))))))
4514 (native-inputs `(("pkg-config" ,pkg-config)))
4515 (inputs
4516 `(("htslib" ,htslib)
4517 ("ncurses" ,ncurses)
4518 ("perl" ,perl)
4519 ("python" ,python)
4520 ("zlib" ,zlib)))
4521 (home-page "http://samtools.sourceforge.net")
4522 (synopsis "Utilities to efficiently manipulate nucleotide sequence alignments")
4523 (description
4524 "Samtools implements various utilities for post-processing nucleotide
4525 sequence alignments in the SAM, BAM, and CRAM formats, including indexing,
4526 variant calling (in conjunction with bcftools), and a simple alignment
4527 viewer.")
4528 (license license:expat)))
4529
4530 (define-public samtools-0.1
4531 ;; This is the most recent version of the 0.1 line of samtools. The input
4532 ;; and output formats differ greatly from that used and produced by samtools
4533 ;; 1.x and is still used in many bioinformatics pipelines.
4534 (package (inherit samtools)
4535 (version "0.1.19")
4536 (source
4537 (origin
4538 (method url-fetch)
4539 (uri
4540 (string-append "mirror://sourceforge/samtools/samtools/"
4541 version "/samtools-" version ".tar.bz2"))
4542 (sha256
4543 (base32 "1m33xsfwz0s8qi45lylagfllqg7fphf4dr0780rsvw75av9wk06h"))))
4544 (arguments
4545 `(#:tests? #f ;no "check" target
4546 ,@(substitute-keyword-arguments (package-arguments samtools)
4547 ((#:make-flags flags)
4548 `(cons "LIBCURSES=-lncurses" ,flags))
4549 ((#:phases phases)
4550 `(modify-phases ,phases
4551 (replace 'install
4552 (lambda* (#:key outputs #:allow-other-keys)
4553 (let ((bin (string-append
4554 (assoc-ref outputs "out") "/bin")))
4555 (mkdir-p bin)
4556 (install-file "samtools" bin)
4557 #t)))
4558 (delete 'patch-tests)
4559 (delete 'configure))))))))
4560
4561 (define-public mosaik
4562 (let ((commit "5c25216d3522d6a33e53875cd76a6d65001e4e67"))
4563 (package
4564 (name "mosaik")
4565 (version "2.2.30")
4566 (source (origin
4567 ;; There are no release tarballs nor tags.
4568 (method git-fetch)
4569 (uri (git-reference
4570 (url "https://github.com/wanpinglee/MOSAIK.git")
4571 (commit commit)))
4572 (file-name (string-append name "-" version))
4573 (sha256
4574 (base32
4575 "17gj3s07cm77r41z92awh0bim7w7q7fbn0sf5nkqmcm1vw052qgw"))))
4576 (build-system gnu-build-system)
4577 (arguments
4578 `(#:tests? #f ; no tests
4579 #:make-flags (list "CC=gcc")
4580 #:phases
4581 (modify-phases %standard-phases
4582 (replace 'configure
4583 (lambda _ (chdir "src") #t))
4584 (replace 'install
4585 (lambda* (#:key outputs #:allow-other-keys)
4586 (let ((bin (string-append (assoc-ref outputs "out")
4587 "/bin")))
4588 (mkdir-p bin)
4589 (copy-recursively "../bin" bin)
4590 #t))))))
4591 (inputs
4592 `(("perl" ,perl)
4593 ("zlib" ,zlib)))
4594 (supported-systems '("x86_64-linux"))
4595 (home-page "https://github.com/wanpinglee/MOSAIK")
4596 (synopsis "Map nucleotide sequence reads to reference genomes")
4597 (description
4598 "MOSAIK is a program for mapping second and third-generation sequencing
4599 reads to a reference genome. MOSAIK can align reads generated by all the
4600 major sequencing technologies, including Illumina, Applied Biosystems SOLiD,
4601 Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
4602 ;; MOSAIK is released under the GPLv2+ with the exception of third-party
4603 ;; code released into the public domain:
4604 ;; 1. fastlz by Ariya Hidayat - http://www.fastlz.org/
4605 ;; 2. MD5 implementation - RSA Data Security, RFC 1321
4606 (license (list license:gpl2+ license:public-domain)))))
4607
4608 (define-public ngs-sdk
4609 (package
4610 (name "ngs-sdk")
4611 (version "1.3.0")
4612 (source
4613 (origin
4614 (method url-fetch)
4615 (uri
4616 (string-append "https://github.com/ncbi/ngs/archive/"
4617 version ".tar.gz"))
4618 (file-name (string-append name "-" version ".tar.gz"))
4619 (sha256
4620 (base32
4621 "1wiyf4c6nm2j87pv015cbi0qny5byf3pbvcw3likifz5dl56ag40"))))
4622 (build-system gnu-build-system)
4623 (arguments
4624 `(#:parallel-build? #f ; not supported
4625 #:tests? #f ; no "check" target
4626 #:phases
4627 (modify-phases %standard-phases
4628 (replace 'configure
4629 (lambda* (#:key outputs #:allow-other-keys)
4630 (let ((out (assoc-ref outputs "out")))
4631 ;; Allow 'konfigure.perl' to find 'package.prl'.
4632 (setenv "PERL5LIB"
4633 (string-append ".:" (getenv "PERL5LIB")))
4634
4635 ;; The 'configure' script doesn't recognize things like
4636 ;; '--enable-fast-install'.
4637 (zero? (system* "./configure"
4638 (string-append "--build-prefix=" (getcwd) "/build")
4639 (string-append "--prefix=" out))))))
4640 (add-after 'unpack 'enter-dir
4641 (lambda _ (chdir "ngs-sdk") #t)))))
4642 (native-inputs `(("perl" ,perl)))
4643 ;; According to the test
4644 ;; unless ($MARCH =~ /x86_64/i || $MARCH =~ /i?86/i)
4645 ;; in ngs-sdk/setup/konfigure.perl
4646 (supported-systems '("i686-linux" "x86_64-linux"))
4647 (home-page "https://github.com/ncbi/ngs")
4648 (synopsis "API for accessing Next Generation Sequencing data")
4649 (description
4650 "NGS is a domain-specific API for accessing reads, alignments and pileups
4651 produced from Next Generation Sequencing. The API itself is independent from
4652 any particular back-end implementation, and supports use of multiple back-ends
4653 simultaneously.")
4654 (license license:public-domain)))
4655
4656 (define-public java-ngs
4657 (package (inherit ngs-sdk)
4658 (name "java-ngs")
4659 (arguments
4660 `(,@(substitute-keyword-arguments
4661 `(#:modules ((guix build gnu-build-system)
4662 (guix build utils)
4663 (srfi srfi-1)
4664 (srfi srfi-26))
4665 ,@(package-arguments ngs-sdk))
4666 ((#:phases phases)
4667 `(modify-phases ,phases
4668 (replace 'enter-dir (lambda _ (chdir "ngs-java") #t)))))))
4669 (inputs
4670 `(("jdk" ,icedtea "jdk")
4671 ("ngs-sdk" ,ngs-sdk)))
4672 (synopsis "Java bindings for NGS SDK")))
4673
4674 (define-public ncbi-vdb
4675 (package
4676 (name "ncbi-vdb")
4677 (version "2.8.2")
4678 (source
4679 (origin
4680 (method url-fetch)
4681 (uri
4682 (string-append "https://github.com/ncbi/ncbi-vdb/archive/"
4683 version ".tar.gz"))
4684 (file-name (string-append name "-" version ".tar.gz"))
4685 (sha256
4686 (base32
4687 "1acn4bv81mfl137qnbn9995mjjhwd36pm0b7qli1iw5skrxa9j8m"))))
4688 (build-system gnu-build-system)
4689 (arguments
4690 `(#:parallel-build? #f ; not supported
4691 #:tests? #f ; no "check" target
4692 #:phases
4693 (modify-phases %standard-phases
4694 (add-before 'configure 'set-perl-search-path
4695 (lambda _
4696 ;; Work around "dotless @INC" build failure.
4697 (setenv "PERL5LIB"
4698 (string-append (getcwd) "/setup:"
4699 (getenv "PERL5LIB")))
4700 #t))
4701 (replace 'configure
4702 (lambda* (#:key inputs outputs #:allow-other-keys)
4703 (let ((out (assoc-ref outputs "out")))
4704 ;; Override include path for libmagic
4705 (substitute* "setup/package.prl"
4706 (("name => 'magic', Include => '/usr/include'")
4707 (string-append "name=> 'magic', Include => '"
4708 (assoc-ref inputs "libmagic")
4709 "/include" "'")))
4710
4711 ;; Install kdf5 library (needed by sra-tools)
4712 (substitute* "build/Makefile.install"
4713 (("LIBRARIES_TO_INSTALL =")
4714 "LIBRARIES_TO_INSTALL = kdf5.$(VERSION_LIBX) kdf5.$(VERSION_SHLX)"))
4715
4716 (substitute* "build/Makefile.env"
4717 (("CFLAGS =" prefix)
4718 (string-append prefix "-msse2 ")))
4719
4720 ;; Override search path for ngs-java
4721 (substitute* "setup/package.prl"
4722 (("/usr/local/ngs/ngs-java")
4723 (assoc-ref inputs "java-ngs")))
4724
4725 ;; The 'configure' script doesn't recognize things like
4726 ;; '--enable-fast-install'.
4727 (zero? (system*
4728 "./configure"
4729 (string-append "--build-prefix=" (getcwd) "/build")
4730 (string-append "--prefix=" (assoc-ref outputs "out"))
4731 (string-append "--debug")
4732 (string-append "--with-xml2-prefix="
4733 (assoc-ref inputs "libxml2"))
4734 (string-append "--with-ngs-sdk-prefix="
4735 (assoc-ref inputs "ngs-sdk"))
4736 (string-append "--with-hdf5-prefix="
4737 (assoc-ref inputs "hdf5")))))))
4738 (add-after 'install 'install-interfaces
4739 (lambda* (#:key outputs #:allow-other-keys)
4740 ;; Install interface libraries. On i686 the interface libraries
4741 ;; are installed to "linux/gcc/i386", so we need to use the Linux
4742 ;; architecture name ("i386") instead of the target system prefix
4743 ;; ("i686").
4744 (mkdir (string-append (assoc-ref outputs "out") "/ilib"))
4745 (copy-recursively (string-append "build/ncbi-vdb/linux/gcc/"
4746 ,(system->linux-architecture
4747 (or (%current-target-system)
4748 (%current-system)))
4749 "/rel/ilib")
4750 (string-append (assoc-ref outputs "out")
4751 "/ilib"))
4752 ;; Install interface headers
4753 (copy-recursively "interfaces"
4754 (string-append (assoc-ref outputs "out")
4755 "/include"))
4756 #t))
4757 ;; These files are needed by sra-tools.
4758 (add-after 'install 'install-configuration-files
4759 (lambda* (#:key outputs #:allow-other-keys)
4760 (let ((target (string-append (assoc-ref outputs "out") "/kfg")))
4761 (mkdir target)
4762 (install-file "libs/kfg/default.kfg" target)
4763 (install-file "libs/kfg/certs.kfg" target))
4764 #t)))))
4765 (inputs
4766 `(("libxml2" ,libxml2)
4767 ("ngs-sdk" ,ngs-sdk)
4768 ("java-ngs" ,java-ngs)
4769 ("libmagic" ,file)
4770 ("hdf5" ,hdf5)))
4771 (native-inputs `(("perl" ,perl)))
4772 ;; NCBI-VDB requires SSE capability.
4773 (supported-systems '("i686-linux" "x86_64-linux"))
4774 (home-page "https://github.com/ncbi/ncbi-vdb")
4775 (synopsis "Database engine for genetic information")
4776 (description
4777 "The NCBI-VDB library implements a highly compressed columnar data
4778 warehousing engine that is most often used to store genetic information.
4779 Databases are stored in a portable image within the file system, and can be
4780 accessed/downloaded on demand across HTTP.")
4781 (license license:public-domain)))
4782
4783 (define-public plink
4784 (package
4785 (name "plink")
4786 (version "1.07")
4787 (source
4788 (origin
4789 (method url-fetch)
4790 (uri (string-append
4791 "http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-"
4792 version "-src.zip"))
4793 (sha256
4794 (base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa"))
4795 (patches (search-patches "plink-1.07-unclobber-i.patch"
4796 "plink-endian-detection.patch"))))
4797 (build-system gnu-build-system)
4798 (arguments
4799 '(#:tests? #f ;no "check" target
4800 #:make-flags (list (string-append "LIB_LAPACK="
4801 (assoc-ref %build-inputs "lapack")
4802 "/lib/liblapack.so")
4803 "WITH_LAPACK=1"
4804 "FORCE_DYNAMIC=1"
4805 ;; disable phoning home
4806 "WITH_WEBCHECK=")
4807 #:phases
4808 (modify-phases %standard-phases
4809 ;; no "configure" script
4810 (delete 'configure)
4811 (replace 'install
4812 (lambda* (#:key outputs #:allow-other-keys)
4813 (let ((bin (string-append (assoc-ref outputs "out")
4814 "/bin/")))
4815 (install-file "plink" bin)
4816 #t))))))
4817 (inputs
4818 `(("zlib" ,zlib)
4819 ("lapack" ,lapack)))
4820 (native-inputs
4821 `(("unzip" ,unzip)))
4822 (home-page "http://pngu.mgh.harvard.edu/~purcell/plink/")
4823 (synopsis "Whole genome association analysis toolset")
4824 (description
4825 "PLINK is a whole genome association analysis toolset, designed to
4826 perform a range of basic, large-scale analyses in a computationally efficient
4827 manner. The focus of PLINK is purely on analysis of genotype/phenotype data,
4828 so there is no support for steps prior to this (e.g. study design and
4829 planning, generating genotype or CNV calls from raw data). Through
4830 integration with gPLINK and Haploview, there is some support for the
4831 subsequent visualization, annotation and storage of results.")
4832 ;; Code is released under GPLv2, except for fisher.h, which is under
4833 ;; LGPLv2.1+
4834 (license (list license:gpl2 license:lgpl2.1+))))
4835
4836 (define-public plink-ng
4837 (package (inherit plink)
4838 (name "plink-ng")
4839 (version "1.90b4")
4840 (source
4841 (origin
4842 (method url-fetch)
4843 (uri (string-append "https://github.com/chrchang/plink-ng/archive/v"
4844 version ".tar.gz"))
4845 (file-name (string-append name "-" version ".tar.gz"))
4846 (sha256
4847 (base32 "09ixrds009aczjswxr2alcb774mksq5g0v78dgjjn1h4dky0kf9a"))))
4848 (build-system gnu-build-system)
4849 (arguments
4850 '(#:tests? #f ;no "check" target
4851 #:make-flags (list "BLASFLAGS=-llapack -lopenblas"
4852 "CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
4853 "ZLIB=-lz"
4854 "-f" "Makefile.std")
4855 #:phases
4856 (modify-phases %standard-phases
4857 (add-after 'unpack 'chdir
4858 (lambda _ (chdir "1.9") #t))
4859 (delete 'configure) ; no "configure" script
4860 (replace 'install
4861 (lambda* (#:key outputs #:allow-other-keys)
4862 (let ((bin (string-append (assoc-ref outputs "out")
4863 "/bin/")))
4864 (install-file "plink" bin)
4865 #t))))))
4866 (inputs
4867 `(("zlib" ,zlib)
4868 ("lapack" ,lapack)
4869 ("openblas" ,openblas)))
4870 (home-page "https://www.cog-genomics.org/plink/")
4871 (license license:gpl3+)))
4872
4873 (define-public smithlab-cpp
4874 (let ((revision "1")
4875 (commit "728a097bec88c6f4b8528b685932049e660eff2e"))
4876 (package
4877 (name "smithlab-cpp")
4878 (version (string-append "0." revision "." (string-take commit 7)))
4879 (source (origin
4880 (method git-fetch)
4881 (uri (git-reference
4882 (url "https://github.com/smithlabcode/smithlab_cpp.git")
4883 (commit commit)))
4884 (file-name (string-append name "-" version "-checkout"))
4885 (sha256
4886 (base32
4887 "0d476lmj312xk77kr9fzrv7z1bv96yfyx0w7y62ycmnfbx32ll74"))))
4888 (build-system gnu-build-system)
4889 (arguments
4890 `(#:modules ((guix build gnu-build-system)
4891 (guix build utils)
4892 (srfi srfi-26))
4893 #:tests? #f ;no "check" target
4894 #:phases
4895 (modify-phases %standard-phases
4896 (add-after 'unpack 'use-samtools-headers
4897 (lambda _
4898 (substitute* '("SAM.cpp"
4899 "SAM.hpp")
4900 (("sam.h") "samtools/sam.h"))
4901 #t))
4902 (replace 'install
4903 (lambda* (#:key outputs #:allow-other-keys)
4904 (let* ((out (assoc-ref outputs "out"))
4905 (lib (string-append out "/lib"))
4906 (include (string-append out "/include/smithlab-cpp")))
4907 (mkdir-p lib)
4908 (mkdir-p include)
4909 (for-each (cut install-file <> lib)
4910 (find-files "." "\\.o$"))
4911 (for-each (cut install-file <> include)
4912 (find-files "." "\\.hpp$")))
4913 #t))
4914 (delete 'configure))))
4915 (inputs
4916 `(("samtools" ,samtools-0.1)
4917 ("zlib" ,zlib)))
4918 (home-page "https://github.com/smithlabcode/smithlab_cpp")
4919 (synopsis "C++ helper library for functions used in Smith lab projects")
4920 (description
4921 "Smithlab CPP is a C++ library that includes functions used in many of
4922 the Smith lab bioinformatics projects, such as a wrapper around Samtools data
4923 structures, classes for genomic regions, mapped sequencing reads, etc.")
4924 (license license:gpl3+))))
4925
4926 (define-public preseq
4927 (package
4928 (name "preseq")
4929 (version "2.0")
4930 (source (origin
4931 (method url-fetch)
4932 (uri (string-append "https://github.com/smithlabcode/"
4933 "preseq/archive/v" version ".tar.gz"))
4934 (file-name (string-append name "-" version ".tar.gz"))
4935 (sha256
4936 (base32 "08r684l50pnxjpvmhzjgqq56yv9rfw90k8vx0nsrnrzk8mf9hsdq"))
4937 (modules '((guix build utils)))
4938 (snippet
4939 ;; Remove bundled samtools.
4940 '(delete-file-recursively "samtools"))))
4941 (build-system gnu-build-system)
4942 (arguments
4943 `(#:tests? #f ;no "check" target
4944 #:phases
4945 (modify-phases %standard-phases
4946 (delete 'configure))
4947 #:make-flags
4948 (list (string-append "PREFIX="
4949 (assoc-ref %outputs "out"))
4950 (string-append "LIBBAM="
4951 (assoc-ref %build-inputs "samtools")
4952 "/lib/libbam.a")
4953 (string-append "SMITHLAB_CPP="
4954 (assoc-ref %build-inputs "smithlab-cpp")
4955 "/lib")
4956 "PROGS=preseq"
4957 "INCLUDEDIRS=$(SMITHLAB_CPP)/../include/smithlab-cpp $(SAMTOOLS_DIR)")))
4958 (inputs
4959 `(("gsl" ,gsl)
4960 ("samtools" ,samtools-0.1)
4961 ("smithlab-cpp" ,smithlab-cpp)
4962 ("zlib" ,zlib)))
4963 (home-page "http://smithlabresearch.org/software/preseq/")
4964 (synopsis "Program for analyzing library complexity")
4965 (description
4966 "The preseq package is aimed at predicting and estimating the complexity
4967 of a genomic sequencing library, equivalent to predicting and estimating the
4968 number of redundant reads from a given sequencing depth and how many will be
4969 expected from additional sequencing using an initial sequencing experiment.
4970 The estimates can then be used to examine the utility of further sequencing,
4971 optimize the sequencing depth, or to screen multiple libraries to avoid low
4972 complexity samples.")
4973 (license license:gpl3+)))
4974
4975 (define-public python-screed
4976 (package
4977 (name "python-screed")
4978 (version "0.9")
4979 (source
4980 (origin
4981 (method url-fetch)
4982 (uri (pypi-uri "screed" version))
4983 (sha256
4984 (base32
4985 "18czszp9fkx3j6jr7y5kp6dfialscgddk05mw1zkhh2zhn0jd8i0"))))
4986 (build-system python-build-system)
4987 (arguments
4988 `(#:phases
4989 (modify-phases %standard-phases
4990 (replace 'check
4991 (lambda _
4992 (setenv "PYTHONPATH"
4993 (string-append (getenv "PYTHONPATH") ":."))
4994 (zero? (system* "nosetests" "--attr" "!known_failing")))))))
4995 (native-inputs
4996 `(("python-nose" ,python-nose)))
4997 (inputs
4998 `(("python-bz2file" ,python-bz2file)))
4999 (home-page "https://github.com/dib-lab/screed/")
5000 (synopsis "Short read sequence database utilities")
5001 (description "Screed parses FASTA and FASTQ files and generates databases.
5002 Values such as sequence name, sequence description, sequence quality and the
5003 sequence itself can be retrieved from these databases.")
5004 (license license:bsd-3)))
5005
5006 (define-public python2-screed
5007 (package-with-python2 python-screed))
5008
5009 (define-public sra-tools
5010 (package
5011 (name "sra-tools")
5012 (version "2.8.2-1")
5013 (source
5014 (origin
5015 (method url-fetch)
5016 (uri
5017 (string-append "https://github.com/ncbi/sra-tools/archive/"
5018 version ".tar.gz"))
5019 (file-name (string-append name "-" version ".tar.gz"))
5020 (sha256
5021 (base32
5022 "1camsijmvv2s45mb4iyf44ghl4gkd4rl0viphpcgl3ccchy32a0g"))))
5023 (build-system gnu-build-system)
5024 (arguments
5025 `(#:parallel-build? #f ; not supported
5026 #:tests? #f ; no "check" target
5027 #:make-flags
5028 (list (string-append "DEFAULT_CRT="
5029 (assoc-ref %build-inputs "ncbi-vdb")
5030 "/kfg/certs.kfg")
5031 (string-append "DEFAULT_KFG="
5032 (assoc-ref %build-inputs "ncbi-vdb")
5033 "/kfg/default.kfg")
5034 (string-append "VDB_LIBDIR="
5035 (assoc-ref %build-inputs "ncbi-vdb")
5036 ,(if (string-prefix? "x86_64"
5037 (or (%current-target-system)
5038 (%current-system)))
5039 "/lib64"
5040 "/lib32")))
5041 #:phases
5042 (modify-phases %standard-phases
5043 (add-before 'configure 'set-perl-search-path
5044 (lambda _
5045 ;; Work around "dotless @INC" build failure.
5046 (setenv "PERL5LIB"
5047 (string-append (getcwd) "/setup:"
5048 (getenv "PERL5LIB")))
5049 #t))
5050 (replace 'configure
5051 (lambda* (#:key inputs outputs #:allow-other-keys)
5052 ;; The build system expects a directory containing the sources and
5053 ;; raw build output of ncbi-vdb, including files that are not
5054 ;; installed. Since we are building against an installed version of
5055 ;; ncbi-vdb, the following modifications are needed.
5056 (substitute* "setup/konfigure.perl"
5057 ;; Make the configure script look for the "ilib" directory of
5058 ;; "ncbi-vdb" without first checking for the existence of a
5059 ;; matching library in its "lib" directory.
5060 (("^ my \\$f = File::Spec->catdir\\(\\$libdir, \\$lib\\);")
5061 "my $f = File::Spec->catdir($ilibdir, $ilib);")
5062 ;; Look for interface libraries in ncbi-vdb's "ilib" directory.
5063 (("my \\$ilibdir = File::Spec->catdir\\(\\$builddir, 'ilib'\\);")
5064 "my $ilibdir = File::Spec->catdir($dir, 'ilib');"))
5065
5066 ;; Dynamic linking
5067 (substitute* "tools/copycat/Makefile"
5068 (("smagic-static") "lmagic"))
5069
5070 ;; The 'configure' script doesn't recognize things like
5071 ;; '--enable-fast-install'.
5072 (zero? (system*
5073 "./configure"
5074 (string-append "--build-prefix=" (getcwd) "/build")
5075 (string-append "--prefix=" (assoc-ref outputs "out"))
5076 (string-append "--debug")
5077 (string-append "--with-fuse-prefix="
5078 (assoc-ref inputs "fuse"))
5079 (string-append "--with-magic-prefix="
5080 (assoc-ref inputs "libmagic"))
5081 ;; TODO: building with libxml2 fails with linker errors
5082 ;; (string-append "--with-xml2-prefix="
5083 ;; (assoc-ref inputs "libxml2"))
5084 (string-append "--with-ncbi-vdb-sources="
5085 (assoc-ref inputs "ncbi-vdb"))
5086 (string-append "--with-ncbi-vdb-build="
5087 (assoc-ref inputs "ncbi-vdb"))
5088 (string-append "--with-ngs-sdk-prefix="
5089 (assoc-ref inputs "ngs-sdk"))
5090 (string-append "--with-hdf5-prefix="
5091 (assoc-ref inputs "hdf5"))))))
5092 ;; This version of sra-tools fails to build with glibc because of a
5093 ;; naming conflict. glibc-2.25/include/bits/mathcalls.h already
5094 ;; contains a definition of "canonicalize", so we rename it.
5095 ;;
5096 ;; See upstream bug report:
5097 ;; https://github.com/ncbi/sra-tools/issues/67
5098 (add-after 'unpack 'patch-away-glibc-conflict
5099 (lambda _
5100 (substitute* "tools/bam-loader/bam.c"
5101 (("canonicalize\\(" line)
5102 (string-append "sra_tools_" line)))
5103 #t)))))
5104 (native-inputs `(("perl" ,perl)))
5105 (inputs
5106 `(("ngs-sdk" ,ngs-sdk)
5107 ("ncbi-vdb" ,ncbi-vdb)
5108 ("libmagic" ,file)
5109 ("fuse" ,fuse)
5110 ("hdf5" ,hdf5)
5111 ("zlib" ,zlib)))
5112 (home-page "http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software")
5113 (synopsis "Tools and libraries for reading and writing sequencing data")
5114 (description
5115 "The SRA Toolkit from NCBI is a collection of tools and libraries for
5116 reading of sequencing files from the Sequence Read Archive (SRA) database and
5117 writing files into the .sra format.")
5118 (license license:public-domain)))
5119
5120 (define-public seqan
5121 (package
5122 (name "seqan")
5123 (version "1.4.2")
5124 (source (origin
5125 (method url-fetch)
5126 (uri (string-append "http://packages.seqan.de/seqan-library/"
5127 "seqan-library-" version ".tar.bz2"))
5128 (sha256
5129 (base32
5130 "05s3wrrwn50f81aklfm65i4a749zag1vr8z03k21xm0pdxy47yvp"))))
5131 ;; The documentation is 7.8MB and the includes are 3.6MB heavy, so it
5132 ;; makes sense to split the outputs.
5133 (outputs '("out" "doc"))
5134 (build-system trivial-build-system)
5135 (arguments
5136 `(#:modules ((guix build utils))
5137 #:builder
5138 (begin
5139 (use-modules (guix build utils))
5140 (let ((tar (assoc-ref %build-inputs "tar"))
5141 (bzip (assoc-ref %build-inputs "bzip2"))
5142 (out (assoc-ref %outputs "out"))
5143 (doc (assoc-ref %outputs "doc")))
5144 (setenv "PATH" (string-append tar "/bin:" bzip "/bin"))
5145 (system* "tar" "xvf" (assoc-ref %build-inputs "source"))
5146 (chdir (string-append "seqan-library-" ,version))
5147 (copy-recursively "include" (string-append out "/include"))
5148 (copy-recursively "share" (string-append doc "/share"))))))
5149 (native-inputs
5150 `(("source" ,source)
5151 ("tar" ,tar)
5152 ("bzip2" ,bzip2)))
5153 (home-page "http://www.seqan.de")
5154 (synopsis "Library for nucleotide sequence analysis")
5155 (description
5156 "SeqAn is a C++ library of efficient algorithms and data structures for
5157 the analysis of sequences with the focus on biological data. It contains
5158 algorithms and data structures for string representation and their
5159 manipulation, online and indexed string search, efficient I/O of
5160 bioinformatics file formats, sequence alignment, and more.")
5161 (license license:bsd-3)))
5162
5163 (define-public seqmagick
5164 (package
5165 (name "seqmagick")
5166 (version "0.6.1")
5167 (source
5168 (origin
5169 (method url-fetch)
5170 (uri (string-append
5171 "https://pypi.python.org/packages/source/s/seqmagick/seqmagick-"
5172 version ".tar.gz"))
5173 (sha256
5174 (base32
5175 "0cgn477n74gsl4qdaakrrhi953kcsd4q3ivk2lr18x74s3g4ma1d"))))
5176 (build-system python-build-system)
5177 (arguments
5178 ;; python2 only, see https://github.com/fhcrc/seqmagick/issues/56
5179 `(#:python ,python-2
5180 #:phases
5181 (modify-phases %standard-phases
5182 ;; Current test in setup.py does not work as of 0.6.1,
5183 ;; so use nose to run tests instead for now. See
5184 ;; https://github.com/fhcrc/seqmagick/issues/55
5185 (replace 'check (lambda _ (zero? (system* "nosetests")))))))
5186 (inputs
5187 ;; biopython-1.66 is required due to
5188 ;; https://github.com/fhcrc/seqmagick/issues/59
5189 ;; When that issue is resolved the 'python2-biopython-1.66' package
5190 ;; should be removed.
5191 `(("python-biopython" ,python2-biopython-1.66)))
5192 (native-inputs
5193 `(("python-nose" ,python2-nose)))
5194 (home-page "https://github.com/fhcrc/seqmagick")
5195 (synopsis "Tools for converting and modifying sequence files")
5196 (description
5197 "Bioinformaticians often have to convert sequence files between formats
5198 and do little manipulations on them, and it's not worth writing scripts for
5199 that. Seqmagick is a utility to expose the file format conversion in
5200 BioPython in a convenient way. Instead of having a big mess of scripts, there
5201 is one that takes arguments.")
5202 (license license:gpl3)))
5203
5204 (define-public seqtk
5205 (package
5206 (name "seqtk")
5207 (version "1.2")
5208 (source (origin
5209 (method url-fetch)
5210 (uri (string-append
5211 "https://github.com/lh3/seqtk/archive/v"
5212 version ".tar.gz"))
5213 (file-name (string-append name "-" version ".tar.gz"))
5214 (sha256
5215 (base32
5216 "0ywdyzpmfiz2wp6ampbzqg4y8bj450nfgqarpamg045b8mk32lxx"))
5217 (modules '((guix build utils)))
5218 (snippet
5219 '(begin
5220 ;; Remove extraneous header files, as is done in the seqtk
5221 ;; master branch.
5222 (for-each (lambda (file) (delete-file file))
5223 (list "ksort.h" "kstring.h" "kvec.h"))
5224 #t))))
5225 (build-system gnu-build-system)
5226 (arguments
5227 `(#:phases
5228 (modify-phases %standard-phases
5229 (delete 'configure)
5230 (replace 'check
5231 ;; There are no tests, so we just run a sanity check.
5232 (lambda _ (zero? (system* "./seqtk" "seq"))))
5233 (replace 'install
5234 (lambda* (#:key outputs #:allow-other-keys)
5235 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
5236 (install-file "seqtk" bin)))))))
5237 (inputs
5238 `(("zlib" ,zlib)))
5239 (home-page "https://github.com/lh3/seqtk")
5240 (synopsis "Toolkit for processing biological sequences in FASTA/Q format")
5241 (description
5242 "Seqtk is a fast and lightweight tool for processing sequences in the
5243 FASTA or FASTQ format. It parses both FASTA and FASTQ files which can be
5244 optionally compressed by gzip.")
5245 (license license:expat)))
5246
5247 (define-public snap-aligner
5248 (package
5249 (name "snap-aligner")
5250 (version "1.0beta.18")
5251 (source (origin
5252 (method url-fetch)
5253 (uri (string-append
5254 "https://github.com/amplab/snap/archive/v"
5255 version ".tar.gz"))
5256 (file-name (string-append name "-" version ".tar.gz"))
5257 (sha256
5258 (base32
5259 "1vnsjwv007k1fl1q7d681kbwn6bc66cgw6h16hym6gvyy71qv2ly"))))
5260 (build-system gnu-build-system)
5261 (arguments
5262 '(#:phases
5263 (modify-phases %standard-phases
5264 (delete 'configure)
5265 (replace 'check (lambda _ (zero? (system* "./unit_tests"))))
5266 (replace 'install
5267 (lambda* (#:key outputs #:allow-other-keys)
5268 (let* ((out (assoc-ref outputs "out"))
5269 (bin (string-append out "/bin")))
5270 (install-file "snap-aligner" bin)
5271 (install-file "SNAPCommand" bin)
5272 #t))))))
5273 (native-inputs
5274 `(("zlib" ,zlib)))
5275 (home-page "http://snap.cs.berkeley.edu/")
5276 (synopsis "Short read DNA sequence aligner")
5277 (description
5278 "SNAP is a fast and accurate aligner for short DNA reads. It is
5279 optimized for modern read lengths of 100 bases or higher, and takes advantage
5280 of these reads to align data quickly through a hash-based indexing scheme.")
5281 ;; 32-bit systems are not supported by the unpatched code.
5282 ;; Following the bug reports https://github.com/amplab/snap/issues/68 and
5283 ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812378 we see that
5284 ;; systems without a lot of memory cannot make good use of this program.
5285 (supported-systems '("x86_64-linux"))
5286 (license license:asl2.0)))
5287
5288 (define-public sortmerna
5289 (package
5290 (name "sortmerna")
5291 (version "2.1b")
5292 (source
5293 (origin
5294 (method url-fetch)
5295 (uri (string-append
5296 "https://github.com/biocore/sortmerna/archive/"
5297 version ".tar.gz"))
5298 (file-name (string-append name "-" version ".tar.gz"))
5299 (sha256
5300 (base32
5301 "1ghaghvd82af9j5adavxh77g7hm247d1r69m3fbi6f1jdivj5ldk"))))
5302 (build-system gnu-build-system)
5303 (outputs '("out" ;for binaries
5304 "db")) ;for sequence databases
5305 (arguments
5306 `(#:phases
5307 (modify-phases %standard-phases
5308 (replace 'install
5309 (lambda* (#:key outputs #:allow-other-keys)
5310 (let* ((out (assoc-ref outputs "out"))
5311 (bin (string-append out "/bin"))
5312 (db (assoc-ref outputs "db"))
5313 (share
5314 (string-append db "/share/sortmerna/rRNA_databases")))
5315 (install-file "sortmerna" bin)
5316 (install-file "indexdb_rna" bin)
5317 (for-each (lambda (file)
5318 (install-file file share))
5319 (find-files "rRNA_databases" ".*fasta"))
5320 #t))))))
5321 (inputs
5322 `(("zlib" ,zlib)))
5323 (home-page "http://bioinfo.lifl.fr/RNA/sortmerna")
5324 (synopsis "Biological sequence analysis tool for NGS reads")
5325 (description
5326 "SortMeRNA is a biological sequence analysis tool for filtering, mapping
5327 and operational taxonomic unit (OTU) picking of next generation
5328 sequencing (NGS) reads. The core algorithm is based on approximate seeds and
5329 allows for fast and sensitive analyses of nucleotide sequences. The main
5330 application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
5331 ;; The source includes x86 specific code
5332 (supported-systems '("x86_64-linux" "i686-linux"))
5333 (license license:lgpl3)))
5334
5335 (define-public star
5336 (package
5337 (name "star")
5338 (version "2.5.3a")
5339 (source (origin
5340 (method url-fetch)
5341 (uri (string-append "https://github.com/alexdobin/STAR/archive/"
5342 version ".tar.gz"))
5343 (file-name (string-append name "-" version ".tar.gz"))
5344 (sha256
5345 (base32
5346 "013wirlz8lllgjyagl48l75n1isxyabqb3sj7qlsl0x1rmvqw99a"))
5347 (modules '((guix build utils)))
5348 (snippet
5349 '(begin
5350 (substitute* "source/Makefile"
5351 (("/bin/rm") "rm"))
5352 ;; Remove pre-built binaries and bundled htslib sources.
5353 (delete-file-recursively "bin/MacOSX_x86_64")
5354 (delete-file-recursively "bin/Linux_x86_64")
5355 (delete-file-recursively "bin/Linux_x86_64_static")
5356 (delete-file-recursively "source/htslib")
5357 #t))))
5358 (build-system gnu-build-system)
5359 (arguments
5360 '(#:tests? #f ;no check target
5361 #:make-flags '("STAR")
5362 #:phases
5363 (modify-phases %standard-phases
5364 (add-after 'unpack 'enter-source-dir
5365 (lambda _ (chdir "source") #t))
5366 (add-after 'enter-source-dir 'do-not-use-bundled-htslib
5367 (lambda _
5368 (substitute* "Makefile"
5369 (("(Depend.list: \\$\\(SOURCES\\) parametersDefault\\.xxd) htslib"
5370 _ prefix) prefix))
5371 (substitute* '("BAMfunctions.cpp"
5372 "signalFromBAM.h"
5373 "bam_cat.h"
5374 "bam_cat.c"
5375 "STAR.cpp"
5376 "bamRemoveDuplicates.cpp")
5377 (("#include \"htslib/([^\"]+\\.h)\"" _ header)
5378 (string-append "#include <" header ">")))
5379 (substitute* "IncludeDefine.h"
5380 (("\"htslib/(htslib/[^\"]+.h)\"" _ header)
5381 (string-append "<" header ">")))
5382 #t))
5383 (replace 'install
5384 (lambda* (#:key outputs #:allow-other-keys)
5385 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
5386 (install-file "STAR" bin))
5387 #t))
5388 (delete 'configure))))
5389 (native-inputs
5390 `(("xxd" ,xxd)))
5391 (inputs
5392 `(("htslib" ,htslib)
5393 ("zlib" ,zlib)))
5394 (home-page "https://github.com/alexdobin/STAR")
5395 (synopsis "Universal RNA-seq aligner")
5396 (description
5397 "The Spliced Transcripts Alignment to a Reference (STAR) software is
5398 based on a previously undescribed RNA-seq alignment algorithm that uses
5399 sequential maximum mappable seed search in uncompressed suffix arrays followed
5400 by seed clustering and stitching procedure. In addition to unbiased de novo
5401 detection of canonical junctions, STAR can discover non-canonical splices and
5402 chimeric (fusion) transcripts, and is also capable of mapping full-length RNA
5403 sequences.")
5404 ;; Only 64-bit systems are supported according to the README.
5405 (supported-systems '("x86_64-linux" "mips64el-linux"))
5406 ;; STAR is licensed under GPLv3 or later; htslib is MIT-licensed.
5407 (license license:gpl3+)))
5408
5409 (define-public subread
5410 (package
5411 (name "subread")
5412 (version "1.5.1")
5413 (source (origin
5414 (method url-fetch)
5415 (uri (string-append "mirror://sourceforge/subread/subread-"
5416 version "/subread-" version "-source.tar.gz"))
5417 (sha256
5418 (base32
5419 "0gn5zhbvllks0mmdg3qlmsbg91p2mpdc2wixwfqpi85yzfrh8hcy"))))
5420 (build-system gnu-build-system)
5421 (arguments
5422 `(#:tests? #f ;no "check" target
5423 ;; The CC and CCFLAGS variables are set to contain a lot of x86_64
5424 ;; optimizations by default, so we override these flags such that x86_64
5425 ;; flags are only added when the build target is an x86_64 system.
5426 #:make-flags
5427 (list (let ((system ,(or (%current-target-system)
5428 (%current-system)))
5429 (flags '("-ggdb" "-fomit-frame-pointer"
5430 "-ffast-math" "-funroll-loops"
5431 "-fmessage-length=0"
5432 "-O9" "-Wall" "-DMAKE_FOR_EXON"
5433 "-DMAKE_STANDALONE"
5434 "-DSUBREAD_VERSION=\\\"${SUBREAD_VERSION}\\\""))
5435 (flags64 '("-mmmx" "-msse" "-msse2" "-msse3")))
5436 (if (string-prefix? "x86_64" system)
5437 (string-append "CCFLAGS=" (string-join (append flags flags64)))
5438 (string-append "CCFLAGS=" (string-join flags))))
5439 "-f" "Makefile.Linux"
5440 "CC=gcc ${CCFLAGS}")
5441 #:phases
5442 (modify-phases %standard-phases
5443 (add-after 'unpack 'enter-dir
5444 (lambda _ (chdir "src") #t))
5445 (replace 'install
5446 (lambda* (#:key outputs #:allow-other-keys)
5447 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
5448 (mkdir-p bin)
5449 (copy-recursively "../bin" bin))))
5450 ;; no "configure" script
5451 (delete 'configure))))
5452 (inputs `(("zlib" ,zlib)))
5453 (home-page "http://bioinf.wehi.edu.au/subread-package/")
5454 (synopsis "Tool kit for processing next-gen sequencing data")
5455 (description
5456 "The subread package contains the following tools: subread aligner, a
5457 general-purpose read aligner; subjunc aligner: detecting exon-exon junctions
5458 and mapping RNA-seq reads; featureCounts: counting mapped reads for genomic
5459 features; exactSNP: a SNP caller that discovers SNPs by testing signals
5460 against local background noises.")
5461 (license license:gpl3+)))
5462
5463 (define-public stringtie
5464 (package
5465 (name "stringtie")
5466 (version "1.2.1")
5467 (source (origin
5468 (method url-fetch)
5469 (uri (string-append "http://ccb.jhu.edu/software/stringtie/dl/"
5470 "stringtie-" version ".tar.gz"))
5471 (sha256
5472 (base32
5473 "1cqllsc1maq4kh92isi8yadgzbmnf042hlnalpk3y59aph1z3bfz"))
5474 (modules '((guix build utils)))
5475 (snippet
5476 '(begin
5477 (delete-file-recursively "samtools-0.1.18")
5478 #t))))
5479 (build-system gnu-build-system)
5480 (arguments
5481 `(#:tests? #f ;no test suite
5482 #:phases
5483 (modify-phases %standard-phases
5484 ;; no configure script
5485 (delete 'configure)
5486 (add-before 'build 'use-system-samtools
5487 (lambda _
5488 (substitute* "Makefile"
5489 (("stringtie: \\$\\{BAM\\}/libbam\\.a")
5490 "stringtie: "))
5491 (substitute* '("gclib/GBam.h"
5492 "gclib/GBam.cpp")
5493 (("#include \"(bam|sam|kstring).h\"" _ header)
5494 (string-append "#include <samtools/" header ".h>")))
5495 #t))
5496 (add-after 'unpack 'remove-duplicate-typedef
5497 (lambda _
5498 ;; This typedef conflicts with the typedef in
5499 ;; glibc-2.25/include/bits/types.h
5500 (substitute* "gclib/GThreads.h"
5501 (("typedef long long __intmax_t;") ""))
5502 #t))
5503 (replace 'install
5504 (lambda* (#:key outputs #:allow-other-keys)
5505 (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
5506 (install-file "stringtie" bin)
5507 #t))))))
5508 (inputs
5509 `(("samtools" ,samtools-0.1)
5510 ("zlib" ,zlib)))
5511 (home-page "http://ccb.jhu.edu/software/stringtie/")
5512 (synopsis "Transcript assembly and quantification for RNA-Seq data")
5513 (description
5514 "StringTie is a fast and efficient assembler of RNA-Seq sequence
5515 alignments into potential transcripts. It uses a novel network flow algorithm
5516 as well as an optional de novo assembly step to assemble and quantitate
5517 full-length transcripts representing multiple splice variants for each gene
5518 locus. Its input can include not only the alignments of raw reads used by
5519 other transcript assemblers, but also alignments of longer sequences that have
5520 been assembled from those reads. To identify differentially expressed genes
5521 between experiments, StringTie's output can be processed either by the
5522 Cuffdiff or Ballgown programs.")
5523 (license license:artistic2.0)))
5524
5525 (define-public taxtastic
5526 (package
5527 (name "taxtastic")
5528 (version "0.6.4")
5529 (source (origin
5530 (method url-fetch)
5531 (uri (pypi-uri "taxtastic" version))
5532 (sha256
5533 (base32
5534 "0s79z8kfl853x7l4h8ms05k31q87aw62nrchlk20w9n227j35929"))))
5535 (build-system python-build-system)
5536 (arguments
5537 `(#:python ,python-2
5538 #:phases
5539 (modify-phases %standard-phases
5540 (replace 'check
5541 (lambda _
5542 (zero? (system* "python" "-m" "unittest" "discover" "-v")))))))
5543 (propagated-inputs
5544 `(("python-sqlalchemy" ,python2-sqlalchemy)
5545 ("python-decorator" ,python2-decorator)
5546 ("python-biopython" ,python2-biopython)
5547 ("python-pandas" ,python2-pandas)))
5548 (home-page "https://github.com/fhcrc/taxtastic")
5549 (synopsis "Tools for taxonomic naming and annotation")
5550 (description
5551 "Taxtastic is software written in python used to build and maintain
5552 reference packages i.e. collections of reference trees, reference alignments,
5553 profiles, and associated taxonomic information.")
5554 (license license:gpl3+)))
5555
5556 (define-public vcftools
5557 (package
5558 (name "vcftools")
5559 (version "0.1.15")
5560 (source (origin
5561 (method url-fetch)
5562 (uri (string-append
5563 "https://github.com/vcftools/vcftools/releases/download/v"
5564 version "/vcftools-" version ".tar.gz"))
5565 (sha256
5566 (base32
5567 "1qw30c45wihgy632rbz4rh3njnwj4msj46l1rsgdhyg6bgypmr1i"))))
5568 (build-system gnu-build-system)
5569 (arguments
5570 `(#:tests? #f ; no "check" target
5571 #:make-flags (list
5572 "CFLAGS=-O2" ; override "-m64" flag
5573 (string-append "PREFIX=" (assoc-ref %outputs "out"))
5574 (string-append "MANDIR=" (assoc-ref %outputs "out")
5575 "/share/man/man1"))))
5576 (native-inputs
5577 `(("pkg-config" ,pkg-config)))
5578 (inputs
5579 `(("perl" ,perl)
5580 ("zlib" ,zlib)))
5581 (home-page "https://vcftools.github.io/")
5582 (synopsis "Tools for working with VCF files")
5583 (description
5584 "VCFtools is a program package designed for working with VCF files, such
5585 as those generated by the 1000 Genomes Project. The aim of VCFtools is to
5586 provide easily accessible methods for working with complex genetic variation
5587 data in the form of VCF files.")
5588 ;; The license is declared as LGPLv3 in the README and
5589 ;; at https://vcftools.github.io/license.html
5590 (license license:lgpl3)))
5591
5592 (define-public infernal
5593 (package
5594 (name "infernal")
5595 (version "1.1.2")
5596 (source (origin
5597 (method url-fetch)
5598 (uri (string-append "http://eddylab.org/software/infernal/"
5599 "infernal-" version ".tar.gz"))
5600 (sha256
5601 (base32
5602 "0sr2hiz3qxfwqpz3whxr6n82p3x27336v3f34iqznp10hks2935c"))))
5603 (build-system gnu-build-system)
5604 (native-inputs
5605 `(("perl" ,perl))) ; for tests
5606 (home-page "http://eddylab.org/infernal/")
5607 (synopsis "Inference of RNA alignments")
5608 (description "Infernal (\"INFERence of RNA ALignment\") is a tool for
5609 searching DNA sequence databases for RNA structure and sequence similarities.
5610 It is an implementation of a special case of profile stochastic context-free
5611 grammars called @dfn{covariance models} (CMs). A CM is like a sequence
5612 profile, but it scores a combination of sequence consensus and RNA secondary
5613 structure consensus, so in many cases, it is more capable of identifying RNA
5614 homologs that conserve their secondary structure more than their primary
5615 sequence.")
5616 ;; Infernal 1.1.2 requires VMX or SSE capability for parallel instructions.
5617 (supported-systems '("i686-linux" "x86_64-linux"))
5618 (license license:bsd-3)))
5619
5620 (define-public r-centipede
5621 (package
5622 (name "r-centipede")
5623 (version "1.2")
5624 (source (origin
5625 (method url-fetch)
5626 (uri (string-append "http://download.r-forge.r-project.org/"
5627 "src/contrib/CENTIPEDE_" version ".tar.gz"))
5628 (sha256
5629 (base32
5630 "1hsx6qgwr0i67fhy9257zj7s0ppncph2hjgbia5nn6nfmj0ax6l9"))))
5631 (build-system r-build-system)
5632 (home-page "http://centipede.uchicago.edu/")
5633 (synopsis "Predict transcription factor binding sites")
5634 (description
5635 "CENTIPEDE applies a hierarchical Bayesian mixture model to infer regions
5636 of the genome that are bound by particular transcription factors. It starts
5637 by identifying a set of candidate binding sites, and then aims to classify the
5638 sites according to whether each site is bound or not bound by a transcription
5639 factor. CENTIPEDE is an unsupervised learning algorithm that discriminates
5640 between two different types of motif instances using as much relevant
5641 information as possible.")
5642 (license (list license:gpl2+ license:gpl3+))))
5643
5644 (define-public r-vegan
5645 (package
5646 (name "r-vegan")
5647 (version "2.4-4")
5648 (source
5649 (origin
5650 (method url-fetch)
5651 (uri (cran-uri "vegan" version))
5652 (sha256
5653 (base32
5654 "1n57dzv2aid6iqd9fkqik401sidqanhzsawyak94qbiyh6dbd1x9"))))
5655 (build-system r-build-system)
5656 (native-inputs
5657 `(("gfortran" ,gfortran)))
5658 (propagated-inputs
5659 `(("r-cluster" ,r-cluster)
5660 ("r-lattice" ,r-lattice)
5661 ("r-mass" ,r-mass)
5662 ("r-mgcv" ,r-mgcv)
5663 ("r-permute" ,r-permute)))
5664 (home-page "https://cran.r-project.org/web/packages/vegan")
5665 (synopsis "Functions for community ecology")
5666 (description
5667 "The vegan package provides tools for descriptive community ecology. It
5668 has most basic functions of diversity analysis, community ordination and
5669 dissimilarity analysis. Most of its multivariate tools can be used for other
5670 data types as well.")
5671 (license license:gpl2+)))
5672
5673 (define-public r-annotate
5674 (package
5675 (name "r-annotate")
5676 (version "1.56.0")
5677 (source
5678 (origin
5679 (method url-fetch)
5680 (uri (bioconductor-uri "annotate" version))
5681 (sha256
5682 (base32
5683 "0wlrp3v2jxw9is98ap39dfi7z97kmw1wv1xi4h7yfh12zpj2r8l0"))))
5684 (build-system r-build-system)
5685 (propagated-inputs
5686 `(("r-annotationdbi" ,r-annotationdbi)
5687 ("r-biobase" ,r-biobase)
5688 ("r-biocgenerics" ,r-biocgenerics)
5689 ("r-dbi" ,r-dbi)
5690 ("r-rcurl" ,r-rcurl)
5691 ("r-xml" ,r-xml)
5692 ("r-xtable" ,r-xtable)))
5693 (home-page
5694 "https://bioconductor.org/packages/annotate")
5695 (synopsis "Annotation for microarrays")
5696 (description "This package provides R environments for the annotation of
5697 microarrays.")
5698 (license license:artistic2.0)))
5699
5700 (define-public r-geneplotter
5701 (package
5702 (name "r-geneplotter")
5703 (version "1.56.0")
5704 (source
5705 (origin
5706 (method url-fetch)
5707 (uri (bioconductor-uri "geneplotter" version))
5708 (sha256
5709 (base32
5710 "1z3g7frc1iviwrsv2dlm4nqvkc0685h4va0388yfxn102ln8wwma"))))
5711 (build-system r-build-system)
5712 (propagated-inputs
5713 `(("r-annotate" ,r-annotate)
5714 ("r-annotationdbi" ,r-annotationdbi)
5715 ("r-biobase" ,r-biobase)
5716 ("r-biocgenerics" ,r-biocgenerics)
5717 ("r-lattice" ,r-lattice)
5718 ("r-rcolorbrewer" ,r-rcolorbrewer)))
5719 (home-page "https://bioconductor.org/packages/geneplotter")
5720 (synopsis "Graphics functions for genomic data")
5721 (description
5722 "This package provides functions for plotting genomic data.")
5723 (license license:artistic2.0)))
5724
5725 (define-public r-genefilter
5726 (package
5727 (name "r-genefilter")
5728 (version "1.60.0")
5729 (source
5730 (origin
5731 (method url-fetch)
5732 (uri (bioconductor-uri "genefilter" version))
5733 (sha256
5734 (base32
5735 "173swlg6gj4kdllbqvyiw5dggbcxiwlwpqmllsv4dxzn7h25i3g7"))))
5736 (build-system r-build-system)
5737 (native-inputs
5738 `(("gfortran" ,gfortran)))
5739 (propagated-inputs
5740 `(("r-annotate" ,r-annotate)
5741 ("r-annotationdbi" ,r-annotationdbi)
5742 ("r-biobase" ,r-biobase)
5743 ("r-s4vectors" ,r-s4vectors)
5744 ("r-survival" ,r-survival)))
5745 (home-page "https://bioconductor.org/packages/genefilter")
5746 (synopsis "Filter genes from high-throughput experiments")
5747 (description
5748 "This package provides basic functions for filtering genes from
5749 high-throughput sequencing experiments.")
5750 (license license:artistic2.0)))
5751
5752 (define-public r-deseq2
5753 (package
5754 (name "r-deseq2")
5755 (version "1.18.0")
5756 (source
5757 (origin
5758 (method url-fetch)
5759 (uri (bioconductor-uri "DESeq2" version))
5760 (sha256
5761 (base32
5762 "1hcxnkkjfvz4hj8iqidshwsjq7jnl1z7wj63dvcwlx1zx5aichyh"))))
5763 (properties `((upstream-name . "DESeq2")))
5764 (build-system r-build-system)
5765 (propagated-inputs
5766 `(("r-biobase" ,r-biobase)
5767 ("r-biocgenerics" ,r-biocgenerics)
5768 ("r-biocparallel" ,r-biocparallel)
5769 ("r-genefilter" ,r-genefilter)
5770 ("r-geneplotter" ,r-geneplotter)
5771 ("r-genomicranges" ,r-genomicranges)
5772 ("r-ggplot2" ,r-ggplot2)
5773 ("r-hmisc" ,r-hmisc)
5774 ("r-iranges" ,r-iranges)
5775 ("r-locfit" ,r-locfit)
5776 ("r-rcpp" ,r-rcpp)
5777 ("r-rcpparmadillo" ,r-rcpparmadillo)
5778 ("r-s4vectors" ,r-s4vectors)
5779 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5780 (home-page "https://bioconductor.org/packages/DESeq2")
5781 (synopsis "Differential gene expression analysis")
5782 (description
5783 "This package provides functions to estimate variance-mean dependence in
5784 count data from high-throughput nucleotide sequencing assays and test for
5785 differential expression based on a model using the negative binomial
5786 distribution.")
5787 (license license:lgpl3+)))
5788
5789 (define-public r-dexseq
5790 (package
5791 (name "r-dexseq")
5792 (version "1.24.0")
5793 (source
5794 (origin
5795 (method url-fetch)
5796 (uri (bioconductor-uri "DEXSeq" version))
5797 (sha256
5798 (base32
5799 "0qxwnz2ffhav9slcn095k206cfza9i3i5l7w1154plf08gpy1d1d"))))
5800 (properties `((upstream-name . "DEXSeq")))
5801 (build-system r-build-system)
5802 (propagated-inputs
5803 `(("r-annotationdbi" ,r-annotationdbi)
5804 ("r-biobase" ,r-biobase)
5805 ("r-biocgenerics" ,r-biocgenerics)
5806 ("r-biocparallel" ,r-biocparallel)
5807 ("r-biomart" ,r-biomart)
5808 ("r-deseq2" ,r-deseq2)
5809 ("r-genefilter" ,r-genefilter)
5810 ("r-geneplotter" ,r-geneplotter)
5811 ("r-genomicranges" ,r-genomicranges)
5812 ("r-hwriter" ,r-hwriter)
5813 ("r-iranges" ,r-iranges)
5814 ("r-rcolorbrewer" ,r-rcolorbrewer)
5815 ("r-rsamtools" ,r-rsamtools)
5816 ("r-s4vectors" ,r-s4vectors)
5817 ("r-statmod" ,r-statmod)
5818 ("r-stringr" ,r-stringr)
5819 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5820 (home-page "https://bioconductor.org/packages/DEXSeq")
5821 (synopsis "Inference of differential exon usage in RNA-Seq")
5822 (description
5823 "This package is focused on finding differential exon usage using RNA-seq
5824 exon counts between samples with different experimental designs. It provides
5825 functions that allows the user to make the necessary statistical tests based
5826 on a model that uses the negative binomial distribution to estimate the
5827 variance between biological replicates and generalized linear models for
5828 testing. The package also provides functions for the visualization and
5829 exploration of the results.")
5830 (license license:gpl3+)))
5831
5832 (define-public r-annotationforge
5833 (package
5834 (name "r-annotationforge")
5835 (version "1.20.0")
5836 (source
5837 (origin
5838 (method url-fetch)
5839 (uri (bioconductor-uri "AnnotationForge" version))
5840 (sha256
5841 (base32
5842 "01vbrf76vqfvxh6vpfxkjwccxggnha3byqzj333glqz2b6kwx5q1"))))
5843 (properties
5844 `((upstream-name . "AnnotationForge")))
5845 (build-system r-build-system)
5846 (propagated-inputs
5847 `(("r-annotationdbi" ,r-annotationdbi)
5848 ("r-biobase" ,r-biobase)
5849 ("r-biocgenerics" ,r-biocgenerics)
5850 ("r-dbi" ,r-dbi)
5851 ("r-rcurl" ,r-rcurl)
5852 ("r-rsqlite" ,r-rsqlite)
5853 ("r-s4vectors" ,r-s4vectors)
5854 ("r-xml" ,r-xml)))
5855 (home-page "https://bioconductor.org/packages/AnnotationForge")
5856 (synopsis "Code for building annotation database packages")
5857 (description
5858 "This package provides code for generating Annotation packages and their
5859 databases. Packages produced are intended to be used with AnnotationDbi.")
5860 (license license:artistic2.0)))
5861
5862 (define-public r-rbgl
5863 (package
5864 (name "r-rbgl")
5865 (version "1.54.0")
5866 (source
5867 (origin
5868 (method url-fetch)
5869 (uri (bioconductor-uri "RBGL" version))
5870 (sha256
5871 (base32
5872 "18jad23i3899ypv4bg3l47cvvs3qnj1pqis2p9x0135yv5y6wnv7"))))
5873 (properties `((upstream-name . "RBGL")))
5874 (build-system r-build-system)
5875 (propagated-inputs `(("r-graph" ,r-graph)))
5876 (home-page "https://www.bioconductor.org/packages/RBGL")
5877 (synopsis "Interface to the Boost graph library")
5878 (description
5879 "This package provides a fairly extensive and comprehensive interface to
5880 the graph algorithms contained in the Boost library.")
5881 (license license:artistic2.0)))
5882
5883 (define-public r-gseabase
5884 (package
5885 (name "r-gseabase")
5886 (version "1.40.0")
5887 (source
5888 (origin
5889 (method url-fetch)
5890 (uri (bioconductor-uri "GSEABase" version))
5891 (sha256
5892 (base32
5893 "0kpkl6c5lrar6ip7wlhvd5axqlb9lb5l3lgbdb3dlih32c3nz0yq"))))
5894 (properties `((upstream-name . "GSEABase")))
5895 (build-system r-build-system)
5896 (propagated-inputs
5897 `(("r-annotate" ,r-annotate)
5898 ("r-annotationdbi" ,r-annotationdbi)
5899 ("r-biobase" ,r-biobase)
5900 ("r-biocgenerics" ,r-biocgenerics)
5901 ("r-graph" ,r-graph)
5902 ("r-xml" ,r-xml)))
5903 (home-page "https://bioconductor.org/packages/GSEABase")
5904 (synopsis "Gene set enrichment data structures and methods")
5905 (description
5906 "This package provides classes and methods to support @dfn{Gene Set
5907 Enrichment Analysis} (GSEA).")
5908 (license license:artistic2.0)))
5909
5910 (define-public r-category
5911 (package
5912 (name "r-category")
5913 (version "2.44.0")
5914 (source
5915 (origin
5916 (method url-fetch)
5917 (uri (bioconductor-uri "Category" version))
5918 (sha256
5919 (base32
5920 "0mkav04vbla0xfa0dssxdd0rjs589sxi83xklf5iq5hj3dm8y0i8"))))
5921 (properties `((upstream-name . "Category")))
5922 (build-system r-build-system)
5923 (propagated-inputs
5924 `(("r-annotate" ,r-annotate)
5925 ("r-annotationdbi" ,r-annotationdbi)
5926 ("r-biobase" ,r-biobase)
5927 ("r-biocgenerics" ,r-biocgenerics)
5928 ("r-genefilter" ,r-genefilter)
5929 ("r-graph" ,r-graph)
5930 ("r-gseabase" ,r-gseabase)
5931 ("r-matrix" ,r-matrix)
5932 ("r-rbgl" ,r-rbgl)
5933 ("r-dbi" ,r-dbi)))
5934 (home-page "https://bioconductor.org/packages/Category")
5935 (synopsis "Category analysis")
5936 (description
5937 "This package provides a collection of tools for performing category
5938 analysis.")
5939 (license license:artistic2.0)))
5940
5941 (define-public r-gostats
5942 (package
5943 (name "r-gostats")
5944 (version "2.44.0")
5945 (source
5946 (origin
5947 (method url-fetch)
5948 (uri (bioconductor-uri "GOstats" version))
5949 (sha256
5950 (base32
5951 "04gqfdlx9fxf97qf0l28x4aaqvl10n6v58qiz5fiaw05sbj1pf1i"))))
5952 (properties `((upstream-name . "GOstats")))
5953 (build-system r-build-system)
5954 (propagated-inputs
5955 `(("r-annotate" ,r-annotate)
5956 ("r-annotationdbi" ,r-annotationdbi)
5957 ("r-annotationforge" ,r-annotationforge)
5958 ("r-biobase" ,r-biobase)
5959 ("r-category" ,r-category)
5960 ("r-go-db" ,r-go-db)
5961 ("r-graph" ,r-graph)
5962 ("r-rgraphviz" ,r-rgraphviz)
5963 ("r-rbgl" ,r-rbgl)))
5964 (home-page "https://bioconductor.org/packages/GOstats")
5965 (synopsis "Tools for manipulating GO and microarrays")
5966 (description
5967 "This package provides a set of tools for interacting with GO and
5968 microarray data. A variety of basic manipulation tools for graphs, hypothesis
5969 testing and other simple calculations.")
5970 (license license:artistic2.0)))
5971
5972 (define-public r-shortread
5973 (package
5974 (name "r-shortread")
5975 (version "1.36.0")
5976 (source
5977 (origin
5978 (method url-fetch)
5979 (uri (bioconductor-uri "ShortRead" version))
5980 (sha256
5981 (base32
5982 "06mknlsmd4hnaxzdjapgvp2kgdnf9w103y500dsac5jgsz4vwzcz"))))
5983 (properties `((upstream-name . "ShortRead")))
5984 (build-system r-build-system)
5985 (inputs
5986 `(("zlib" ,zlib)))
5987 (propagated-inputs
5988 `(("r-biobase" ,r-biobase)
5989 ("r-biocgenerics" ,r-biocgenerics)
5990 ("r-biocparallel" ,r-biocparallel)
5991 ("r-biostrings" ,r-biostrings)
5992 ("r-genomeinfodb" ,r-genomeinfodb)
5993 ("r-genomicalignments" ,r-genomicalignments)
5994 ("r-genomicranges" ,r-genomicranges)
5995 ("r-hwriter" ,r-hwriter)
5996 ("r-iranges" ,r-iranges)
5997 ("r-lattice" ,r-lattice)
5998 ("r-latticeextra" ,r-latticeextra)
5999 ("r-rsamtools" ,r-rsamtools)
6000 ("r-s4vectors" ,r-s4vectors)
6001 ("r-xvector" ,r-xvector)
6002 ("r-zlibbioc" ,r-zlibbioc)))
6003 (home-page "https://bioconductor.org/packages/ShortRead")
6004 (synopsis "FASTQ input and manipulation tools")
6005 (description
6006 "This package implements sampling, iteration, and input of FASTQ files.
6007 It includes functions for filtering and trimming reads, and for generating a
6008 quality assessment report. Data are represented as
6009 @code{DNAStringSet}-derived objects, and easily manipulated for a diversity of
6010 purposes. The package also contains legacy support for early single-end,
6011 ungapped alignment formats.")
6012 (license license:artistic2.0)))
6013
6014 (define-public r-systempiper
6015 (package
6016 (name "r-systempiper")
6017 (version "1.12.0")
6018 (source
6019 (origin
6020 (method url-fetch)
6021 (uri (bioconductor-uri "systemPipeR" version))
6022 (sha256
6023 (base32
6024 "11mj8pjq5vj25768vmagpzv74fvi3p3kdk5zdlznqyiaggri04cv"))))
6025 (properties `((upstream-name . "systemPipeR")))
6026 (build-system r-build-system)
6027 (propagated-inputs
6028 `(("r-annotate" ,r-annotate)
6029 ("r-batchjobs" ,r-batchjobs)
6030 ("r-biocgenerics" ,r-biocgenerics)
6031 ("r-biostrings" ,r-biostrings)
6032 ("r-deseq2" ,r-deseq2)
6033 ("r-edger" ,r-edger)
6034 ("r-genomicfeatures" ,r-genomicfeatures)
6035 ("r-genomicranges" ,r-genomicranges)
6036 ("r-ggplot2" ,r-ggplot2)
6037 ("r-go-db" ,r-go-db)
6038 ("r-gostats" ,r-gostats)
6039 ("r-limma" ,r-limma)
6040 ("r-pheatmap" ,r-pheatmap)
6041 ("r-rjson" ,r-rjson)
6042 ("r-rsamtools" ,r-rsamtools)
6043 ("r-shortread" ,r-shortread)
6044 ("r-summarizedexperiment" ,r-summarizedexperiment)
6045 ("r-variantannotation" ,r-variantannotation)))
6046 (home-page "https://github.com/tgirke/systemPipeR")
6047 (synopsis "Next generation sequencing workflow and reporting environment")
6048 (description
6049 "This R package provides tools for building and running automated
6050 end-to-end analysis workflows for a wide range of @dfn{next generation
6051 sequence} (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq and Ribo-Seq.
6052 Important features include a uniform workflow interface across different NGS
6053 applications, automated report generation, and support for running both R and
6054 command-line software, such as NGS aligners or peak/variant callers, on local
6055 computers or compute clusters. Efficient handling of complex sample sets and
6056 experimental designs is facilitated by a consistently implemented sample
6057 annotation infrastructure.")
6058 (license license:artistic2.0)))
6059
6060 (define-public r-grohmm
6061 (package
6062 (name "r-grohmm")
6063 (version "1.12.0")
6064 (source
6065 (origin
6066 (method url-fetch)
6067 (uri (bioconductor-uri "groHMM" version))
6068 (sha256
6069 (base32
6070 "0cjkj0ypyc4dfi9s8dh88kh6q4xlpnc0wal7njg4b4gqj0l2hva7"))))
6071 (properties `((upstream-name . "groHMM")))
6072 (build-system r-build-system)
6073 (propagated-inputs
6074 `(("r-genomeinfodb" ,r-genomeinfodb)
6075 ("r-genomicalignments" ,r-genomicalignments)
6076 ("r-genomicranges" ,r-genomicranges)
6077 ("r-iranges" ,r-iranges)
6078 ("r-mass" ,r-mass)
6079 ("r-rtracklayer" ,r-rtracklayer)
6080 ("r-s4vectors" ,r-s4vectors)))
6081 (home-page "https://github.com/Kraus-Lab/groHMM")
6082 (synopsis "GRO-seq analysis pipeline")
6083 (description
6084 "This package provides a pipeline for the analysis of GRO-seq data.")
6085 (license license:gpl3+)))
6086
6087 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
6088 (package
6089 (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
6090 (version "3.2.2")
6091 (source (origin
6092 (method url-fetch)
6093 ;; We cannot use bioconductor-uri here because this tarball is
6094 ;; located under "data/annotation/" instead of "bioc/".
6095 (uri (string-append "https://bioconductor.org/packages/"
6096 "release/data/annotation/src/contrib"
6097 "/TxDb.Hsapiens.UCSC.hg19.knownGene_"
6098 version ".tar.gz"))
6099 (sha256
6100 (base32
6101 "1sajhcqqwazgz2lqbik7rd935i7kpnh08zxbp2ra10j72yqy4g86"))))
6102 (properties
6103 `((upstream-name . "TxDb.Hsapiens.UCSC.hg19.knownGene")))
6104 (build-system r-build-system)
6105 ;; As this package provides little more than a very large data file it
6106 ;; doesn't make sense to build substitutes.
6107 (arguments `(#:substitutable? #f))
6108 (propagated-inputs
6109 `(("r-genomicfeatures" ,r-genomicfeatures)))
6110 (home-page
6111 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/")
6112 (synopsis "Annotation package for human genome in TxDb format")
6113 (description
6114 "This package provides an annotation database of Homo sapiens genome
6115 data. It is derived from the UCSC hg19 genome and based on the \"knownGene\"
6116 track. The database is exposed as a @code{TxDb} object.")
6117 (license license:artistic2.0)))
6118
6119 (define-public r-sparql
6120 (package
6121 (name "r-sparql")
6122 (version "1.16")
6123 (source (origin
6124 (method url-fetch)
6125 (uri (cran-uri "SPARQL" version))
6126 (sha256
6127 (base32
6128 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
6129 (properties `((upstream-name . "SPARQL")))
6130 (build-system r-build-system)
6131 (propagated-inputs
6132 `(("r-rcurl" ,r-rcurl)
6133 ("r-xml" ,r-xml)))
6134 (home-page "http://cran.r-project.org/web/packages/SPARQL")
6135 (synopsis "SPARQL client for R")
6136 (description "This package provides an interface to use SPARQL to pose
6137 SELECT or UPDATE queries to an end-point.")
6138 ;; The only license indication is found in the DESCRIPTION file,
6139 ;; which states GPL-3. So we cannot assume GPLv3+.
6140 (license license:gpl3)))
6141
6142 (define-public vsearch
6143 (package
6144 (name "vsearch")
6145 (version "2.6.0")
6146 (source
6147 (origin
6148 (method url-fetch)
6149 (uri (string-append
6150 "https://github.com/torognes/vsearch/archive/v"
6151 version ".tar.gz"))
6152 (file-name (string-append name "-" version ".tar.gz"))
6153 (sha256
6154 (base32
6155 "0rplgpvsdkxw0k371ckxrp6i77jn93ckhslaazwbyd85m83nkynr"))
6156 (patches (search-patches "vsearch-unbundle-cityhash.patch"))
6157 (snippet
6158 '(begin
6159 ;; Remove bundled cityhash sources. The vsearch source is adjusted
6160 ;; for this in the patch.
6161 (delete-file "src/city.h")
6162 (delete-file "src/citycrc.h")
6163 (delete-file "src/city.cc")
6164 #t))))
6165 (build-system gnu-build-system)
6166 (arguments
6167 `(#:phases
6168 (modify-phases %standard-phases
6169 (add-after 'unpack 'autogen
6170 (lambda _ (zero? (system* "autoreconf" "-vif")))))))
6171 (inputs
6172 `(("zlib" ,zlib)
6173 ("bzip2" ,bzip2)
6174 ("cityhash" ,cityhash)))
6175 (native-inputs
6176 `(("autoconf" ,autoconf)
6177 ("automake" ,automake)))
6178 (synopsis "Sequence search tools for metagenomics")
6179 (description
6180 "VSEARCH supports DNA sequence searching, clustering, chimera detection,
6181 dereplication, pairwise alignment, shuffling, subsampling, sorting and
6182 masking. The tool takes advantage of parallelism in the form of SIMD
6183 vectorization as well as multiple threads to perform accurate alignments at
6184 high speed. VSEARCH uses an optimal global aligner (full dynamic programming
6185 Needleman-Wunsch).")
6186 (home-page "https://github.com/torognes/vsearch")
6187 ;; vsearch uses non-portable SSE intrinsics so building fails on other
6188 ;; platforms.
6189 (supported-systems '("x86_64-linux"))
6190 ;; Dual licensed; also includes public domain source.
6191 (license (list license:gpl3 license:bsd-2))))
6192
6193 (define-public pardre
6194 (package
6195 (name "pardre")
6196 ;; The source of 1.1.5 changed in place, so we append "-1" to the version.
6197 (version "1.1.5-1")
6198 (source
6199 (origin
6200 (method url-fetch)
6201 (uri (string-append "mirror://sourceforge/pardre/ParDRe-rel"
6202 "1.1.5" ".tar.gz"))
6203 (sha256
6204 (base32
6205 "17j73nc0viq4f6qj50nrndsrif5d6b71q8fl87m54psiv0ilns2b"))))
6206 (build-system gnu-build-system)
6207 (arguments
6208 `(#:tests? #f ; no tests included
6209 #:phases
6210 (modify-phases %standard-phases
6211 (delete 'configure)
6212 (replace 'install
6213 (lambda* (#:key outputs #:allow-other-keys)
6214 (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
6215 (install-file "ParDRe" bin)
6216 #t))))))
6217 (inputs
6218 `(("openmpi" ,openmpi)
6219 ("zlib" ,zlib)))
6220 (synopsis "Parallel tool to remove duplicate DNA reads")
6221 (description
6222 "ParDRe is a parallel tool to remove duplicate genetic sequence reads.
6223 Duplicate reads can be seen as identical or nearly identical sequences with
6224 some mismatches. This tool lets users avoid the analysis of unnecessary
6225 reads, reducing the time of subsequent procedures with the
6226 dataset (e.g. assemblies, mappings, etc.). The tool is implemented with MPI
6227 in order to exploit the parallel capabilities of multicore clusters. It is
6228 faster than multithreaded counterparts (end of 2015) for the same number of
6229 cores and, thanks to the message-passing technology, it can be executed on
6230 clusters.")
6231 (home-page "https://sourceforge.net/projects/pardre/")
6232 (license license:gpl3+)))
6233
6234 (define-public ruby-bio-kseq
6235 (package
6236 (name "ruby-bio-kseq")
6237 (version "0.0.2")
6238 (source
6239 (origin
6240 (method url-fetch)
6241 (uri (rubygems-uri "bio-kseq" version))
6242 (sha256
6243 (base32
6244 "1xyaha46khb5jc6wzkbf7040jagac49jbimn0vcrzid0j8jdikrz"))))
6245 (build-system ruby-build-system)
6246 (arguments
6247 `(#:test-target "spec"))
6248 (native-inputs
6249 `(("bundler" ,bundler)
6250 ("ruby-rspec" ,ruby-rspec)
6251 ("ruby-rake-compiler" ,ruby-rake-compiler)))
6252 (inputs
6253 `(("zlib" ,zlib)))
6254 (synopsis "Ruby bindings for the kseq.h FASTA/Q parser")
6255 (description
6256 "@code{Bio::Kseq} provides ruby bindings to the @code{kseq.h} FASTA and
6257 FASTQ parsing code. It provides a fast iterator over sequences and their
6258 quality scores.")
6259 (home-page "https://github.com/gusevfe/bio-kseq")
6260 (license license:expat)))
6261
6262 (define-public bio-locus
6263 (package
6264 (name "bio-locus")
6265 (version "0.0.7")
6266 (source
6267 (origin
6268 (method url-fetch)
6269 (uri (rubygems-uri "bio-locus" version))
6270 (sha256
6271 (base32
6272 "02vmrxyimkj9sahsp4zhfhnmbvz6dbbqz1y01vglf8cbwvkajfl0"))))
6273 (build-system ruby-build-system)
6274 (native-inputs
6275 `(("ruby-rspec" ,ruby-rspec)))
6276 (synopsis "Tool for fast querying of genome locations")
6277 (description
6278 "Bio-locus is a tabix-like tool for fast querying of genome
6279 locations. Many file formats in bioinformatics contain records that
6280 start with a chromosome name and a position for a SNP, or a start-end
6281 position for indels. Bio-locus allows users to store this chr+pos or
6282 chr+pos+alt information in a database.")
6283 (home-page "https://github.com/pjotrp/bio-locus")
6284 (license license:expat)))
6285
6286 (define-public bio-blastxmlparser
6287 (package
6288 (name "bio-blastxmlparser")
6289 (version "2.0.4")
6290 (source (origin
6291 (method url-fetch)
6292 (uri (rubygems-uri "bio-blastxmlparser" version))
6293 (sha256
6294 (base32
6295 "1wf4qygcmdjgcqm6flmvsagfr1gs9lf63mj32qv3z1f481zc5692"))))
6296 (build-system ruby-build-system)
6297 (propagated-inputs
6298 `(("ruby-bio-logger" ,ruby-bio-logger)
6299 ("ruby-nokogiri" ,ruby-nokogiri)))
6300 (inputs
6301 `(("ruby-rspec" ,ruby-rspec)))
6302 (synopsis "Fast big data BLAST XML parser and library")
6303 (description
6304 "Very fast parallel big-data BLAST XML file parser which can be used as
6305 command line utility. Use blastxmlparser to: Parse BLAST XML; filter output;
6306 generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.")
6307 (home-page "https://github.com/pjotrp/blastxmlparser")
6308 (license license:expat)))
6309
6310 (define-public bioruby
6311 (package
6312 (name "bioruby")
6313 (version "1.5.1")
6314 (source
6315 (origin
6316 (method url-fetch)
6317 (uri (rubygems-uri "bio" version))
6318 (sha256
6319 (base32
6320 "0hdl0789c9n4mprnx5pgd46bfwl8d000rqpamj5h6kkjgspijv49"))))
6321 (build-system ruby-build-system)
6322 (propagated-inputs
6323 `(("ruby-libxml" ,ruby-libxml)))
6324 (native-inputs
6325 `(("which" ,which))) ; required for test phase
6326 (arguments
6327 `(#:phases
6328 (modify-phases %standard-phases
6329 (add-before 'build 'patch-test-command
6330 (lambda _
6331 (substitute* '("test/functional/bio/test_command.rb")
6332 (("/bin/sh") (which "sh")))
6333 (substitute* '("test/functional/bio/test_command.rb")
6334 (("/bin/ls") (which "ls")))
6335 (substitute* '("test/functional/bio/test_command.rb")
6336 (("which") (which "which")))
6337 (substitute* '("test/functional/bio/test_command.rb",
6338 "test/data/command/echoarg2.sh")
6339 (("/bin/echo") (which "echo")))
6340 #t)))))
6341 (synopsis "Ruby library, shell and utilities for bioinformatics")
6342 (description "BioRuby comes with a comprehensive set of Ruby development
6343 tools and libraries for bioinformatics and molecular biology. BioRuby has
6344 components for sequence analysis, pathway analysis, protein modelling and
6345 phylogenetic analysis; it supports many widely used data formats and provides
6346 easy access to databases, external programs and public web services, including
6347 BLAST, KEGG, GenBank, MEDLINE and GO.")
6348 (home-page "http://bioruby.org/")
6349 ;; Code is released under Ruby license, except for setup
6350 ;; (LGPLv2.1+) and scripts in samples (which have GPL2 and GPL2+)
6351 (license (list license:ruby license:lgpl2.1+ license:gpl2+ ))))
6352
6353 (define-public r-acsnminer
6354 (package
6355 (name "r-acsnminer")
6356 (version "0.16.8.25")
6357 (source (origin
6358 (method url-fetch)
6359 (uri (cran-uri "ACSNMineR" version))
6360 (sha256
6361 (base32
6362 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
6363 (properties `((upstream-name . "ACSNMineR")))
6364 (build-system r-build-system)
6365 (propagated-inputs
6366 `(("r-ggplot2" ,r-ggplot2)
6367 ("r-gridextra" ,r-gridextra)))
6368 (home-page "http://cran.r-project.org/web/packages/ACSNMineR")
6369 (synopsis "Gene enrichment analysis")
6370 (description
6371 "This package provides tools to compute and represent gene set enrichment
6372 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
6373 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
6374 enrichment can be run with hypergeometric test or Fisher exact test, and can
6375 use multiple corrections. Visualization of data can be done either by
6376 barplots or heatmaps.")
6377 (license license:gpl2+)))
6378
6379 (define-public r-biocgenerics
6380 (package
6381 (name "r-biocgenerics")
6382 (version "0.24.0")
6383 (source (origin
6384 (method url-fetch)
6385 (uri (bioconductor-uri "BiocGenerics" version))
6386 (sha256
6387 (base32
6388 "03wxvhxyrhipbgcg83lqlfn7p9gbzzrnl48y0dq7303xgp232zai"))))
6389 (properties
6390 `((upstream-name . "BiocGenerics")))
6391 (build-system r-build-system)
6392 (home-page "https://bioconductor.org/packages/BiocGenerics")
6393 (synopsis "S4 generic functions for Bioconductor")
6394 (description
6395 "This package provides S4 generic functions needed by many Bioconductor
6396 packages.")
6397 (license license:artistic2.0)))
6398
6399 (define-public r-biocinstaller
6400 (package
6401 (name "r-biocinstaller")
6402 (version "1.28.0")
6403 (source (origin
6404 (method url-fetch)
6405 (uri (bioconductor-uri "BiocInstaller" version))
6406 (sha256
6407 (base32
6408 "19fga27bv6q9v5mpil74y76lahmnwvpg2h33rdx1r79nvljkd19d"))))
6409 (properties
6410 `((upstream-name . "BiocInstaller")))
6411 (build-system r-build-system)
6412 (home-page "https://bioconductor.org/packages/BiocInstaller")
6413 (synopsis "Install Bioconductor packages")
6414 (description "This package is used to install and update R packages from
6415 Bioconductor, CRAN, and Github.")
6416 (license license:artistic2.0)))
6417
6418 (define-public r-biocviews
6419 (package
6420 (name "r-biocviews")
6421 (version "1.46.0")
6422 (source (origin
6423 (method url-fetch)
6424 (uri (bioconductor-uri "biocViews" version))
6425 (sha256
6426 (base32
6427 "09zyqj1kqc089lmh9sliy0acanx9zimcasvp71dsrg2bqm08r1md"))))
6428 (properties
6429 `((upstream-name . "biocViews")))
6430 (build-system r-build-system)
6431 (propagated-inputs
6432 `(("r-biobase" ,r-biobase)
6433 ("r-graph" ,r-graph)
6434 ("r-rbgl" ,r-rbgl)
6435 ("r-rcurl" ,r-rcurl)
6436 ("r-xml" ,r-xml)
6437 ("r-runit" ,r-runit)))
6438 (home-page "https://bioconductor.org/packages/biocViews")
6439 (synopsis "Bioconductor package categorization helper")
6440 (description "The purpose of biocViews is to create HTML pages that
6441 categorize packages in a Bioconductor package repository according to keywords,
6442 also known as views, in a controlled vocabulary.")
6443 (license license:artistic2.0)))
6444
6445 (define-public r-bookdown
6446 (package
6447 (name "r-bookdown")
6448 (version "0.5")
6449 (source (origin
6450 (method url-fetch)
6451 (uri (cran-uri "bookdown" version))
6452 (sha256
6453 (base32
6454 "0zm63kr4f4kja4qpwkzl119zzyciqj7ihajfqgfjpgb4dzaiycxp"))))
6455 (build-system r-build-system)
6456 (propagated-inputs
6457 `(("r-htmltools" ,r-htmltools)
6458 ("r-knitr" ,r-knitr)
6459 ("r-rmarkdown" ,r-rmarkdown)
6460 ("r-yaml" ,r-yaml)))
6461 (home-page "https://github.com/rstudio/bookdown")
6462 (synopsis "Authoring books and technical documents with R markdown")
6463 (description "This package provides output formats and utilities for
6464 authoring books and technical documents with R Markdown.")
6465 (license license:gpl3)))
6466
6467 (define-public r-biocstyle
6468 (package
6469 (name "r-biocstyle")
6470 (version "2.6.0")
6471 (source (origin
6472 (method url-fetch)
6473 (uri (bioconductor-uri "BiocStyle" version))
6474 (sha256
6475 (base32
6476 "05f2j9fx8s5gh4f8qkl6wcz32ghz04wxhqb3xxcn1bj24qd7x1x8"))))
6477 (properties
6478 `((upstream-name . "BiocStyle")))
6479 (build-system r-build-system)
6480 (propagated-inputs
6481 `(("r-bookdown" ,r-bookdown)
6482 ("r-knitr" ,r-knitr)
6483 ("r-rmarkdown" ,r-rmarkdown)
6484 ("r-yaml" ,r-yaml)))
6485 (home-page "https://bioconductor.org/packages/BiocStyle")
6486 (synopsis "Bioconductor formatting styles")
6487 (description "This package provides standard formatting styles for
6488 Bioconductor PDF and HTML documents. Package vignettes illustrate use and
6489 functionality.")
6490 (license license:artistic2.0)))
6491
6492 (define-public r-bioccheck
6493 (package
6494 (name "r-bioccheck")
6495 (version "1.14.0")
6496 (source (origin
6497 (method url-fetch)
6498 (uri (bioconductor-uri "BiocCheck" version))
6499 (sha256
6500 (base32
6501 "1nzp8kgw13z9pgf885rplj6k37jcldfhbz0adqclxr2gq0yalmyx"))))
6502 (properties
6503 `((upstream-name . "BiocCheck")))
6504 (build-system r-build-system)
6505 (arguments
6506 '(#:phases
6507 (modify-phases %standard-phases
6508 ;; This package can be used by calling BiocCheck(<package>) from
6509 ;; within R, or by running R CMD BiocCheck <package>. This phase
6510 ;; makes sure the latter works. For this to work, the BiocCheck
6511 ;; script must be somewhere on the PATH (not the R bin directory).
6512 (add-after 'install 'install-bioccheck-subcommand
6513 (lambda* (#:key outputs #:allow-other-keys)
6514 (let* ((out (assoc-ref outputs "out"))
6515 (dest-dir (string-append out "/bin"))
6516 (script-dir
6517 (string-append out "/site-library/BiocCheck/script/")))
6518 (mkdir-p dest-dir)
6519 (symlink (string-append script-dir "/checkBadDeps.R")
6520 (string-append dest-dir "/checkBadDeps.R"))
6521 (symlink (string-append script-dir "/BiocCheck")
6522 (string-append dest-dir "/BiocCheck")))
6523 #t)))))
6524 (propagated-inputs
6525 `(("r-codetools" ,r-codetools)
6526 ("r-graph" ,r-graph)
6527 ("r-httr" ,r-httr)
6528 ("r-optparse" ,r-optparse)
6529 ("r-biocinstaller" ,r-biocinstaller)
6530 ("r-biocviews" ,r-biocviews)
6531 ("r-stringdist" ,r-stringdist)))
6532 (home-page "https://bioconductor.org/packages/BiocCheck")
6533 (synopsis "Executes Bioconductor-specific package checks")
6534 (description "This package contains tools to perform additional quality
6535 checks on R packages that are to be submitted to the Bioconductor repository.")
6536 (license license:artistic2.0)))
6537
6538 (define-public r-getopt
6539 (package
6540 (name "r-getopt")
6541 (version "1.20.0")
6542 (source
6543 (origin
6544 (method url-fetch)
6545 (uri (cran-uri "getopt" version))
6546 (sha256
6547 (base32
6548 "00f57vgnzmg7cz80rjmjz1556xqcmx8nhrlbbhaq4w7gl2ibl87r"))))
6549 (build-system r-build-system)
6550 (home-page "https://github.com/trevorld/getopt")
6551 (synopsis "Command-line option processor for R")
6552 (description
6553 "This package is designed to be used with Rscript to write shebang
6554 scripts that accept short and long options. Many users will prefer to
6555 use the packages @code{optparse} or @code{argparse} which add extra
6556 features like automatically generated help options and usage texts,
6557 support for default values, positional argument support, etc.")
6558 (license license:gpl2+)))
6559
6560 (define-public r-optparse
6561 (package
6562 (name "r-optparse")
6563 (version "1.4.4")
6564 (source
6565 (origin
6566 (method url-fetch)
6567 (uri (cran-uri "optparse" version))
6568 (sha256
6569 (base32
6570 "1ff4wmsszrb3spwfp7ynfs8w11qpy1sdzfxm1wk8dqqvdwris7qb"))))
6571 (build-system r-build-system)
6572 (propagated-inputs
6573 `(("r-getopt" ,r-getopt)))
6574 (home-page
6575 "https://github.com/trevorld/optparse")
6576 (synopsis "Command line option parser")
6577 (description
6578 "This package provides a command line parser inspired by Python's
6579 @code{optparse} library to be used with Rscript to write shebang scripts
6580 that accept short and long options.")
6581 (license license:gpl2+)))
6582
6583 (define-public r-dnacopy
6584 (package
6585 (name "r-dnacopy")
6586 (version "1.52.0")
6587 (source (origin
6588 (method url-fetch)
6589 (uri (bioconductor-uri "DNAcopy" version))
6590 (sha256
6591 (base32
6592 "127il5rlg1hzjlhwhs64x3nm18p00q1pd9ckb2b9ifl0rax95wai"))))
6593 (properties
6594 `((upstream-name . "DNAcopy")))
6595 (build-system r-build-system)
6596 (inputs
6597 `(("gfortran" ,gfortran)))
6598 (home-page "https://bioconductor.org/packages/DNAcopy")
6599 (synopsis "Implementation of a circular binary segmentation algorithm")
6600 (description "This package implements the circular binary segmentation (CBS)
6601 algorithm to segment DNA copy number data and identify genomic regions with
6602 abnormal copy number.")
6603 (license license:gpl2+)))
6604
6605 (define-public r-s4vectors
6606 (package
6607 (name "r-s4vectors")
6608 (version "0.16.0")
6609 (source (origin
6610 (method url-fetch)
6611 (uri (bioconductor-uri "S4Vectors" version))
6612 (sha256
6613 (base32
6614 "03s8vz33nl6mivjb7dbvj702dkypi340lji1sjban03fyyls0hw0"))))
6615 (properties
6616 `((upstream-name . "S4Vectors")))
6617 (build-system r-build-system)
6618 (propagated-inputs
6619 `(("r-biocgenerics" ,r-biocgenerics)))
6620 (home-page "https://bioconductor.org/packages/S4Vectors")
6621 (synopsis "S4 implementation of vectors and lists")
6622 (description
6623 "The S4Vectors package defines the @code{Vector} and @code{List} virtual
6624 classes and a set of generic functions that extend the semantic of ordinary
6625 vectors and lists in R. Package developers can easily implement vector-like
6626 or list-like objects as concrete subclasses of @code{Vector} or @code{List}.
6627 In addition, a few low-level concrete subclasses of general interest (e.g.
6628 @code{DataFrame}, @code{Rle}, and @code{Hits}) are implemented in the
6629 S4Vectors package itself.")
6630 (license license:artistic2.0)))
6631
6632 (define-public r-seqinr
6633 (package
6634 (name "r-seqinr")
6635 (version "3.4-5")
6636 (source
6637 (origin
6638 (method url-fetch)
6639 (uri (cran-uri "seqinr" version))
6640 (sha256
6641 (base32
6642 "17zv0n5cji17izwmwg0jcbxbjl3w5rls91w15svcnlpxjms38ahn"))))
6643 (build-system r-build-system)
6644 (propagated-inputs
6645 `(("r-ade4" ,r-ade4)
6646 ("r-segmented" ,r-segmented)))
6647 (inputs
6648 `(("zlib" ,zlib)))
6649 (home-page "http://seqinr.r-forge.r-project.org/")
6650 (synopsis "Biological sequences retrieval and analysis")
6651 (description
6652 "This package provides tools for exploratory data analysis and data
6653 visualization of biological sequence (DNA and protein) data. It also includes
6654 utilities for sequence data management under the ACNUC system.")
6655 (license license:gpl2+)))
6656
6657 (define-public r-iranges
6658 (package
6659 (name "r-iranges")
6660 (version "2.12.0")
6661 (source (origin
6662 (method url-fetch)
6663 (uri (bioconductor-uri "IRanges" version))
6664 (sha256
6665 (base32
6666 "1vqczb9wlxsmpwpqig6j1dmiblcfpq6mgnq8qwzcrvddm4cp47m5"))))
6667 (properties
6668 `((upstream-name . "IRanges")))
6669 (build-system r-build-system)
6670 (propagated-inputs
6671 `(("r-biocgenerics" ,r-biocgenerics)
6672 ("r-s4vectors" ,r-s4vectors)))
6673 (home-page "https://bioconductor.org/packages/IRanges")
6674 (synopsis "Infrastructure for manipulating intervals on sequences")
6675 (description
6676 "This package provides efficient low-level and highly reusable S4 classes
6677 for storing ranges of integers, RLE vectors (Run-Length Encoding), and, more
6678 generally, data that can be organized sequentially (formally defined as
6679 @code{Vector} objects), as well as views on these @code{Vector} objects.
6680 Efficient list-like classes are also provided for storing big collections of
6681 instances of the basic classes. All classes in the package use consistent
6682 naming and share the same rich and consistent \"Vector API\" as much as
6683 possible.")
6684 (license license:artistic2.0)))
6685
6686 (define-public r-genomeinfodbdata
6687 (package
6688 (name "r-genomeinfodbdata")
6689 (version "0.99.0")
6690 (source (origin
6691 (method url-fetch)
6692 ;; We cannot use bioconductor-uri here because this tarball is
6693 ;; located under "data/annotation/" instead of "bioc/".
6694 (uri (string-append "https://bioconductor.org/packages/release/"
6695 "data/annotation/src/contrib/GenomeInfoDbData_"
6696 version ".tar.gz"))
6697 (sha256
6698 (base32
6699 "120qvhb0pvkzd65lsgja62vyrgc37si6fh68q4cg4w5x9f04jw25"))))
6700 (properties
6701 `((upstream-name . "GenomeInfoDbData")))
6702 (build-system r-build-system)
6703 (home-page "https://bioconductor.org/packages/GenomeInfoDbData")
6704 (synopsis "Species and taxonomy ID look up tables for GenomeInfoDb")
6705 (description "This package contains data for mapping between NCBI taxonomy
6706 ID and species. It is used by functions in the GenomeInfoDb package.")
6707 (license license:artistic2.0)))
6708
6709 (define-public r-genomeinfodb
6710 (package
6711 (name "r-genomeinfodb")
6712 (version "1.14.0")
6713 (source (origin
6714 (method url-fetch)
6715 (uri (bioconductor-uri "GenomeInfoDb" version))
6716 (sha256
6717 (base32
6718 "1jhm0imkac4gvchbjxj408aakk39xdv2fyh818d3lk295bz6bnyp"))))
6719 (properties
6720 `((upstream-name . "GenomeInfoDb")))
6721 (build-system r-build-system)
6722 (propagated-inputs
6723 `(("r-biocgenerics" ,r-biocgenerics)
6724 ("r-genomeinfodbdata" ,r-genomeinfodbdata)
6725 ("r-iranges" ,r-iranges)
6726 ("r-rcurl" ,r-rcurl)
6727 ("r-s4vectors" ,r-s4vectors)))
6728 (home-page "https://bioconductor.org/packages/GenomeInfoDb")
6729 (synopsis "Utilities for manipulating chromosome identifiers")
6730 (description
6731 "This package contains data and functions that define and allow
6732 translation between different chromosome sequence naming conventions (e.g.,
6733 \"chr1\" versus \"1\"), including a function that attempts to place sequence
6734 names in their natural, rather than lexicographic, order.")
6735 (license license:artistic2.0)))
6736
6737 (define-public r-edger
6738 (package
6739 (name "r-edger")
6740 (version "3.20.1")
6741 (source (origin
6742 (method url-fetch)
6743 (uri (bioconductor-uri "edgeR" version))
6744 (sha256
6745 (base32
6746 "01qnxwr9rmz8r5ga3hvjk632365ga2aygx71mxkk7jiad2pjznsp"))))
6747 (properties `((upstream-name . "edgeR")))
6748 (build-system r-build-system)
6749 (propagated-inputs
6750 `(("r-limma" ,r-limma)
6751 ("r-locfit" ,r-locfit)
6752 ("r-rcpp" ,r-rcpp)
6753 ("r-statmod" ,r-statmod))) ;for estimateDisp
6754 (home-page "http://bioinf.wehi.edu.au/edgeR")
6755 (synopsis "EdgeR does empirical analysis of digital gene expression data")
6756 (description "This package can do differential expression analysis of
6757 RNA-seq expression profiles with biological replication. It implements a range
6758 of statistical methodology based on the negative binomial distributions,
6759 including empirical Bayes estimation, exact tests, generalized linear models
6760 and quasi-likelihood tests. It be applied to differential signal analysis of
6761 other types of genomic data that produce counts, including ChIP-seq, SAGE and
6762 CAGE.")
6763 (license license:gpl2+)))
6764
6765 (define-public r-variantannotation
6766 (package
6767 (name "r-variantannotation")
6768 (version "1.24.0")
6769 (source (origin
6770 (method url-fetch)
6771 (uri (bioconductor-uri "VariantAnnotation" version))
6772 (sha256
6773 (base32
6774 "1lllp2vgyfbrar1yg28ji7am470hfzrzxm1bgdk68xpnrwcgcl25"))))
6775 (properties
6776 `((upstream-name . "VariantAnnotation")))
6777 (inputs
6778 `(("zlib" ,zlib)))
6779 (propagated-inputs
6780 `(("r-annotationdbi" ,r-annotationdbi)
6781 ("r-biobase" ,r-biobase)
6782 ("r-biocgenerics" ,r-biocgenerics)
6783 ("r-biostrings" ,r-biostrings)
6784 ("r-bsgenome" ,r-bsgenome)
6785 ("r-dbi" ,r-dbi)
6786 ("r-genomeinfodb" ,r-genomeinfodb)
6787 ("r-genomicfeatures" ,r-genomicfeatures)
6788 ("r-genomicranges" ,r-genomicranges)
6789 ("r-iranges" ,r-iranges)
6790 ("r-summarizedexperiment" ,r-summarizedexperiment)
6791 ("r-rsamtools" ,r-rsamtools)
6792 ("r-rtracklayer" ,r-rtracklayer)
6793 ("r-s4vectors" ,r-s4vectors)
6794 ("r-xvector" ,r-xvector)
6795 ("r-zlibbioc" ,r-zlibbioc)))
6796 (build-system r-build-system)
6797 (home-page "https://bioconductor.org/packages/VariantAnnotation")
6798 (synopsis "Package for annotation of genetic variants")
6799 (description "This R package can annotate variants, compute amino acid
6800 coding changes and predict coding outcomes.")
6801 (license license:artistic2.0)))
6802
6803 (define-public r-limma
6804 (package
6805 (name "r-limma")
6806 (version "3.34.0")
6807 (source (origin
6808 (method url-fetch)
6809 (uri (bioconductor-uri "limma" version))
6810 (sha256
6811 (base32
6812 "0a15gsaky0hfrkx8wrrmp0labzxpq6m2hrd33zl206wyas8bqzcs"))))
6813 (build-system r-build-system)
6814 (home-page "http://bioinf.wehi.edu.au/limma")
6815 (synopsis "Package for linear models for microarray and RNA-seq data")
6816 (description "This package can be used for the analysis of gene expression
6817 studies, especially the use of linear models for analysing designed experiments
6818 and the assessment of differential expression. The analysis methods apply to
6819 different technologies, including microarrays, RNA-seq, and quantitative PCR.")
6820 (license license:gpl2+)))
6821
6822 (define-public r-xvector
6823 (package
6824 (name "r-xvector")
6825 (version "0.18.0")
6826 (source (origin
6827 (method url-fetch)
6828 (uri (bioconductor-uri "XVector" version))
6829 (sha256
6830 (base32
6831 "1i4i3kdxr78lr1kcxq657p11ybi7kq10c8kyaqyh6gfc8i9rhvmk"))))
6832 (properties
6833 `((upstream-name . "XVector")))
6834 (build-system r-build-system)
6835 (arguments
6836 `(#:phases
6837 (modify-phases %standard-phases
6838 (add-after 'unpack 'use-system-zlib
6839 (lambda _
6840 (substitute* "DESCRIPTION"
6841 (("zlibbioc, ") ""))
6842 (substitute* "NAMESPACE"
6843 (("import\\(zlibbioc\\)") ""))
6844 #t)))))
6845 (inputs
6846 `(("zlib" ,zlib)))
6847 (propagated-inputs
6848 `(("r-biocgenerics" ,r-biocgenerics)
6849 ("r-iranges" ,r-iranges)
6850 ("r-s4vectors" ,r-s4vectors)))
6851 (home-page "https://bioconductor.org/packages/XVector")
6852 (synopsis "Representation and manpulation of external sequences")
6853 (description
6854 "This package provides memory efficient S4 classes for storing sequences
6855 \"externally\" (behind an R external pointer, or on disk).")
6856 (license license:artistic2.0)))
6857
6858 (define-public r-genomicranges
6859 (package
6860 (name "r-genomicranges")
6861 (version "1.30.0")
6862 (source (origin
6863 (method url-fetch)
6864 (uri (bioconductor-uri "GenomicRanges" version))
6865 (sha256
6866 (base32
6867 "10ra2sjn17h6gilm9iz0cygp9ijpgbirljlc4drwrnivnw9cmi2a"))))
6868 (properties
6869 `((upstream-name . "GenomicRanges")))
6870 (build-system r-build-system)
6871 (propagated-inputs
6872 `(("r-biocgenerics" ,r-biocgenerics)
6873 ("r-genomeinfodb" ,r-genomeinfodb)
6874 ("r-iranges" ,r-iranges)
6875 ("r-s4vectors" ,r-s4vectors)
6876 ("r-xvector" ,r-xvector)))
6877 (home-page "https://bioconductor.org/packages/GenomicRanges")
6878 (synopsis "Representation and manipulation of genomic intervals")
6879 (description
6880 "This package provides tools to efficiently represent and manipulate
6881 genomic annotations and alignments is playing a central role when it comes to
6882 analyzing high-throughput sequencing data (a.k.a. NGS data). The
6883 GenomicRanges package defines general purpose containers for storing and
6884 manipulating genomic intervals and variables defined along a genome.")
6885 (license license:artistic2.0)))
6886
6887 (define-public r-biobase
6888 (package
6889 (name "r-biobase")
6890 (version "2.38.0")
6891 (source (origin
6892 (method url-fetch)
6893 (uri (bioconductor-uri "Biobase" version))
6894 (sha256
6895 (base32
6896 "1cgm1ja1kp56zdlzyy9ggbkfn8r2vbsd4hncmz8g4hjd47fg18kg"))))
6897 (properties
6898 `((upstream-name . "Biobase")))
6899 (build-system r-build-system)
6900 (propagated-inputs
6901 `(("r-biocgenerics" ,r-biocgenerics)))
6902 (home-page "https://bioconductor.org/packages/Biobase")
6903 (synopsis "Base functions for Bioconductor")
6904 (description
6905 "This package provides functions that are needed by many other packages
6906 on Bioconductor or which replace R functions.")
6907 (license license:artistic2.0)))
6908
6909 (define-public r-annotationdbi
6910 (package
6911 (name "r-annotationdbi")
6912 (version "1.40.0")
6913 (source (origin
6914 (method url-fetch)
6915 (uri (bioconductor-uri "AnnotationDbi" version))
6916 (sha256
6917 (base32
6918 "1dh4qs1a757n640gs34lf6z2glc96nan86x0sqaw5csadl2rhnlc"))))
6919 (properties
6920 `((upstream-name . "AnnotationDbi")))
6921 (build-system r-build-system)
6922 (propagated-inputs
6923 `(("r-biobase" ,r-biobase)
6924 ("r-biocgenerics" ,r-biocgenerics)
6925 ("r-dbi" ,r-dbi)
6926 ("r-iranges" ,r-iranges)
6927 ("r-rsqlite" ,r-rsqlite)
6928 ("r-s4vectors" ,r-s4vectors)))
6929 (home-page "https://bioconductor.org/packages/AnnotationDbi")
6930 (synopsis "Annotation database interface")
6931 (description
6932 "This package provides user interface and database connection code for
6933 annotation data packages using SQLite data storage.")
6934 (license license:artistic2.0)))
6935
6936 (define-public r-biomart
6937 (package
6938 (name "r-biomart")
6939 (version "2.34.0")
6940 (source (origin
6941 (method url-fetch)
6942 (uri (bioconductor-uri "biomaRt" version))
6943 (sha256
6944 (base32
6945 "1dn3ysf0vb3mmg2b3380g0j1ajf88x4rh7fddfp990h2xlnsy2cx"))))
6946 (properties
6947 `((upstream-name . "biomaRt")))
6948 (build-system r-build-system)
6949 (propagated-inputs
6950 `(("r-annotationdbi" ,r-annotationdbi)
6951 ("r-progress" ,r-progress)
6952 ("r-rcurl" ,r-rcurl)
6953 ("r-stringr" ,r-stringr)
6954 ("r-xml" ,r-xml)))
6955 (home-page "https://bioconductor.org/packages/biomaRt")
6956 (synopsis "Interface to BioMart databases")
6957 (description
6958 "biomaRt provides an interface to a growing collection of databases
6959 implementing the @url{BioMart software suite, http://www.biomart.org}. The
6960 package enables retrieval of large amounts of data in a uniform way without
6961 the need to know the underlying database schemas or write complex SQL queries.
6962 Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene,
6963 Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt
6964 users direct access to a diverse set of data and enable a wide range of
6965 powerful online queries from gene annotation to database mining.")
6966 (license license:artistic2.0)))
6967
6968 (define-public r-biocparallel
6969 (package
6970 (name "r-biocparallel")
6971 (version "1.12.0")
6972 (source (origin
6973 (method url-fetch)
6974 (uri (bioconductor-uri "BiocParallel" version))
6975 (sha256
6976 (base32
6977 "13ng3n2wsgl3fh0v6jnz3vg51k5c1sh44pqdvblcrcd1qyjmmqhd"))))
6978 (properties
6979 `((upstream-name . "BiocParallel")))
6980 (build-system r-build-system)
6981 (propagated-inputs
6982 `(("r-futile-logger" ,r-futile-logger)
6983 ("r-snow" ,r-snow)
6984 ("r-bh" ,r-bh)))
6985 (home-page "https://bioconductor.org/packages/BiocParallel")
6986 (synopsis "Bioconductor facilities for parallel evaluation")
6987 (description
6988 "This package provides modified versions and novel implementation of
6989 functions for parallel evaluation, tailored to use with Bioconductor
6990 objects.")
6991 (license (list license:gpl2+ license:gpl3+))))
6992
6993 (define-public r-biostrings
6994 (package
6995 (name "r-biostrings")
6996 (version "2.46.0")
6997 (source (origin
6998 (method url-fetch)
6999 (uri (bioconductor-uri "Biostrings" version))
7000 (sha256
7001 (base32
7002 "0vg50qdlxqcm2d6axjnzg8wh8pr4c5gz03l8bdl0llmwzp0zclzk"))))
7003 (properties
7004 `((upstream-name . "Biostrings")))
7005 (build-system r-build-system)
7006 (propagated-inputs
7007 `(("r-biocgenerics" ,r-biocgenerics)
7008 ("r-iranges" ,r-iranges)
7009 ("r-s4vectors" ,r-s4vectors)
7010 ("r-xvector" ,r-xvector)))
7011 (home-page "https://bioconductor.org/packages/Biostrings")
7012 (synopsis "String objects and algorithms for biological sequences")
7013 (description
7014 "This package provides memory efficient string containers, string
7015 matching algorithms, and other utilities, for fast manipulation of large
7016 biological sequences or sets of sequences.")
7017 (license license:artistic2.0)))
7018
7019 (define-public r-rsamtools
7020 (package
7021 (name "r-rsamtools")
7022 (version "1.30.0")
7023 (source (origin
7024 (method url-fetch)
7025 (uri (bioconductor-uri "Rsamtools" version))
7026 (sha256
7027 (base32
7028 "0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
7029 (properties
7030 `((upstream-name . "Rsamtools")))
7031 (build-system r-build-system)
7032 (arguments
7033 `(#:phases
7034 (modify-phases %standard-phases
7035 (add-after 'unpack 'use-system-zlib
7036 (lambda _
7037 (substitute* "DESCRIPTION"
7038 (("zlibbioc, ") ""))
7039 (substitute* "NAMESPACE"
7040 (("import\\(zlibbioc\\)") ""))
7041 #t)))))
7042 (inputs
7043 `(("zlib" ,zlib)))
7044 (propagated-inputs
7045 `(("r-biocgenerics" ,r-biocgenerics)
7046 ("r-biocparallel" ,r-biocparallel)
7047 ("r-biostrings" ,r-biostrings)
7048 ("r-bitops" ,r-bitops)
7049 ("r-genomeinfodb" ,r-genomeinfodb)
7050 ("r-genomicranges" ,r-genomicranges)
7051 ("r-iranges" ,r-iranges)
7052 ("r-s4vectors" ,r-s4vectors)
7053 ("r-xvector" ,r-xvector)))
7054 (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
7055 (synopsis "Interface to samtools, bcftools, and tabix")
7056 (description
7057 "This package provides an interface to the 'samtools', 'bcftools', and
7058 'tabix' utilities for manipulating SAM (Sequence Alignment / Map), FASTA,
7059 binary variant call (BCF) and compressed indexed tab-delimited (tabix)
7060 files.")
7061 (license license:expat)))
7062
7063 (define-public r-delayedarray
7064 (package
7065 (name "r-delayedarray")
7066 (version "0.4.1")
7067 (source (origin
7068 (method url-fetch)
7069 (uri (bioconductor-uri "DelayedArray" version))
7070 (sha256
7071 (base32
7072 "0s7h2giyvz04cg6248kbbzpwhxdrpnsvl2s8k5c8ricisd9aaz4b"))))
7073 (properties
7074 `((upstream-name . "DelayedArray")))
7075 (build-system r-build-system)
7076 (propagated-inputs
7077 `(("r-biocgenerics" ,r-biocgenerics)
7078 ("r-s4vectors" ,r-s4vectors)
7079 ("r-iranges" ,r-iranges)
7080 ("r-matrixstats" ,r-matrixstats)))
7081 (home-page "https://bioconductor.org/packages/DelayedArray")
7082 (synopsis "Delayed operations on array-like objects")
7083 (description
7084 "Wrapping an array-like object (typically an on-disk object) in a
7085 @code{DelayedArray} object allows one to perform common array operations on it
7086 without loading the object in memory. In order to reduce memory usage and
7087 optimize performance, operations on the object are either delayed or executed
7088 using a block processing mechanism. Note that this also works on in-memory
7089 array-like objects like @code{DataFrame} objects (typically with Rle columns),
7090 @code{Matrix} objects, and ordinary arrays and data frames.")
7091 (license license:artistic2.0)))
7092
7093 (define-public r-summarizedexperiment
7094 (package
7095 (name "r-summarizedexperiment")
7096 (version "1.8.0")
7097 (source (origin
7098 (method url-fetch)
7099 (uri (bioconductor-uri "SummarizedExperiment" version))
7100 (sha256
7101 (base32
7102 "1011r8l0k8420j31bmh4xdcp6ka5bzf4bqhip84v5b6alpkcbvmf"))))
7103 (properties
7104 `((upstream-name . "SummarizedExperiment")))
7105 (build-system r-build-system)
7106 (propagated-inputs
7107 `(("r-biobase" ,r-biobase)
7108 ("r-biocgenerics" ,r-biocgenerics)
7109 ("r-delayedarray" ,r-delayedarray)
7110 ("r-genomeinfodb" ,r-genomeinfodb)
7111 ("r-genomicranges" ,r-genomicranges)
7112 ("r-iranges" ,r-iranges)
7113 ("r-matrix" ,r-matrix)
7114 ("r-s4vectors" ,r-s4vectors)))
7115 (home-page "https://bioconductor.org/packages/SummarizedExperiment")
7116 (synopsis "Container for representing genomic ranges by sample")
7117 (description
7118 "The SummarizedExperiment container contains one or more assays, each
7119 represented by a matrix-like object of numeric or other mode. The rows
7120 typically represent genomic ranges of interest and the columns represent
7121 samples.")
7122 (license license:artistic2.0)))
7123
7124 (define-public r-genomicalignments
7125 (package
7126 (name "r-genomicalignments")
7127 (version "1.14.0")
7128 (source (origin
7129 (method url-fetch)
7130 (uri (bioconductor-uri "GenomicAlignments" version))
7131 (sha256
7132 (base32
7133 "0sw30lj11wv7ifzypqm04lcah987crqwvj48wz3flaw3biw41zfi"))))
7134 (properties
7135 `((upstream-name . "GenomicAlignments")))
7136 (build-system r-build-system)
7137 (propagated-inputs
7138 `(("r-biocgenerics" ,r-biocgenerics)
7139 ("r-biocparallel" ,r-biocparallel)
7140 ("r-biostrings" ,r-biostrings)
7141 ("r-genomeinfodb" ,r-genomeinfodb)
7142 ("r-genomicranges" ,r-genomicranges)
7143 ("r-iranges" ,r-iranges)
7144 ("r-rsamtools" ,r-rsamtools)
7145 ("r-s4vectors" ,r-s4vectors)
7146 ("r-summarizedexperiment" ,r-summarizedexperiment)))
7147 (home-page "https://bioconductor.org/packages/GenomicAlignments")
7148 (synopsis "Representation and manipulation of short genomic alignments")
7149 (description
7150 "This package provides efficient containers for storing and manipulating
7151 short genomic alignments (typically obtained by aligning short reads to a
7152 reference genome). This includes read counting, computing the coverage,
7153 junction detection, and working with the nucleotide content of the
7154 alignments.")
7155 (license license:artistic2.0)))
7156
7157 (define-public r-rtracklayer
7158 (package
7159 (name "r-rtracklayer")
7160 (version "1.38.0")
7161 (source (origin
7162 (method url-fetch)
7163 (uri (bioconductor-uri "rtracklayer" version))
7164 (sha256
7165 (base32
7166 "12al1ygzy9p4myxa1fd817m28x2fj6f863znk9bw3hp7knbi98dh"))))
7167 (build-system r-build-system)
7168 (arguments
7169 `(#:phases
7170 (modify-phases %standard-phases
7171 (add-after 'unpack 'use-system-zlib
7172 (lambda _
7173 (substitute* "DESCRIPTION"
7174 ((" zlibbioc,") ""))
7175 (substitute* "NAMESPACE"
7176 (("import\\(zlibbioc\\)") ""))
7177 #t)))))
7178 (inputs
7179 `(("zlib" ,zlib)))
7180 (propagated-inputs
7181 `(("r-biocgenerics" ,r-biocgenerics)
7182 ("r-biostrings" ,r-biostrings)
7183 ("r-genomeinfodb" ,r-genomeinfodb)
7184 ("r-genomicalignments" ,r-genomicalignments)
7185 ("r-genomicranges" ,r-genomicranges)
7186 ("r-iranges" ,r-iranges)
7187 ("r-rcurl" ,r-rcurl)
7188 ("r-rsamtools" ,r-rsamtools)
7189 ("r-s4vectors" ,r-s4vectors)
7190 ("r-xml" ,r-xml)
7191 ("r-xvector" ,r-xvector)))
7192 (home-page "https://bioconductor.org/packages/rtracklayer")
7193 (synopsis "R interface to genome browsers and their annotation tracks")
7194 (description
7195 "rtracklayer is an extensible framework for interacting with multiple
7196 genome browsers (currently UCSC built-in) and manipulating annotation tracks
7197 in various formats (currently GFF, BED, bedGraph, BED15, WIG, BigWig and 2bit
7198 built-in). The user may export/import tracks to/from the supported browsers,
7199 as well as query and modify the browser state, such as the current viewport.")
7200 (license license:artistic2.0)))
7201
7202 (define-public r-genomicfeatures
7203 (package
7204 (name "r-genomicfeatures")
7205 (version "1.30.0")
7206 (source (origin
7207 (method url-fetch)
7208 (uri (bioconductor-uri "GenomicFeatures" version))
7209 (sha256
7210 (base32
7211 "1khjvq1ffhqavkwf8n7bilknci60lxbg52icrcf2vnb9k8rlpghs"))))
7212 (properties
7213 `((upstream-name . "GenomicFeatures")))
7214 (build-system r-build-system)
7215 (propagated-inputs
7216 `(("r-annotationdbi" ,r-annotationdbi)
7217 ("r-biobase" ,r-biobase)
7218 ("r-biocgenerics" ,r-biocgenerics)
7219 ("r-biomart" ,r-biomart)
7220 ("r-biostrings" ,r-biostrings)
7221 ("r-dbi" ,r-dbi)
7222 ("r-genomeinfodb" ,r-genomeinfodb)
7223 ("r-genomicranges" ,r-genomicranges)
7224 ("r-iranges" ,r-iranges)
7225 ("r-rcurl" ,r-rcurl)
7226 ("r-rsqlite" ,r-rsqlite)
7227 ("r-rmysql" ,r-rmysql)
7228 ("r-rtracklayer" ,r-rtracklayer)
7229 ("r-s4vectors" ,r-s4vectors)
7230 ("r-xvector" ,r-xvector)))
7231 (home-page "https://bioconductor.org/packages/GenomicFeatures")
7232 (synopsis "Tools for working with transcript centric annotations")
7233 (description
7234 "This package provides a set of tools and methods for making and
7235 manipulating transcript centric annotations. With these tools the user can
7236 easily download the genomic locations of the transcripts, exons and cds of a
7237 given organism, from either the UCSC Genome Browser or a BioMart
7238 database (more sources will be supported in the future). This information is
7239 then stored in a local database that keeps track of the relationship between
7240 transcripts, exons, cds and genes. Flexible methods are provided for
7241 extracting the desired features in a convenient format.")
7242 (license license:artistic2.0)))
7243
7244 (define-public r-go-db
7245 (package
7246 (name "r-go-db")
7247 (version "3.4.0")
7248 (source (origin
7249 (method url-fetch)
7250 (uri (string-append "https://www.bioconductor.org/packages/"
7251 "release/data/annotation/src/contrib/GO.db_"
7252 version ".tar.gz"))
7253 (sha256
7254 (base32
7255 "02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl"))))
7256 (properties
7257 `((upstream-name . "GO.db")))
7258 (build-system r-build-system)
7259 (propagated-inputs
7260 `(("r-annotationdbi" ,r-annotationdbi)))
7261 (home-page "https://bioconductor.org/packages/GO.db")
7262 (synopsis "Annotation maps describing the entire Gene Ontology")
7263 (description
7264 "The purpose of this GO.db annotation package is to provide detailed
7265 information about the latest version of the Gene Ontologies.")
7266 (license license:artistic2.0)))
7267
7268 (define-public r-graph
7269 (package
7270 (name "r-graph")
7271 (version "1.56.0")
7272 (source (origin
7273 (method url-fetch)
7274 (uri (bioconductor-uri "graph" version))
7275 (sha256
7276 (base32
7277 "15aajjp8h2z14p80c8hyd4rrmr9vqsm7bvwb989jxjl4k6g52an1"))))
7278 (build-system r-build-system)
7279 (propagated-inputs
7280 `(("r-biocgenerics" ,r-biocgenerics)))
7281 (home-page "https://bioconductor.org/packages/graph")
7282 (synopsis "Handle graph data structures in R")
7283 (description
7284 "This package implements some simple graph handling capabilities for R.")
7285 (license license:artistic2.0)))
7286
7287 (define-public r-topgo
7288 (package
7289 (name "r-topgo")
7290 (version "2.30.0")
7291 (source (origin
7292 (method url-fetch)
7293 (uri (bioconductor-uri "topGO" version))
7294 (sha256
7295 (base32
7296 "1hqffz5qp7glxdvjp37005g8qk5nam3f9wpf6d1wjnzpar04f3dz"))))
7297 (properties
7298 `((upstream-name . "topGO")))
7299 (build-system r-build-system)
7300 (propagated-inputs
7301 `(("r-annotationdbi" ,r-annotationdbi)
7302 ("r-dbi" ,r-dbi)
7303 ("r-biobase" ,r-biobase)
7304 ("r-biocgenerics" ,r-biocgenerics)
7305 ("r-go-db" ,r-go-db)
7306 ("r-graph" ,r-graph)
7307 ("r-lattice" ,r-lattice)
7308 ("r-matrixstats" ,r-matrixstats)
7309 ("r-sparsem" ,r-sparsem)))
7310 (home-page "https://bioconductor.org/packages/topGO")
7311 (synopsis "Enrichment analysis for gene ontology")
7312 (description
7313 "The topGO package provides tools for testing @dfn{gene ontology} (GO)
7314 terms while accounting for the topology of the GO graph. Different test
7315 statistics and different methods for eliminating local similarities and
7316 dependencies between GO terms can be implemented and applied.")
7317 ;; Any version of the LGPL applies.
7318 (license license:lgpl2.1+)))
7319
7320 (define-public r-bsgenome
7321 (package
7322 (name "r-bsgenome")
7323 (version "1.46.0")
7324 (source (origin
7325 (method url-fetch)
7326 (uri (bioconductor-uri "BSgenome" version))
7327 (sha256
7328 (base32
7329 "1jbzq7lm2iajajn2bifxnkss0k9fdvgqr30mral17cbhp5f6w4lq"))))
7330 (properties
7331 `((upstream-name . "BSgenome")))
7332 (build-system r-build-system)
7333 (propagated-inputs
7334 `(("r-biocgenerics" ,r-biocgenerics)
7335 ("r-biostrings" ,r-biostrings)
7336 ("r-genomeinfodb" ,r-genomeinfodb)
7337 ("r-genomicranges" ,r-genomicranges)
7338 ("r-iranges" ,r-iranges)
7339 ("r-rsamtools" ,r-rsamtools)
7340 ("r-rtracklayer" ,r-rtracklayer)
7341 ("r-s4vectors" ,r-s4vectors)
7342 ("r-xvector" ,r-xvector)))
7343 (home-page "https://bioconductor.org/packages/BSgenome")
7344 (synopsis "Infrastructure for Biostrings-based genome data packages")
7345 (description
7346 "This package provides infrastructure shared by all Biostrings-based
7347 genome data packages and support for efficient SNP representation.")
7348 (license license:artistic2.0)))
7349
7350 (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
7351 (package
7352 (name "r-bsgenome-hsapiens-1000genomes-hs37d5")
7353 (version "0.99.1")
7354 (source (origin
7355 (method url-fetch)
7356 ;; We cannot use bioconductor-uri here because this tarball is
7357 ;; located under "data/annotation/" instead of "bioc/".
7358 (uri (string-append "https://www.bioconductor.org/packages/"
7359 "release/data/annotation/src/contrib/"
7360 "BSgenome.Hsapiens.1000genomes.hs37d5_"
7361 version ".tar.gz"))
7362 (sha256
7363 (base32
7364 "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
7365 (properties
7366 `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
7367 (build-system r-build-system)
7368 ;; As this package provides little more than a very large data file it
7369 ;; doesn't make sense to build substitutes.
7370 (arguments `(#:substitutable? #f))
7371 (propagated-inputs
7372 `(("r-bsgenome" ,r-bsgenome)))
7373 (home-page
7374 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/")
7375 (synopsis "Full genome sequences for Homo sapiens")
7376 (description
7377 "This package provides full genome sequences for Homo sapiens from
7378 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.")
7379 (license license:artistic2.0)))
7380
7381 (define-public r-impute
7382 (package
7383 (name "r-impute")
7384 (version "1.52.0")
7385 (source (origin
7386 (method url-fetch)
7387 (uri (bioconductor-uri "impute" version))
7388 (sha256
7389 (base32
7390 "0b8r4swvyx3cjcc2ky8yn0ncpzlbi1pgfsn3wpbjmhh7sqrffm2n"))))
7391 (inputs
7392 `(("gfortran" ,gfortran)))
7393 (build-system r-build-system)
7394 (home-page "https://bioconductor.org/packages/impute")
7395 (synopsis "Imputation for microarray data")
7396 (description
7397 "This package provides a function to impute missing gene expression
7398 microarray data, using nearest neighbor averaging.")
7399 (license license:gpl2+)))
7400
7401 (define-public r-seqpattern
7402 (package
7403 (name "r-seqpattern")
7404 (version "1.10.0")
7405 (source (origin
7406 (method url-fetch)
7407 (uri (bioconductor-uri "seqPattern" version))
7408 (sha256
7409 (base32
7410 "1kcm5w83q7w0v0vs7nyp4gq5z86c6n6pqy9zmyyhxcrns7f597pm"))))
7411 (properties
7412 `((upstream-name . "seqPattern")))
7413 (build-system r-build-system)
7414 (propagated-inputs
7415 `(("r-biostrings" ,r-biostrings)
7416 ("r-genomicranges" ,r-genomicranges)
7417 ("r-iranges" ,r-iranges)
7418 ("r-kernsmooth" ,r-kernsmooth)
7419 ("r-plotrix" ,r-plotrix)))
7420 (home-page "https://bioconductor.org/packages/seqPattern")
7421 (synopsis "Visualising oligonucleotide patterns and motif occurrences")
7422 (description
7423 "This package provides tools to visualize oligonucleotide patterns and
7424 sequence motif occurrences across a large set of sequences centred at a common
7425 reference point and sorted by a user defined feature.")
7426 (license license:gpl3+)))
7427
7428 (define-public r-genomation
7429 (package
7430 (name "r-genomation")
7431 (version "1.10.0")
7432 (source (origin
7433 (method url-fetch)
7434 (uri (bioconductor-uri "genomation" version))
7435 (sha256
7436 (base32
7437 "1ddd8c9w1f1i1ga9rpbwiic8rsaws1chdxx4j38bpyaiy4zhz1ca"))))
7438 (build-system r-build-system)
7439 (propagated-inputs
7440 `(("r-biostrings" ,r-biostrings)
7441 ("r-bsgenome" ,r-bsgenome)
7442 ("r-data-table" ,r-data-table)
7443 ("r-genomeinfodb" ,r-genomeinfodb)
7444 ("r-genomicalignments" ,r-genomicalignments)
7445 ("r-genomicranges" ,r-genomicranges)
7446 ("r-ggplot2" ,r-ggplot2)
7447 ("r-gridbase" ,r-gridbase)
7448 ("r-impute" ,r-impute)
7449 ("r-iranges" ,r-iranges)
7450 ("r-matrixstats" ,r-matrixstats)
7451 ("r-plotrix" ,r-plotrix)
7452 ("r-plyr" ,r-plyr)
7453 ("r-rcpp" ,r-rcpp)
7454 ("r-readr" ,r-readr)
7455 ("r-reshape2" ,r-reshape2)
7456 ("r-rsamtools" ,r-rsamtools)
7457 ("r-rtracklayer" ,r-rtracklayer)
7458 ("r-runit" ,r-runit)
7459 ("r-s4vectors" ,r-s4vectors)
7460 ("r-seqpattern" ,r-seqpattern)))
7461 (home-page "http://bioinformatics.mdc-berlin.de/genomation/")
7462 (synopsis "Summary, annotation and visualization of genomic data")
7463 (description
7464 "This package provides a package for summary and annotation of genomic
7465 intervals. Users can visualize and quantify genomic intervals over
7466 pre-defined functional regions, such as promoters, exons, introns, etc. The
7467 genomic intervals represent regions with a defined chromosome position, which
7468 may be associated with a score, such as aligned reads from HT-seq experiments,
7469 TF binding sites, methylation scores, etc. The package can use any tabular
7470 genomic feature data as long as it has minimal information on the locations of
7471 genomic intervals. In addition, it can use BAM or BigWig files as input.")
7472 (license license:artistic2.0)))
7473
7474 (define-public r-genomationdata
7475 (package
7476 (name "r-genomationdata")
7477 (version "1.6.0")
7478 (source (origin
7479 (method url-fetch)
7480 ;; We cannot use bioconductor-uri here because this tarball is
7481 ;; located under "data/annotation/" instead of "bioc/".
7482 (uri (string-append "https://bioconductor.org/packages/"
7483 "release/data/experiment/src/contrib/"
7484 "genomationData_" version ".tar.gz"))
7485 (sha256
7486 (base32
7487 "16dqwb7wx1igx77zdbcskx5m1hs4g4gp2hl56zzm70hcagnlkz8y"))))
7488 (build-system r-build-system)
7489 ;; As this package provides little more than large data files, it doesn't
7490 ;; make sense to build substitutes.
7491 (arguments `(#:substitutable? #f))
7492 (native-inputs
7493 `(("r-knitr" ,r-knitr)))
7494 (home-page "http://bioinformatics.mdc-berlin.de/genomation/")
7495 (synopsis "Experimental data for use with the genomation package")
7496 (description
7497 "This package contains experimental genetic data for use with the
7498 genomation package. Included are Chip Seq, Methylation and Cage data,
7499 downloaded from Encode.")
7500 (license license:gpl3+)))
7501
7502 (define-public r-org-hs-eg-db
7503 (package
7504 (name "r-org-hs-eg-db")
7505 (version "3.4.0")
7506 (source (origin
7507 (method url-fetch)
7508 ;; We cannot use bioconductor-uri here because this tarball is
7509 ;; located under "data/annotation/" instead of "bioc/".
7510 (uri (string-append "https://www.bioconductor.org/packages/"
7511 "release/data/annotation/src/contrib/"
7512 "org.Hs.eg.db_" version ".tar.gz"))
7513 (sha256
7514 (base32
7515 "19mg64pw8zcvb9yxzzyf7caz1kvdrkfsj1hd84bzq7crrh8kc4y6"))))
7516 (properties
7517 `((upstream-name . "org.Hs.eg.db")))
7518 (build-system r-build-system)
7519 (propagated-inputs
7520 `(("r-annotationdbi" ,r-annotationdbi)))
7521 (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/")
7522 (synopsis "Genome wide annotation for Human")
7523 (description
7524 "This package provides mappings from Entrez gene identifiers to various
7525 annotations for the human genome.")
7526 (license license:artistic2.0)))
7527
7528 (define-public r-org-ce-eg-db
7529 (package
7530 (name "r-org-ce-eg-db")
7531 (version "3.4.0")
7532 (source (origin
7533 (method url-fetch)
7534 ;; We cannot use bioconductor-uri here because this tarball is
7535 ;; located under "data/annotation/" instead of "bioc/".
7536 (uri (string-append "https://www.bioconductor.org/packages/"
7537 "release/data/annotation/src/contrib/"
7538 "org.Ce.eg.db_" version ".tar.gz"))
7539 (sha256
7540 (base32
7541 "12llfzrrc09kj2wzbisdspv38qzkzgpsbn8kv7qkwg746k3pq436"))))
7542 (properties
7543 `((upstream-name . "org.Ce.eg.db")))
7544 (build-system r-build-system)
7545 (propagated-inputs
7546 `(("r-annotationdbi" ,r-annotationdbi)))
7547 (home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
7548 (synopsis "Genome wide annotation for Worm")
7549 (description
7550 "This package provides mappings from Entrez gene identifiers to various
7551 annotations for the genome of the model worm Caenorhabditis elegans.")
7552 (license license:artistic2.0)))
7553
7554 (define-public r-org-dm-eg-db
7555 (package
7556 (name "r-org-dm-eg-db")
7557 (version "3.4.0")
7558 (source (origin
7559 (method url-fetch)
7560 ;; We cannot use bioconductor-uri here because this tarball is
7561 ;; located under "data/annotation/" instead of "bioc/".
7562 (uri (string-append "https://www.bioconductor.org/packages/"
7563 "release/data/annotation/src/contrib/"
7564 "org.Dm.eg.db_" version ".tar.gz"))
7565 (sha256
7566 (base32
7567 "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
7568 (properties
7569 `((upstream-name . "org.Dm.eg.db")))
7570 (build-system r-build-system)
7571 (propagated-inputs
7572 `(("r-annotationdbi" ,r-annotationdbi)))
7573 (home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
7574 (synopsis "Genome wide annotation for Fly")
7575 (description
7576 "This package provides mappings from Entrez gene identifiers to various
7577 annotations for the genome of the model fruit fly Drosophila melanogaster.")
7578 (license license:artistic2.0)))
7579
7580 (define-public r-org-mm-eg-db
7581 (package
7582 (name "r-org-mm-eg-db")
7583 (version "3.4.0")
7584 (source (origin
7585 (method url-fetch)
7586 ;; We cannot use bioconductor-uri here because this tarball is
7587 ;; located under "data/annotation/" instead of "bioc/".
7588 (uri (string-append "https://www.bioconductor.org/packages/"
7589 "release/data/annotation/src/contrib/"
7590 "org.Mm.eg.db_" version ".tar.gz"))
7591 (sha256
7592 (base32
7593 "1lykjqjaf01fmgg3cvfcvwd5xjq6zc5vbxnm5r4l32fzvl89q50c"))))
7594 (properties
7595 `((upstream-name . "org.Mm.eg.db")))
7596 (build-system r-build-system)
7597 (propagated-inputs
7598 `(("r-annotationdbi" ,r-annotationdbi)))
7599 (home-page "https://www.bioconductor.org/packages/org.Mm.eg.db/")
7600 (synopsis "Genome wide annotation for Mouse")
7601 (description
7602 "This package provides mappings from Entrez gene identifiers to various
7603 annotations for the genome of the model mouse Mus musculus.")
7604 (license license:artistic2.0)))
7605
7606 (define-public r-seqlogo
7607 (package
7608 (name "r-seqlogo")
7609 (version "1.44.0")
7610 (source
7611 (origin
7612 (method url-fetch)
7613 (uri (bioconductor-uri "seqLogo" version))
7614 (sha256
7615 (base32
7616 "1ql4q4vx0j61a893dqc3c8zxmgs8sqhy3j1qhyfdvbd01vw9w1kq"))))
7617 (properties `((upstream-name . "seqLogo")))
7618 (build-system r-build-system)
7619 (home-page "https://bioconductor.org/packages/seqLogo")
7620 (synopsis "Sequence logos for DNA sequence alignments")
7621 (description
7622 "seqLogo takes the position weight matrix of a DNA sequence motif and
7623 plots the corresponding sequence logo as introduced by Schneider and
7624 Stephens (1990).")
7625 (license license:lgpl2.0+)))
7626
7627 (define-public r-bsgenome-hsapiens-ucsc-hg19
7628 (package
7629 (name "r-bsgenome-hsapiens-ucsc-hg19")
7630 (version "1.4.0")
7631 (source (origin
7632 (method url-fetch)
7633 ;; We cannot use bioconductor-uri here because this tarball is
7634 ;; located under "data/annotation/" instead of "bioc/".
7635 (uri (string-append "https://www.bioconductor.org/packages/"
7636 "release/data/annotation/src/contrib/"
7637 "BSgenome.Hsapiens.UCSC.hg19_"
7638 version ".tar.gz"))
7639 (sha256
7640 (base32
7641 "1y0nqpk8cw5a34sd9hmin3z4v7iqm6hf6l22cl81vlbxqbjibxc8"))))
7642 (properties
7643 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
7644 (build-system r-build-system)
7645 ;; As this package provides little more than a very large data file it
7646 ;; doesn't make sense to build substitutes.
7647 (arguments `(#:substitutable? #f))
7648 (propagated-inputs
7649 `(("r-bsgenome" ,r-bsgenome)))
7650 (home-page
7651 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19/")
7652 (synopsis "Full genome sequences for Homo sapiens")
7653 (description
7654 "This package provides full genome sequences for Homo sapiens as provided
7655 by UCSC (hg19, February 2009) and stored in Biostrings objects.")
7656 (license license:artistic2.0)))
7657
7658 (define-public r-bsgenome-mmusculus-ucsc-mm9
7659 (package
7660 (name "r-bsgenome-mmusculus-ucsc-mm9")
7661 (version "1.4.0")
7662 (source (origin
7663 (method url-fetch)
7664 ;; We cannot use bioconductor-uri here because this tarball is
7665 ;; located under "data/annotation/" instead of "bioc/".
7666 (uri (string-append "https://www.bioconductor.org/packages/"
7667 "release/data/annotation/src/contrib/"
7668 "BSgenome.Mmusculus.UCSC.mm9_"
7669 version ".tar.gz"))
7670 (sha256
7671 (base32
7672 "1birqw30g2azimxpnjfzmkphan7x131yy8b9h85lfz5fjdg7841i"))))
7673 (properties
7674 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9")))
7675 (build-system r-build-system)
7676 ;; As this package provides little more than a very large data file it
7677 ;; doesn't make sense to build substitutes.
7678 (arguments `(#:substitutable? #f))
7679 (propagated-inputs
7680 `(("r-bsgenome" ,r-bsgenome)))
7681 (home-page
7682 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9/")
7683 (synopsis "Full genome sequences for Mouse")
7684 (description
7685 "This package provides full genome sequences for Mus musculus (Mouse) as
7686 provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
7687 (license license:artistic2.0)))
7688
7689 (define-public r-bsgenome-mmusculus-ucsc-mm10
7690 (package
7691 (name "r-bsgenome-mmusculus-ucsc-mm10")
7692 (version "1.4.0")
7693 (source (origin
7694 (method url-fetch)
7695 ;; We cannot use bioconductor-uri here because this tarball is
7696 ;; located under "data/annotation/" instead of "bioc/".
7697 (uri (string-append "https://www.bioconductor.org/packages/"
7698 "release/data/annotation/src/contrib/"
7699 "BSgenome.Mmusculus.UCSC.mm10_"
7700 version ".tar.gz"))
7701 (sha256
7702 (base32
7703 "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
7704 (properties
7705 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
7706 (build-system r-build-system)
7707 ;; As this package provides little more than a very large data file it
7708 ;; doesn't make sense to build substitutes.
7709 (arguments `(#:substitutable? #f))
7710 (propagated-inputs
7711 `(("r-bsgenome" ,r-bsgenome)))
7712 (home-page
7713 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
7714 (synopsis "Full genome sequences for Mouse")
7715 (description
7716 "This package provides full genome sequences for Mus
7717 musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
7718 in Biostrings objects.")
7719 (license license:artistic2.0)))
7720
7721 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
7722 (package
7723 (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
7724 (version "3.4.0")
7725 (source (origin
7726 (method url-fetch)
7727 ;; We cannot use bioconductor-uri here because this tarball is
7728 ;; located under "data/annotation/" instead of "bioc/".
7729 (uri (string-append "https://www.bioconductor.org/packages/"
7730 "release/data/annotation/src/contrib/"
7731 "TxDb.Mmusculus.UCSC.mm10.knownGene_"
7732 version ".tar.gz"))
7733 (sha256
7734 (base32
7735 "08gava9wsvpcqz51k2sni3pj03n5155v32d9riqbf305nbirqbkb"))))
7736 (properties
7737 `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
7738 (build-system r-build-system)
7739 ;; As this package provides little more than a very large data file it
7740 ;; doesn't make sense to build substitutes.
7741 (arguments `(#:substitutable? #f))
7742 (propagated-inputs
7743 `(("r-bsgenome" ,r-bsgenome)
7744 ("r-genomicfeatures" ,r-genomicfeatures)
7745 ("r-annotationdbi" ,r-annotationdbi)))
7746 (home-page
7747 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene/")
7748 (synopsis "Annotation package for TxDb knownGene object(s) for Mouse")
7749 (description
7750 "This package loads a TxDb object, which is an R interface to
7751 prefabricated databases contained in this package. This package provides
7752 the TxDb object of Mouse data as provided by UCSC (mm10, December 2011)
7753 based on the knownGene track.")
7754 (license license:artistic2.0)))
7755
7756 (define-public r-bsgenome-celegans-ucsc-ce6
7757 (package
7758 (name "r-bsgenome-celegans-ucsc-ce6")
7759 (version "1.4.0")
7760 (source (origin
7761 (method url-fetch)
7762 ;; We cannot use bioconductor-uri here because this tarball is
7763 ;; located under "data/annotation/" instead of "bioc/".
7764 (uri (string-append "https://www.bioconductor.org/packages/"
7765 "release/data/annotation/src/contrib/"
7766 "BSgenome.Celegans.UCSC.ce6_"
7767 version ".tar.gz"))
7768 (sha256
7769 (base32
7770 "0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))
7771 (properties
7772 `((upstream-name . "BSgenome.Celegans.UCSC.ce6")))
7773 (build-system r-build-system)
7774 ;; As this package provides little more than a very large data file it
7775 ;; doesn't make sense to build substitutes.
7776 (arguments `(#:substitutable? #f))
7777 (propagated-inputs
7778 `(("r-bsgenome" ,r-bsgenome)))
7779 (home-page
7780 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce6/")
7781 (synopsis "Full genome sequences for Worm")
7782 (description
7783 "This package provides full genome sequences for Caenorhabditis
7784 elegans (Worm) as provided by UCSC (ce6, May 2008) and stored in Biostrings
7785 objects.")
7786 (license license:artistic2.0)))
7787
7788 (define-public r-bsgenome-celegans-ucsc-ce10
7789 (package
7790 (name "r-bsgenome-celegans-ucsc-ce10")
7791 (version "1.4.0")
7792 (source (origin
7793 (method url-fetch)
7794 ;; We cannot use bioconductor-uri here because this tarball is
7795 ;; located under "data/annotation/" instead of "bioc/".
7796 (uri (string-append "https://www.bioconductor.org/packages/"
7797 "release/data/annotation/src/contrib/"
7798 "BSgenome.Celegans.UCSC.ce10_"
7799 version ".tar.gz"))
7800 (sha256
7801 (base32
7802 "1zaym97jk4npxk14ifvwz2rvhm4zx9xgs33r9vvx9rlynp0gydrk"))))
7803 (properties
7804 `((upstream-name . "BSgenome.Celegans.UCSC.ce10")))
7805 (build-system r-build-system)
7806 ;; As this package provides little more than a very large data file it
7807 ;; doesn't make sense to build substitutes.
7808 (arguments `(#:substitutable? #f))
7809 (propagated-inputs
7810 `(("r-bsgenome" ,r-bsgenome)))
7811 (home-page
7812 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce10/")
7813 (synopsis "Full genome sequences for Worm")
7814 (description
7815 "This package provides full genome sequences for Caenorhabditis
7816 elegans (Worm) as provided by UCSC (ce10, Oct 2010) and stored in Biostrings
7817 objects.")
7818 (license license:artistic2.0)))
7819
7820 (define-public r-bsgenome-dmelanogaster-ucsc-dm3
7821 (package
7822 (name "r-bsgenome-dmelanogaster-ucsc-dm3")
7823 (version "1.4.0")
7824 (source (origin
7825 (method url-fetch)
7826 ;; We cannot use bioconductor-uri here because this tarball is
7827 ;; located under "data/annotation/" instead of "bioc/".
7828 (uri (string-append "https://www.bioconductor.org/packages/"
7829 "release/data/annotation/src/contrib/"
7830 "BSgenome.Dmelanogaster.UCSC.dm3_"
7831 version ".tar.gz"))
7832 (sha256
7833 (base32
7834 "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
7835 (properties
7836 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
7837 (build-system r-build-system)
7838 ;; As this package provides little more than a very large data file it
7839 ;; doesn't make sense to build substitutes.
7840 (arguments `(#:substitutable? #f))
7841 (propagated-inputs
7842 `(("r-bsgenome" ,r-bsgenome)))
7843 (home-page
7844 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3/")
7845 (synopsis "Full genome sequences for Fly")
7846 (description
7847 "This package provides full genome sequences for Drosophila
7848 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
7849 Biostrings objects.")
7850 (license license:artistic2.0)))
7851
7852 (define-public r-motifrg
7853 (package
7854 (name "r-motifrg")
7855 (version "1.22.0")
7856 (source
7857 (origin
7858 (method url-fetch)
7859 (uri (bioconductor-uri "motifRG" version))
7860 (sha256
7861 (base32
7862 "193zl2rlzwxv9p9q5i7rilj3w05ndqfyp9bdpvagp5s5cin4hf44"))))
7863 (properties `((upstream-name . "motifRG")))
7864 (build-system r-build-system)
7865 (propagated-inputs
7866 `(("r-biostrings" ,r-biostrings)
7867 ("r-bsgenome" ,r-bsgenome)
7868 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
7869 ("r-iranges" ,r-iranges)
7870 ("r-seqlogo" ,r-seqlogo)
7871 ("r-xvector" ,r-xvector)))
7872 (home-page "https://bioconductor.org/packages/motifRG")
7873 (synopsis "Discover motifs in high throughput sequencing data")
7874 (description
7875 "This package provides tools for discriminative motif discovery in high
7876 throughput genetic sequencing data sets using regression methods.")
7877 (license license:artistic2.0)))
7878
7879 (define-public r-qtl
7880 (package
7881 (name "r-qtl")
7882 (version "1.41-6")
7883 (source
7884 (origin
7885 (method url-fetch)
7886 (uri (string-append "mirror://cran/src/contrib/qtl_"
7887 version ".tar.gz"))
7888 (sha256
7889 (base32
7890 "067az4v432zxp6lxck8d7vlh9w4r13r0mvw5zsglyaqwsh3d9sad"))))
7891 (build-system r-build-system)
7892 (home-page "http://rqtl.org/")
7893 (synopsis "R package for analyzing QTL experiments in genetics")
7894 (description "R/qtl is an extension library for the R statistics
7895 system. It is used to analyze experimental crosses for identifying
7896 genes contributing to variation in quantitative traits (so-called
7897 quantitative trait loci, QTLs).
7898
7899 Using a hidden Markov model, R/qtl allows to estimate genetic maps, to
7900 identify genotyping errors, and to perform single-QTL and two-QTL,
7901 two-dimensional genome scans.")
7902 (license license:gpl3)))
7903
7904 (define-public r-zlibbioc
7905 (package
7906 (name "r-zlibbioc")
7907 (version "1.24.0")
7908 (source (origin
7909 (method url-fetch)
7910 (uri (bioconductor-uri "zlibbioc" version))
7911 (sha256
7912 (base32
7913 "1zr9hbh55hglfpy15cpxwmddxblhyb0an15953l3rbhmlh2vpy92"))))
7914 (properties
7915 `((upstream-name . "zlibbioc")))
7916 (build-system r-build-system)
7917 (home-page "https://bioconductor.org/packages/zlibbioc")
7918 (synopsis "Provider for zlib-1.2.5 to R packages")
7919 (description "This package uses the source code of zlib-1.2.5 to create
7920 libraries for systems that do not have these available via other means.")
7921 (license license:artistic2.0)))
7922
7923 (define-public r-r4rna
7924 (package
7925 (name "r-r4rna")
7926 (version "0.1.4")
7927 (source
7928 (origin
7929 (method url-fetch)
7930 (uri (string-append "http://www.e-rna.org/r-chie/files/R4RNA_"
7931 version ".tar.gz"))
7932 (sha256
7933 (base32
7934 "1p0i78wh76jfgmn9jphbwwaz6yy6pipzfg08xs54cxavxg2j81p5"))))
7935 (build-system r-build-system)
7936 (propagated-inputs
7937 `(("r-optparse" ,r-optparse)
7938 ("r-rcolorbrewer" ,r-rcolorbrewer)))
7939 (home-page "http://www.e-rna.org/r-chie/index.cgi")
7940 (synopsis "Analysis framework for RNA secondary structure")
7941 (description
7942 "The R4RNA package aims to be a general framework for the analysis of RNA
7943 secondary structure and comparative analysis in R.")
7944 (license license:gpl3+)))
7945
7946 (define-public r-rhtslib
7947 (package
7948 (name "r-rhtslib")
7949 (version "1.10.0")
7950 (source
7951 (origin
7952 (method url-fetch)
7953 (uri (bioconductor-uri "Rhtslib" version))
7954 (sha256
7955 (base32
7956 "1dw3p44bfr0m7w39ckc2k37sjcp1zz0b9g12mr8am15jaj6v0q2j"))))
7957 (properties `((upstream-name . "Rhtslib")))
7958 (build-system r-build-system)
7959 (propagated-inputs
7960 `(("r-zlibbioc" ,r-zlibbioc)))
7961 (inputs
7962 `(("zlib" ,zlib)))
7963 (native-inputs
7964 `(("autoconf" ,autoconf)))
7965 (home-page "https://github.com/nhayden/Rhtslib")
7966 (synopsis "High-throughput sequencing library as an R package")
7967 (description
7968 "This package provides the HTSlib C library for high-throughput
7969 nucleotide sequence analysis. The package is primarily useful to developers
7970 of other R packages who wish to make use of HTSlib.")
7971 (license license:lgpl2.0+)))
7972
7973 (define-public r-bamsignals
7974 (package
7975 (name "r-bamsignals")
7976 (version "1.10.0")
7977 (source
7978 (origin
7979 (method url-fetch)
7980 (uri (bioconductor-uri "bamsignals" version))
7981 (sha256
7982 (base32
7983 "15id6mkj95skb4kfafvfs2j7ylydal60c3pspcl7llhwpq6vcqvl"))))
7984 (build-system r-build-system)
7985 (propagated-inputs
7986 `(("r-biocgenerics" ,r-biocgenerics)
7987 ("r-genomicranges" ,r-genomicranges)
7988 ("r-iranges" ,r-iranges)
7989 ("r-rcpp" ,r-rcpp)
7990 ("r-rhtslib" ,r-rhtslib)
7991 ("r-zlibbioc" ,r-zlibbioc)))
7992 (inputs
7993 `(("zlib" ,zlib)))
7994 (home-page "https://bioconductor.org/packages/bamsignals")
7995 (synopsis "Extract read count signals from bam files")
7996 (description
7997 "This package allows to efficiently obtain count vectors from indexed bam
7998 files. It counts the number of nucleotide sequence reads in given genomic
7999 ranges and it computes reads profiles and coverage profiles. It also handles
8000 paired-end data.")
8001 (license license:gpl2+)))
8002
8003 (define-public r-rcas
8004 (package
8005 (name "r-rcas")
8006 (version "1.3.4")
8007 (source (origin
8008 (method url-fetch)
8009 (uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v"
8010 version ".tar.gz"))
8011 (file-name (string-append name "-" version ".tar.gz"))
8012 (sha256
8013 (base32
8014 "1qgc7vi6fpzl440yg7jhiycg5q336kd4pxqzx10yx2zcq3bq3msg"))))
8015 (build-system r-build-system)
8016 (native-inputs
8017 `(("r-knitr" ,r-knitr)
8018 ("r-testthat" ,r-testthat)
8019 ;; During vignette building knitr checks that "pandoc-citeproc"
8020 ;; is in the PATH.
8021 ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)))
8022 (propagated-inputs
8023 `(("r-data-table" ,r-data-table)
8024 ("r-biomart" ,r-biomart)
8025 ("r-org-hs-eg-db" ,r-org-hs-eg-db)
8026 ("r-org-ce-eg-db" ,r-org-ce-eg-db)
8027 ("r-org-dm-eg-db" ,r-org-dm-eg-db)
8028 ("r-org-mm-eg-db" ,r-org-mm-eg-db)
8029 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
8030 ("r-bsgenome-mmusculus-ucsc-mm9" ,r-bsgenome-mmusculus-ucsc-mm9)
8031 ("r-bsgenome-celegans-ucsc-ce10" ,r-bsgenome-celegans-ucsc-ce10)
8032 ("r-bsgenome-dmelanogaster-ucsc-dm3" ,r-bsgenome-dmelanogaster-ucsc-dm3)
8033 ("r-topgo" ,r-topgo)
8034 ("r-dt" ,r-dt)
8035 ("r-pbapply" ,r-pbapply)
8036 ("r-plotly" ,r-plotly)
8037 ("r-plotrix" ,r-plotrix)
8038 ("r-motifrg" ,r-motifrg)
8039 ("r-genomation" ,r-genomation)
8040 ("r-genomicfeatures" ,r-genomicfeatures)
8041 ("r-rtracklayer" ,r-rtracklayer)
8042 ("r-rmarkdown" ,r-rmarkdown)))
8043 (synopsis "RNA-centric annotation system")
8044 (description
8045 "RCAS aims to be a standalone RNA-centric annotation system that provides
8046 intuitive reports and publication-ready graphics. This package provides the R
8047 library implementing most of the pipeline's features.")
8048 (home-page "https://github.com/BIMSBbioinfo/RCAS")
8049 (license license:artistic2.0)))
8050
8051 (define-public rcas-web
8052 (package
8053 (name "rcas-web")
8054 (version "0.0.4")
8055 (source
8056 (origin
8057 (method url-fetch)
8058 (uri (string-append "https://github.com/BIMSBbioinfo/rcas-web/"
8059 "releases/download/v" version
8060 "/rcas-web-" version ".tar.gz"))
8061 (sha256
8062 (base32
8063 "1p16frfys41a8yaa4gkm457nzkqhqs2pc3lkac0ds457w9w5j1gm"))))
8064 (build-system gnu-build-system)
8065 (arguments
8066 `(#:phases
8067 (modify-phases %standard-phases
8068 (add-after 'install 'wrap-executable
8069 (lambda* (#:key inputs outputs #:allow-other-keys)
8070 (let* ((out (assoc-ref outputs "out"))
8071 (json (assoc-ref inputs "guile-json"))
8072 (redis (assoc-ref inputs "guile-redis"))
8073 (path (string-append
8074 json "/share/guile/site/2.2:"
8075 redis "/share/guile/site/2.2")))
8076 (wrap-program (string-append out "/bin/rcas-web")
8077 `("GUILE_LOAD_PATH" ":" = (,path))
8078 `("GUILE_LOAD_COMPILED_PATH" ":" = (,path))
8079 `("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE")))))
8080 #t)))))
8081 (inputs
8082 `(("r-minimal" ,r-minimal)
8083 ("r-rcas" ,r-rcas)
8084 ("guile-next" ,guile-2.2)
8085 ("guile-json" ,guile-json)
8086 ("guile-redis" ,guile2.2-redis)))
8087 (native-inputs
8088 `(("pkg-config" ,pkg-config)))
8089 (home-page "https://github.com/BIMSBbioinfo/rcas-web")
8090 (synopsis "Web interface for RNA-centric annotation system (RCAS)")
8091 (description "This package provides a simple web interface for the
8092 @dfn{RNA-centric annotation system} (RCAS).")
8093 (license license:agpl3+)))
8094
8095 (define-public r-mutationalpatterns
8096 (package
8097 (name "r-mutationalpatterns")
8098 (version "1.4.0")
8099 (source
8100 (origin
8101 (method url-fetch)
8102 (uri (bioconductor-uri "MutationalPatterns" version))
8103 (sha256
8104 (base32
8105 "0sqbrswg8ylkjb9q3vqcb5ggwixynwj6hyv2n4sk7snyk61z3fq9"))))
8106 (build-system r-build-system)
8107 (propagated-inputs
8108 `(("r-biocgenerics" ,r-biocgenerics)
8109 ("r-biostrings" ,r-biostrings)
8110 ("r-bsgenome-hsapiens-1000g" ,r-bsgenome-hsapiens-1000genomes-hs37d5)
8111 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
8112 ("r-genomicranges" ,r-genomicranges)
8113 ("r-genomeinfodb" ,r-genomeinfodb)
8114 ("r-ggplot2" ,r-ggplot2)
8115 ("r-gridextra" ,r-gridextra)
8116 ("r-iranges" ,r-iranges)
8117 ("r-nmf" ,r-nmf)
8118 ("r-plyr" ,r-plyr)
8119 ("r-pracma" ,r-pracma)
8120 ("r-reshape2" ,r-reshape2)
8121 ("r-cowplot" ,r-cowplot)
8122 ("r-ggdendro" ,r-ggdendro)
8123 ("r-s4vectors" ,r-s4vectors)
8124 ("r-summarizedexperiment" ,r-summarizedexperiment)
8125 ("r-variantannotation" ,r-variantannotation)))
8126 (home-page "https://bioconductor.org/packages/MutationalPatterns/")
8127 (synopsis "Extract and visualize mutational patterns in genomic data")
8128 (description "This package provides an extensive toolset for the
8129 characterization and visualization of a wide range of mutational patterns
8130 in SNV base substitution data.")
8131 (license license:expat)))
8132
8133 (define-public r-wgcna
8134 (package
8135 (name "r-wgcna")
8136 (version "1.61")
8137 (source
8138 (origin
8139 (method url-fetch)
8140 (uri (cran-uri "WGCNA" version))
8141 (sha256
8142 (base32
8143 "1vrc2k33a196hrrl7k0z534fp96vv0shmigcr65ny1q0v6lq0h6i"))))
8144 (properties `((upstream-name . "WGCNA")))
8145 (build-system r-build-system)
8146 (propagated-inputs
8147 `(("r-annotationdbi" ,r-annotationdbi)
8148 ("r-doparallel" ,r-doparallel)
8149 ("r-dynamictreecut" ,r-dynamictreecut)
8150 ("r-fastcluster" ,r-fastcluster)
8151 ("r-foreach" ,r-foreach)
8152 ("r-go-db" ,r-go-db)
8153 ("r-hmisc" ,r-hmisc)
8154 ("r-impute" ,r-impute)
8155 ("r-rcpp" ,r-rcpp)
8156 ("r-robust" ,r-robust)
8157 ("r-survival" ,r-survival)
8158 ("r-matrixstats" ,r-matrixstats)
8159 ("r-preprocesscore" ,r-preprocesscore)))
8160 (home-page
8161 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
8162 (synopsis "Weighted correlation network analysis")
8163 (description
8164 "This package provides functions necessary to perform Weighted
8165 Correlation Network Analysis on high-dimensional data. It includes functions
8166 for rudimentary data cleaning, construction and summarization of correlation
8167 networks, module identification and functions for relating both variables and
8168 modules to sample traits. It also includes a number of utility functions for
8169 data manipulation and visualization.")
8170 (license license:gpl2+)))
8171
8172 (define-public r-chipkernels
8173 (let ((commit "c9cfcacb626b1221094fb3490ea7bac0fd625372")
8174 (revision "1"))
8175 (package
8176 (name "r-chipkernels")
8177 (version (string-append "1.1-" revision "." (string-take commit 9)))
8178 (source
8179 (origin
8180 (method git-fetch)
8181 (uri (git-reference
8182 (url "https://github.com/ManuSetty/ChIPKernels.git")
8183 (commit commit)))
8184 (file-name (string-append name "-" version))
8185 (sha256
8186 (base32
8187 "14bj5qhjm1hsm9ay561nfbqi9wxsa7y487df2idsaaf6z10nw4v0"))))
8188 (build-system r-build-system)
8189 (propagated-inputs
8190 `(("r-iranges" ,r-iranges)
8191 ("r-xvector" ,r-xvector)
8192 ("r-biostrings" ,r-biostrings)
8193 ("r-bsgenome" ,r-bsgenome)
8194 ("r-gtools" ,r-gtools)
8195 ("r-genomicranges" ,r-genomicranges)
8196 ("r-sfsmisc" ,r-sfsmisc)
8197 ("r-kernlab" ,r-kernlab)
8198 ("r-s4vectors" ,r-s4vectors)
8199 ("r-biocgenerics" ,r-biocgenerics)))
8200 (home-page "https://github.com/ManuSetty/ChIPKernels")
8201 (synopsis "Build string kernels for DNA Sequence analysis")
8202 (description "ChIPKernels is an R package for building different string
8203 kernels used for DNA Sequence analysis. A dictionary of the desired kernel
8204 must be built and this dictionary can be used for determining kernels for DNA
8205 Sequences.")
8206 (license license:gpl2+))))
8207
8208 (define-public r-seqgl
8209 (package
8210 (name "r-seqgl")
8211 (version "1.1.4")
8212 (source
8213 (origin
8214 (method url-fetch)
8215 (uri (string-append "https://github.com/ManuSetty/SeqGL/"
8216 "archive/" version ".tar.gz"))
8217 (file-name (string-append name "-" version ".tar.gz"))
8218 (sha256
8219 (base32
8220 "0pnk1p3sci5yipyc8xnb6jbmydpl80fld927xgnbcv104hy8h8yh"))))
8221 (build-system r-build-system)
8222 (propagated-inputs
8223 `(("r-biostrings" ,r-biostrings)
8224 ("r-chipkernels" ,r-chipkernels)
8225 ("r-genomicranges" ,r-genomicranges)
8226 ("r-spams" ,r-spams)
8227 ("r-wgcna" ,r-wgcna)
8228 ("r-fastcluster" ,r-fastcluster)))
8229 (home-page "https://github.com/ManuSetty/SeqGL")
8230 (synopsis "Group lasso for Dnase/ChIP-seq data")
8231 (description "SeqGL is a group lasso based algorithm to extract
8232 transcription factor sequence signals from ChIP, DNase and ATAC-seq profiles.
8233 This package presents a method which uses group lasso to discriminate between
8234 bound and non bound genomic regions to accurately identify transcription
8235 factors bound at the specific regions.")
8236 (license license:gpl2+)))
8237
8238 (define-public r-gkmsvm
8239 (package
8240 (name "r-gkmsvm")
8241 (version "0.71.0")
8242 (source
8243 (origin
8244 (method url-fetch)
8245 (uri (cran-uri "gkmSVM" version))
8246 (sha256
8247 (base32
8248 "1zpxgxmf2nd5j5wn00ps6kfxr8wxh7d1swr1rr4spq7sj5z5z0k0"))))
8249 (properties `((upstream-name . "gkmSVM")))
8250 (build-system r-build-system)
8251 (propagated-inputs
8252 `(("r-biocgenerics" ,r-biocgenerics)
8253 ("r-biostrings" ,r-biostrings)
8254 ("r-genomeinfodb" ,r-genomeinfodb)
8255 ("r-genomicranges" ,r-genomicranges)
8256 ("r-iranges" ,r-iranges)
8257 ("r-kernlab" ,r-kernlab)
8258 ("r-rcpp" ,r-rcpp)
8259 ("r-rocr" ,r-rocr)
8260 ("r-rtracklayer" ,r-rtracklayer)
8261 ("r-s4vectors" ,r-s4vectors)
8262 ("r-seqinr" ,r-seqinr)))
8263 (home-page "http://cran.r-project.org/web/packages/gkmSVM")
8264 (synopsis "Gapped-kmer support vector machine")
8265 (description
8266 "This R package provides tools for training gapped-kmer SVM classifiers
8267 for DNA and protein sequences. This package supports several sequence
8268 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
8269 (license license:gpl2+)))
8270
8271 (define-public r-tximport
8272 (package
8273 (name "r-tximport")
8274 (version "1.6.0")
8275 (source (origin
8276 (method url-fetch)
8277 (uri (bioconductor-uri "tximport" version))
8278 (sha256
8279 (base32
8280 "1gyqcm91hxg1kgjqcz2qw1n56yp9pymjzs50rwcpb2893dr8sp2h"))))
8281 (build-system r-build-system)
8282 (home-page "https://bioconductor.org/packages/tximport")
8283 (synopsis "Import and summarize transcript-level estimates for gene-level analysis")
8284 (description
8285 "This package provides tools to import transcript-level abundance,
8286 estimated counts and transcript lengths, and to summarize them into matrices
8287 for use with downstream gene-level analysis packages. Average transcript
8288 length, weighted by sample-specific transcript abundance estimates, is
8289 provided as a matrix which can be used as an offset for different expression
8290 of gene-level counts.")
8291 (license license:gpl2+)))
8292
8293 (define-public r-rhdf5
8294 (package
8295 (name "r-rhdf5")
8296 (version "2.22.0")
8297 (source (origin
8298 (method url-fetch)
8299 (uri (bioconductor-uri "rhdf5" version))
8300 (sha256
8301 (base32
8302 "145858qg1xan6imxcbprzq3yn3mdf532aahdr6cibvdjg47hs4c1"))))
8303 (build-system r-build-system)
8304 (arguments
8305 `(#:phases
8306 (modify-phases %standard-phases
8307 (add-after 'unpack 'unpack-smallhdf5
8308 (lambda* (#:key outputs #:allow-other-keys)
8309 (system* "tar" "-xzvf"
8310 "src/hdf5source/hdf5small.tgz" "-C" "src/" )
8311 (substitute* "src/Makevars"
8312 (("^.*cd hdf5source &&.*$") "")
8313 (("^.*gunzip -dc hdf5small.tgz.*$") "")
8314 (("^.*rm -rf hdf5.*$") "")
8315 (("^.*mv hdf5source/hdf5 ..*$") ""))
8316 (substitute* "src/hdf5/configure"
8317 (("/bin/mv") "mv"))
8318 #t)))))
8319 (propagated-inputs
8320 `(("r-zlibbioc" ,r-zlibbioc)))
8321 (inputs
8322 `(("perl" ,perl)
8323 ("zlib" ,zlib)))
8324 (home-page "https://bioconductor.org/packages/rhdf5")
8325 (synopsis "HDF5 interface to R")
8326 (description
8327 "This R/Bioconductor package provides an interface between HDF5 and R.
8328 HDF5's main features are the ability to store and access very large and/or
8329 complex datasets and a wide variety of metadata on mass storage (disk) through
8330 a completely portable file format. The rhdf5 package is thus suited for the
8331 exchange of large and/or complex datasets between R and other software
8332 package, and for letting R applications work on datasets that are larger than
8333 the available RAM.")
8334 (license license:artistic2.0)))
8335
8336 (define-public r-annotationfilter
8337 (package
8338 (name "r-annotationfilter")
8339 (version "1.2.0")
8340 (source (origin
8341 (method url-fetch)
8342 (uri (bioconductor-uri "AnnotationFilter" version))
8343 (sha256
8344 (base32
8345 "04zf864c1fvdlaay2r5cn30fc1n5i3czh31fs62qlrvs61wjiscs"))))
8346 (properties
8347 `((upstream-name . "AnnotationFilter")))
8348 (build-system r-build-system)
8349 (propagated-inputs
8350 `(("r-genomicranges" ,r-genomicranges)
8351 ("r-lazyeval" ,r-lazyeval)))
8352 (home-page "https://github.com/Bioconductor/AnnotationFilter")
8353 (synopsis "Facilities for filtering Bioconductor annotation resources")
8354 (description
8355 "This package provides classes and other infrastructure to implement
8356 filters for manipulating Bioconductor annotation resources. The filters are
8357 used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
8358 (license license:artistic2.0)))
8359
8360 (define-public emboss
8361 (package
8362 (name "emboss")
8363 (version "6.5.7")
8364 (source (origin
8365 (method url-fetch)
8366 (uri (string-append "ftp://emboss.open-bio.org/pub/EMBOSS/old/"
8367 (version-major+minor version) ".0/"
8368 "EMBOSS-" version ".tar.gz"))
8369 (sha256
8370 (base32
8371 "0vsmz96gc411yj2iyzdrsmg4l2n1nhgmp7vrgzlxx3xixv9xbf0q"))))
8372 (build-system gnu-build-system)
8373 (arguments
8374 `(#:configure-flags
8375 (list (string-append "--with-hpdf="
8376 (assoc-ref %build-inputs "libharu")))
8377 #:phases
8378 (modify-phases %standard-phases
8379 (add-after 'unpack 'fix-checks
8380 (lambda _
8381 ;; The PNGDRIVER tests check for the presence of libgd, libpng
8382 ;; and zlib, but assume that they are all found at the same
8383 ;; prefix.
8384 (substitute* "configure.in"
8385 (("CHECK_PNGDRIVER")
8386 "LIBS=\"$LIBS -lgd -lpng -lz -lm\"
8387 AC_DEFINE([PLD_png], [1], [Define to 1 if PNG support is available])
8388 AM_CONDITIONAL(AMPNG, true)"))
8389 #t))
8390 (add-after 'fix-checks 'disable-update-check
8391 (lambda _
8392 ;; At build time there is no connection to the Internet, so
8393 ;; looking for updates will not work.
8394 (substitute* "Makefile.am"
8395 (("\\$\\(bindir\\)/embossupdate") ""))
8396 #t))
8397 (add-after 'disable-update-check 'autogen
8398 (lambda _ (zero? (system* "autoreconf" "-vif")))))))
8399 (inputs
8400 `(("perl" ,perl)
8401 ("libpng" ,libpng)
8402 ("gd" ,gd)
8403 ("libx11" ,libx11)
8404 ("libharu" ,libharu)
8405 ("zlib" ,zlib)))
8406 (native-inputs
8407 `(("autoconf" ,autoconf)
8408 ("automake" ,automake)
8409 ("libtool" ,libtool)
8410 ("pkg-config" ,pkg-config)))
8411 (home-page "http://emboss.sourceforge.net")
8412 (synopsis "Molecular biology analysis suite")
8413 (description "EMBOSS is the \"European Molecular Biology Open Software
8414 Suite\". EMBOSS is an analysis package specially developed for the needs of
8415 the molecular biology (e.g. EMBnet) user community. The software
8416 automatically copes with data in a variety of formats and even allows
8417 transparent retrieval of sequence data from the web. It also provides a
8418 number of libraries for the development of software in the field of molecular
8419 biology. EMBOSS also integrates a range of currently available packages and
8420 tools for sequence analysis into a seamless whole.")
8421 (license license:gpl2+)))
8422
8423 (define-public bits
8424 (let ((revision "1")
8425 (commit "3cc4567896d9d6442923da944beb704750a08d2d"))
8426 (package
8427 (name "bits")
8428 ;; The version is 2.13.0 even though no release archives have been
8429 ;; published as yet.
8430 (version (string-append "2.13.0-" revision "." (string-take commit 9)))
8431 (source (origin
8432 (method git-fetch)
8433 (uri (git-reference
8434 (url "https://github.com/arq5x/bits.git")
8435 (commit commit)))
8436 (file-name (string-append name "-" version "-checkout"))
8437 (sha256
8438 (base32
8439 "17n2kffk4kmhivd8c98g2vr6y1s23vbg4sxlxs689wni66797hbs"))))
8440 (build-system gnu-build-system)
8441 (arguments
8442 `(#:tests? #f ;no tests included
8443 #:phases
8444 (modify-phases %standard-phases
8445 (delete 'configure)
8446 (add-after 'unpack 'remove-cuda
8447 (lambda _
8448 (substitute* "Makefile"
8449 ((".*_cuda") "")
8450 (("(bits_test_intersections) \\\\" _ match) match))
8451 #t))
8452 (replace 'install
8453 (lambda* (#:key outputs #:allow-other-keys)
8454 (copy-recursively
8455 "bin" (string-append (assoc-ref outputs "out") "/bin"))
8456 #t)))))
8457 (inputs
8458 `(("gsl" ,gsl)
8459 ("zlib" ,zlib)))
8460 (home-page "https://github.com/arq5x/bits")
8461 (synopsis "Implementation of binary interval search algorithm")
8462 (description "This package provides an implementation of the
8463 BITS (Binary Interval Search) algorithm, an approach to interval set
8464 intersection. It is especially suited for the comparison of diverse genomic
8465 datasets and the exploration of large datasets of genome
8466 intervals (e.g. genes, sequence alignments).")
8467 (license license:gpl2))))
8468
8469 (define-public piranha
8470 ;; There is no release tarball for the latest version. The latest commit is
8471 ;; older than one year at the time of this writing.
8472 (let ((revision "1")
8473 (commit "0466d364b71117d01e4471b74c514436cc281233"))
8474 (package
8475 (name "piranha")
8476 (version (string-append "1.2.1-" revision "." (string-take commit 9)))
8477 (source (origin
8478 (method git-fetch)
8479 (uri (git-reference
8480 (url "https://github.com/smithlabcode/piranha.git")
8481 (commit commit)))
8482 (sha256
8483 (base32
8484 "117dc0zf20c61jam69sk4abl57ah6yi6i7qra7d7y5zrbgk12q5n"))))
8485 (build-system gnu-build-system)
8486 (arguments
8487 `(#:test-target "test"
8488 #:phases
8489 (modify-phases %standard-phases
8490 (add-after 'unpack 'copy-smithlab-cpp
8491 (lambda* (#:key inputs #:allow-other-keys)
8492 (for-each (lambda (file)
8493 (install-file file "./src/smithlab_cpp/"))
8494 (find-files (assoc-ref inputs "smithlab-cpp")))
8495 #t))
8496 (add-after 'install 'install-to-store
8497 (lambda* (#:key outputs #:allow-other-keys)
8498 (let* ((out (assoc-ref outputs "out"))
8499 (bin (string-append out "/bin")))
8500 (for-each (lambda (file)
8501 (install-file file bin))
8502 (find-files "bin" ".*")))
8503 #t)))
8504 #:configure-flags
8505 (list (string-append "--with-bam_tools_headers="
8506 (assoc-ref %build-inputs "bamtools") "/include/bamtools")
8507 (string-append "--with-bam_tools_library="
8508 (assoc-ref %build-inputs "bamtools") "/lib/bamtools"))))
8509 (inputs
8510 `(("bamtools" ,bamtools)
8511 ("samtools" ,samtools-0.1)
8512 ("gsl" ,gsl)
8513 ("smithlab-cpp"
8514 ,(let ((commit "3723e2db438c51501d0423429ff396c3035ba46a"))
8515 (origin
8516 (method git-fetch)
8517 (uri (git-reference
8518 (url "https://github.com/smithlabcode/smithlab_cpp.git")
8519 (commit commit)))
8520 (file-name (string-append "smithlab_cpp-" commit "-checkout"))
8521 (sha256
8522 (base32
8523 "0l4gvbwslw5ngziskja41c00x1r06l3yidv7y0xw9djibhykzy0g")))))))
8524 (native-inputs
8525 `(("python" ,python-2)))
8526 (home-page "https://github.com/smithlabcode/piranha")
8527 (synopsis "Peak-caller for CLIP-seq and RIP-seq data")
8528 (description
8529 "Piranha is a peak-caller for genomic data produced by CLIP-seq and
8530 RIP-seq experiments. It takes input in BED or BAM format and identifies
8531 regions of statistically significant read enrichment. Additional covariates
8532 may optionally be provided to further inform the peak-calling process.")
8533 (license license:gpl3+))))
8534
8535 (define-public pepr
8536 (package
8537 (name "pepr")
8538 (version "1.0.9")
8539 (source (origin
8540 (method url-fetch)
8541 (uri (string-append "https://pypi.python.org/packages/source/P"
8542 "/PePr/PePr-" version ".tar.gz"))
8543 (sha256
8544 (base32
8545 "0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx"))))
8546 (build-system python-build-system)
8547 (arguments
8548 `(#:python ,python-2 ; python2 only
8549 #:tests? #f)) ; no tests included
8550 (propagated-inputs
8551 `(("python2-numpy" ,python2-numpy)
8552 ("python2-scipy" ,python2-scipy)
8553 ("python2-pysam" ,python2-pysam)))
8554 (home-page "https://github.com/shawnzhangyx/PePr")
8555 (synopsis "Peak-calling and prioritization pipeline for ChIP-Seq data")
8556 (description
8557 "PePr is a ChIP-Seq peak calling or differential binding analysis tool
8558 that is primarily designed for data with biological replicates. It uses a
8559 negative binomial distribution to model the read counts among the samples in
8560 the same group, and look for consistent differences between ChIP and control
8561 group or two ChIP groups run under different conditions.")
8562 (license license:gpl3+)))
8563
8564 (define-public filevercmp
8565 (let ((commit "1a9b779b93d0b244040274794d402106907b71b7"))
8566 (package
8567 (name "filevercmp")
8568 (version (string-append "0-1." (string-take commit 7)))
8569 (source (origin
8570 (method url-fetch)
8571 (uri (string-append "https://github.com/ekg/filevercmp/archive/"
8572 commit ".tar.gz"))
8573 (file-name (string-append name "-" version ".tar.gz"))
8574 (sha256
8575 (base32 "0yp5jswf5j2pqc6517x277s4s6h1ss99v57kxw9gy0jkfl3yh450"))))
8576 (build-system gnu-build-system)
8577 (arguments
8578 `(#:tests? #f ; There are no tests to run.
8579 #:phases
8580 (modify-phases %standard-phases
8581 (delete 'configure) ; There is no configure phase.
8582 (replace 'install
8583 (lambda* (#:key outputs #:allow-other-keys)
8584 (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
8585 (install-file "filevercmp" bin)))))))
8586 (home-page "https://github.com/ekg/filevercmp")
8587 (synopsis "This program compares version strings")
8588 (description "This program compares version strings. It intends to be a
8589 replacement for strverscmp.")
8590 (license license:gpl3+))))
8591
8592 (define-public multiqc
8593 (package
8594 (name "multiqc")
8595 (version "1.3")
8596 (source
8597 (origin
8598 (method url-fetch)
8599 (uri (pypi-uri "multiqc" version))
8600 (sha256
8601 (base32
8602 "0fx1sx53znbgzfhbbiyd8j6cg5llpcsl5q5c45jy2c81d12piqfd"))))
8603 (build-system python-build-system)
8604 (propagated-inputs
8605 `(("python-enum34" ,python-enum34)
8606 ("python-jinja2" ,python-jinja2)
8607 ("python-simplejson" ,python-simplejson)
8608 ("python-pyyaml" ,python-pyyaml)
8609 ("python-click" ,python-click)
8610 ("python-spectra" ,python-spectra)
8611 ("python-requests" ,python-requests)
8612 ("python-markdown" ,python-markdown)
8613 ("python-lzstring" ,python-lzstring)
8614 ("python-matplotlib" ,python-matplotlib)
8615 ("python-numpy" ,python-numpy)
8616 ;; MultQC checks for the presence of nose at runtime.
8617 ("python-nose" ,python-nose)))
8618 (home-page "http://multiqc.info")
8619 (synopsis "Aggregate bioinformatics analysis reports")
8620 (description
8621 "MultiQC is a tool to aggregate bioinformatics results across many
8622 samples into a single report. It contains modules for a large number of
8623 common bioinformatics tools.")
8624 (license license:gpl3+)))
8625
8626 (define-public r-chipseq
8627 (package
8628 (name "r-chipseq")
8629 (version "1.28.0")
8630 (source
8631 (origin
8632 (method url-fetch)
8633 (uri (bioconductor-uri "chipseq" version))
8634 (sha256
8635 (base32
8636 "1ymcq77krwjzrkzzcw7i9909cmkqa7c0675z9wzvrrk81hgdssfq"))))
8637 (build-system r-build-system)
8638 (propagated-inputs
8639 `(("r-biocgenerics" ,r-biocgenerics)
8640 ("r-genomicranges" ,r-genomicranges)
8641 ("r-iranges" ,r-iranges)
8642 ("r-lattice" ,r-lattice)
8643 ("r-s4vectors" ,r-s4vectors)
8644 ("r-shortread" ,r-shortread)))
8645 (home-page "https://bioconductor.org/packages/chipseq")
8646 (synopsis "Package for analyzing ChIPseq data")
8647 (description
8648 "This package provides tools for processing short read data from ChIPseq
8649 experiments.")
8650 (license license:artistic2.0)))
8651
8652 (define-public r-copyhelper
8653 (package
8654 (name "r-copyhelper")
8655 (version "1.6.0")
8656 (source
8657 (origin
8658 (method url-fetch)
8659 (uri (string-append "https://bioconductor.org/packages/release/"
8660 "data/experiment/src/contrib/CopyhelpeR_"
8661 version ".tar.gz"))
8662 (sha256
8663 (base32
8664 "0x7cyynjmxls9as2gg0iyp9x5fpalxmdjq914ss7i84i9zyk5bhq"))))
8665 (properties `((upstream-name . "CopyhelpeR")))
8666 (build-system r-build-system)
8667 (home-page "https://bioconductor.org/packages/CopyhelpeR/")
8668 (synopsis "Helper files for CopywriteR")
8669 (description
8670 "This package contains the helper files that are required to run the
8671 Bioconductor package CopywriteR. It contains pre-assembled 1kb bin GC-content
8672 and mappability files for the reference genomes hg18, hg19, hg38, mm9 and
8673 mm10. In addition, it contains a blacklist filter to remove regions that
8674 display copy number variation. Files are stored as GRanges objects from the
8675 GenomicRanges Bioconductor package.")
8676 (license license:gpl2)))
8677
8678 (define-public r-copywriter
8679 (package
8680 (name "r-copywriter")
8681 (version "2.10.0")
8682 (source
8683 (origin
8684 (method url-fetch)
8685 (uri (bioconductor-uri "CopywriteR" version))
8686 (sha256
8687 (base32
8688 "17fy2lc5yf3nh6v077kv87h53n263hqz2540lzrl0vjiqrl2plca"))))
8689 (properties `((upstream-name . "CopywriteR")))
8690 (build-system r-build-system)
8691 (propagated-inputs
8692 `(("r-biocparallel" ,r-biocparallel)
8693 ("r-chipseq" ,r-chipseq)
8694 ("r-copyhelper" ,r-copyhelper)
8695 ("r-data-table" ,r-data-table)
8696 ("r-dnacopy" ,r-dnacopy)
8697 ("r-futile-logger" ,r-futile-logger)
8698 ("r-genomeinfodb" ,r-genomeinfodb)
8699 ("r-genomicalignments" ,r-genomicalignments)
8700 ("r-genomicranges" ,r-genomicranges)
8701 ("r-gtools" ,r-gtools)
8702 ("r-iranges" ,r-iranges)
8703 ("r-matrixstats" ,r-matrixstats)
8704 ("r-rsamtools" ,r-rsamtools)
8705 ("r-s4vectors" ,r-s4vectors)))
8706 (home-page "https://github.com/PeeperLab/CopywriteR")
8707 (synopsis "Copy number information from targeted sequencing")
8708 (description
8709 "CopywriteR extracts DNA copy number information from targeted sequencing
8710 by utilizing off-target reads. It allows for extracting uniformly distributed
8711 copy number information, can be used without reference, and can be applied to
8712 sequencing data obtained from various techniques including chromatin
8713 immunoprecipitation and target enrichment on small gene panels. Thereby,
8714 CopywriteR constitutes a widely applicable alternative to available copy
8715 number detection tools.")
8716 (license license:gpl2)))
8717
8718 (define-public r-methylkit
8719 (package
8720 (name "r-methylkit")
8721 (version "1.4.0")
8722 (source (origin
8723 (method url-fetch)
8724 (uri (bioconductor-uri "methylKit" version))
8725 (sha256
8726 (base32
8727 "0h53w2mrjrg2n0ndi12k9j6cwclgwcgpy25nz7nyj971aisw02xn"))))
8728 (properties `((upstream-name . "methylKit")))
8729 (build-system r-build-system)
8730 (propagated-inputs
8731 `(("r-data-table" ,r-data-table)
8732 ("r-emdbook" ,r-emdbook)
8733 ("r-fastseg" ,r-fastseg)
8734 ("r-genomeinfodb" ,r-genomeinfodb)
8735 ("r-genomicranges" ,r-genomicranges)
8736 ("r-gtools" ,r-gtools)
8737 ("r-iranges" ,r-iranges)
8738 ("r-kernsmooth" ,r-kernsmooth)
8739 ("r-limma" ,r-limma)
8740 ("r-mclust" ,r-mclust)
8741 ("r-qvalue" ,r-qvalue)
8742 ("r-r-utils" ,r-r-utils)
8743 ("r-rcpp" ,r-rcpp)
8744 ("r-rhtslib" ,r-rhtslib)
8745 ("r-rsamtools" ,r-rsamtools)
8746 ("r-rtracklayer" ,r-rtracklayer)
8747 ("r-s4vectors" ,r-s4vectors)
8748 ("r-zlibbioc" ,r-zlibbioc)))
8749 (inputs
8750 `(("zlib" ,zlib)))
8751 (home-page "https://github.com/al2na/methylKit")
8752 (synopsis
8753 "DNA methylation analysis from high-throughput bisulfite sequencing results")
8754 (description
8755 "MethylKit is an R package for DNA methylation analysis and annotation
8756 from high-throughput bisulfite sequencing. The package is designed to deal
8757 with sequencing data from @dfn{Reduced representation bisulfite
8758 sequencing} (RRBS) and its variants, but also target-capture methods and whole
8759 genome bisulfite sequencing. It also has functions to analyze base-pair
8760 resolution 5hmC data from experimental protocols such as oxBS-Seq and
8761 TAB-Seq.")
8762 (license license:artistic2.0)))
8763
8764 (define-public r-sva
8765 (package
8766 (name "r-sva")
8767 (version "3.26.0")
8768 (source
8769 (origin
8770 (method url-fetch)
8771 (uri (bioconductor-uri "sva" version))
8772 (sha256
8773 (base32
8774 "0q5xb68wfcnchy8rkv5ma67pmz1i91lsnvmwmj8f1c3w4xan3pgw"))))
8775 (build-system r-build-system)
8776 (propagated-inputs
8777 `(("r-genefilter" ,r-genefilter)
8778 ("r-mgcv" ,r-mgcv)
8779 ("r-biocparallel" ,r-biocparallel)
8780 ("r-matrixstats" ,r-matrixstats)
8781 ("r-limma" ,r-limma)))
8782 (home-page "https://bioconductor.org/packages/sva")
8783 (synopsis "Surrogate variable analysis")
8784 (description
8785 "This package contains functions for removing batch effects and other
8786 unwanted variation in high-throughput experiment. It also contains functions
8787 for identifying and building surrogate variables for high-dimensional data
8788 sets. Surrogate variables are covariates constructed directly from
8789 high-dimensional data like gene expression/RNA sequencing/methylation/brain
8790 imaging data that can be used in subsequent analyses to adjust for unknown,
8791 unmodeled, or latent sources of noise.")
8792 (license license:artistic2.0)))
8793
8794 (define-public r-seqminer
8795 (package
8796 (name "r-seqminer")
8797 (version "6.0")
8798 (source
8799 (origin
8800 (method url-fetch)
8801 (uri (cran-uri "seqminer" version))
8802 (sha256
8803 (base32
8804 "057j1l6dip35l1aivilapl2zv9db677b3di2pb3sfgq2sxg0ps3l"))))
8805 (build-system r-build-system)
8806 (inputs
8807 `(("zlib" ,zlib)))
8808 (home-page "http://seqminer.genomic.codes")
8809 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
8810 (description
8811 "This package provides tools to integrate nucleotide sequencing
8812 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
8813 ;; Any version of the GPL is acceptable
8814 (license (list license:gpl2+ license:gpl3+))))
8815
8816 (define-public r-raremetals2
8817 (package
8818 (name "r-raremetals2")
8819 (version "0.1")
8820 (source
8821 (origin
8822 (method url-fetch)
8823 (uri (string-append "http://genome.sph.umich.edu/w/images/"
8824 "b/b7/RareMETALS2_" version ".tar.gz"))
8825 (sha256
8826 (base32
8827 "0z5ljcgvnm06ja9lm85a3cniq7slxcy37aqqkxrdidr79an5fs4s"))))
8828 (properties `((upstream-name . "RareMETALS2")))
8829 (build-system r-build-system)
8830 (propagated-inputs
8831 `(("r-seqminer" ,r-seqminer)
8832 ("r-mvtnorm" ,r-mvtnorm)
8833 ("r-mass" ,r-mass)
8834 ("r-compquadform" ,r-compquadform)
8835 ("r-getopt" ,r-getopt)))
8836 (home-page "http://genome.sph.umich.edu/wiki/RareMETALS2")
8837 (synopsis "Analyze gene-level association tests for binary trait")
8838 (description
8839 "The R package rareMETALS2 is an extension of the R package rareMETALS.
8840 It was designed to meta-analyze gene-level association tests for binary trait.
8841 While rareMETALS offers a near-complete solution for meta-analysis of
8842 gene-level tests for quantitative trait, it does not offer the optimal
8843 solution for binary trait. The package rareMETALS2 offers improved features
8844 for analyzing gene-level association tests in meta-analyses for binary
8845 trait.")
8846 (license license:gpl3)))
8847
8848 (define-public r-maldiquant
8849 (package
8850 (name "r-maldiquant")
8851 (version "1.16.4")
8852 (source
8853 (origin
8854 (method url-fetch)
8855 (uri (cran-uri "MALDIquant" version))
8856 (sha256
8857 (base32
8858 "1pmhsfvd45a44xdiml4zx3zd5fhygqyziqvygahkk9yibnyhv4cv"))))
8859 (properties `((upstream-name . "MALDIquant")))
8860 (build-system r-build-system)
8861 (home-page "http://cran.r-project.org/web/packages/MALDIquant")
8862 (synopsis "Quantitative analysis of mass spectrometry data")
8863 (description
8864 "This package provides a complete analysis pipeline for matrix-assisted
8865 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
8866 two-dimensional mass spectrometry data. In addition to commonly used plotting
8867 and processing methods it includes distinctive features, namely baseline
8868 subtraction methods such as morphological filters (TopHat) or the
8869 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
8870 alignment using warping functions, handling of replicated measurements as well
8871 as allowing spectra with different resolutions.")
8872 (license license:gpl3+)))
8873
8874 (define-public r-protgenerics
8875 (package
8876 (name "r-protgenerics")
8877 (version "1.10.0")
8878 (source
8879 (origin
8880 (method url-fetch)
8881 (uri (bioconductor-uri "ProtGenerics" version))
8882 (sha256
8883 (base32
8884 "16ijp50448wnabp43klx943rhdvh7x45hvy7cnpq1s4dckxhhyni"))))
8885 (properties `((upstream-name . "ProtGenerics")))
8886 (build-system r-build-system)
8887 (home-page "https://github.com/lgatto/ProtGenerics")
8888 (synopsis "S4 generic functions for proteomics infrastructure")
8889 (description
8890 "This package provides S4 generic functions needed by Bioconductor
8891 proteomics packages.")
8892 (license license:artistic2.0)))
8893
8894 (define-public r-mzr
8895 (package
8896 (name "r-mzr")
8897 (version "2.12.0")
8898 (source
8899 (origin
8900 (method url-fetch)
8901 (uri (bioconductor-uri "mzR" version))
8902 (sha256
8903 (base32
8904 "1x3gp30sfxz2v3k3swih9kff9b2rvk7hzhnlkp6ywlnn2wgb0q8c"))
8905 (modules '((guix build utils)))
8906 (snippet
8907 '(begin
8908 (delete-file-recursively "src/boost")
8909 #t))))
8910 (properties `((upstream-name . "mzR")))
8911 (build-system r-build-system)
8912 (arguments
8913 `(#:phases
8914 (modify-phases %standard-phases
8915 (add-after 'unpack 'use-system-boost
8916 (lambda _
8917 (substitute* "src/Makevars"
8918 (("\\./boost/libs.*") "")
8919 (("ARCH_OBJS=" line)
8920 (string-append line
8921 "\nARCH_LIBS=-lboost_system -lboost_regex \
8922 -lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
8923 #t)))))
8924 (inputs
8925 `(("boost" ,boost) ; use this instead of the bundled boost sources
8926 ("netcdf" ,netcdf)))
8927 (propagated-inputs
8928 `(("r-biobase" ,r-biobase)
8929 ("r-biocgenerics" ,r-biocgenerics)
8930 ("r-protgenerics" ,r-protgenerics)
8931 ("r-rcpp" ,r-rcpp)
8932 ("r-zlibbioc" ,r-zlibbioc)))
8933 (home-page "https://github.com/sneumann/mzR/")
8934 (synopsis "Parser for mass spectrometry data files")
8935 (description
8936 "The mzR package provides a unified API to the common file formats and
8937 parsers available for mass spectrometry data. It comes with a wrapper for the
8938 ISB random access parser for mass spectrometry mzXML, mzData and mzML files.
8939 The package contains the original code written by the ISB, and a subset of the
8940 proteowizard library for mzML and mzIdentML. The netCDF reading code has
8941 previously been used in XCMS.")
8942 (license license:artistic2.0)))
8943
8944 (define-public r-affyio
8945 (package
8946 (name "r-affyio")
8947 (version "1.48.0")
8948 (source
8949 (origin
8950 (method url-fetch)
8951 (uri (bioconductor-uri "affyio" version))
8952 (sha256
8953 (base32
8954 "1pzzp3d3dbmyf34gvivfiprkpscn36rgvhrq853a1d3avcwr5ak9"))))
8955 (build-system r-build-system)
8956 (propagated-inputs
8957 `(("r-zlibbioc" ,r-zlibbioc)))
8958 (inputs
8959 `(("zlib" ,zlib)))
8960 (home-page "https://github.com/bmbolstad/affyio")
8961 (synopsis "Tools for parsing Affymetrix data files")
8962 (description
8963 "This package provides routines for parsing Affymetrix data files based
8964 upon file format information. The primary focus is on accessing the CEL and
8965 CDF file formats.")
8966 (license license:lgpl2.0+)))
8967
8968 (define-public r-affy
8969 (package
8970 (name "r-affy")
8971 (version "1.56.0")
8972 (source
8973 (origin
8974 (method url-fetch)
8975 (uri (bioconductor-uri "affy" version))
8976 (sha256
8977 (base32
8978 "0jmbkimma5ffsdkk3xp03g4lpz84gd95nkqakif2nqq6wmx0syrj"))))
8979 (build-system r-build-system)
8980 (propagated-inputs
8981 `(("r-affyio" ,r-affyio)
8982 ("r-biobase" ,r-biobase)
8983 ("r-biocgenerics" ,r-biocgenerics)
8984 ("r-biocinstaller" ,r-biocinstaller)
8985 ("r-preprocesscore" ,r-preprocesscore)
8986 ("r-zlibbioc" ,r-zlibbioc)))
8987 (home-page "https://bioconductor.org/packages/affy")
8988 (synopsis "Methods for affymetrix oligonucleotide arrays")
8989 (description
8990 "This package contains functions for exploratory oligonucleotide array
8991 analysis.")
8992 (license license:lgpl2.0+)))
8993
8994 (define-public r-vsn
8995 (package
8996 (name "r-vsn")
8997 (version "3.46.0")
8998 (source
8999 (origin
9000 (method url-fetch)
9001 (uri (bioconductor-uri "vsn" version))
9002 (sha256
9003 (base32
9004 "18y62phzirj75gg6v5l41jwybmk23ia6w7qhch0kxc4bl2rysw6j"))))
9005 (build-system r-build-system)
9006 (propagated-inputs
9007 `(("r-affy" ,r-affy)
9008 ("r-biobase" ,r-biobase)
9009 ("r-ggplot2" ,r-ggplot2)
9010 ("r-lattice" ,r-lattice)
9011 ("r-limma" ,r-limma)))
9012 (home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
9013 (synopsis "Variance stabilization and calibration for microarray data")
9014 (description
9015 "The package implements a method for normalising microarray intensities,
9016 and works for single- and multiple-color arrays. It can also be used for data
9017 from other technologies, as long as they have similar format. The method uses
9018 a robust variant of the maximum-likelihood estimator for an
9019 additive-multiplicative error model and affine calibration. The model
9020 incorporates data calibration step (a.k.a. normalization), a model for the
9021 dependence of the variance on the mean intensity and a variance stabilizing
9022 data transformation. Differences between transformed intensities are
9023 analogous to \"normalized log-ratios\". However, in contrast to the latter,
9024 their variance is independent of the mean, and they are usually more sensitive
9025 and specific in detecting differential transcription.")
9026 (license license:artistic2.0)))
9027
9028 (define-public r-mzid
9029 (package
9030 (name "r-mzid")
9031 (version "1.16.0")
9032 (source
9033 (origin
9034 (method url-fetch)
9035 (uri (bioconductor-uri "mzID" version))
9036 (sha256
9037 (base32
9038 "0yk70dka56zd8w62f03ggx3mandj91gfa767h9ajj0sd3mjmfqb9"))))
9039 (properties `((upstream-name . "mzID")))
9040 (build-system r-build-system)
9041 (propagated-inputs
9042 `(("r-doparallel" ,r-doparallel)
9043 ("r-foreach" ,r-foreach)
9044 ("r-iterators" ,r-iterators)
9045 ("r-plyr" ,r-plyr)
9046 ("r-protgenerics" ,r-protgenerics)
9047 ("r-rcpp" ,r-rcpp)
9048 ("r-xml" ,r-xml)))
9049 (home-page "https://bioconductor.org/packages/mzID")
9050 (synopsis "Parser for mzIdentML files")
9051 (description
9052 "This package provides a parser for mzIdentML files implemented using the
9053 XML package. The parser tries to be general and able to handle all types of
9054 mzIdentML files with the drawback of having less pretty output than a vendor
9055 specific parser.")
9056 (license license:gpl2+)))
9057
9058 (define-public r-pcamethods
9059 (package
9060 (name "r-pcamethods")
9061 (version "1.70.0")
9062 (source
9063 (origin
9064 (method url-fetch)
9065 (uri (bioconductor-uri "pcaMethods" version))
9066 (sha256
9067 (base32
9068 "0ii235g0x0492kh8cfrf28ni0b6vd6fh7kizkqmczzqggd6b1bk8"))))
9069 (properties `((upstream-name . "pcaMethods")))
9070 (build-system r-build-system)
9071 (propagated-inputs
9072 `(("r-biobase" ,r-biobase)
9073 ("r-biocgenerics" ,r-biocgenerics)
9074 ("r-mass" ,r-mass)
9075 ("r-rcpp" ,r-rcpp)))
9076 (home-page "https://github.com/hredestig/pcamethods")
9077 (synopsis "Collection of PCA methods")
9078 (description
9079 "This package provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
9080 Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method
9081 for missing value estimation is included for comparison. BPCA, PPCA and
9082 NipalsPCA may be used to perform PCA on incomplete data as well as for
9083 accurate missing value estimation. A set of methods for printing and plotting
9084 the results is also provided. All PCA methods make use of the same data
9085 structure (pcaRes) to provide a common interface to the PCA results.")
9086 (license license:gpl3+)))
9087
9088 (define-public r-msnbase
9089 (package
9090 (name "r-msnbase")
9091 (version "2.4.0")
9092 (source
9093 (origin
9094 (method url-fetch)
9095 (uri (bioconductor-uri "MSnbase" version))
9096 (sha256
9097 (base32
9098 "0dqfimljhrx3gac8d1k72gppx27lz8yckyb12v4604nbviw7xd3r"))))
9099 (properties `((upstream-name . "MSnbase")))
9100 (build-system r-build-system)
9101 (propagated-inputs
9102 `(("r-affy" ,r-affy)
9103 ("r-biobase" ,r-biobase)
9104 ("r-biocgenerics" ,r-biocgenerics)
9105 ("r-biocparallel" ,r-biocparallel)
9106 ("r-digest" ,r-digest)
9107 ("r-ggplot2" ,r-ggplot2)
9108 ("r-impute" ,r-impute)
9109 ("r-iranges" ,r-iranges)
9110 ("r-lattice" ,r-lattice)
9111 ("r-maldiquant" ,r-maldiquant)
9112 ("r-mzid" ,r-mzid)
9113 ("r-mzr" ,r-mzr)
9114 ("r-pcamethods" ,r-pcamethods)
9115 ("r-plyr" ,r-plyr)
9116 ("r-preprocesscore" ,r-preprocesscore)
9117 ("r-protgenerics" ,r-protgenerics)
9118 ("r-rcpp" ,r-rcpp)
9119 ("r-s4vectors" ,r-s4vectors)
9120 ("r-vsn" ,r-vsn)
9121 ("r-xml" ,r-xml)))
9122 (home-page "https://github.com/lgatto/MSnbase")
9123 (synopsis "Base functions and classes for MS-based proteomics")
9124 (description
9125 "This package provides basic plotting, data manipulation and processing
9126 of mass spectrometry based proteomics data.")
9127 (license license:artistic2.0)))
9128
9129 (define-public r-msnid
9130 (package
9131 (name "r-msnid")
9132 (version "1.11.0")
9133 (source
9134 (origin
9135 (method url-fetch)
9136 (uri (bioconductor-uri "MSnID" version))
9137 (sha256
9138 (base32
9139 "1vi4ngwbayrv2jkfb4pbmdp37xn04y07rh1jcklqfh0fcrm1jdig"))))
9140 (properties `((upstream-name . "MSnID")))
9141 (build-system r-build-system)
9142 (propagated-inputs
9143 `(("r-biobase" ,r-biobase)
9144 ("r-data-table" ,r-data-table)
9145 ("r-doparallel" ,r-doparallel)
9146 ("r-dplyr" ,r-dplyr)
9147 ("r-foreach" ,r-foreach)
9148 ("r-iterators" ,r-iterators)
9149 ("r-msnbase" ,r-msnbase)
9150 ("r-mzid" ,r-mzid)
9151 ("r-mzr" ,r-mzr)
9152 ("r-protgenerics" ,r-protgenerics)
9153 ("r-r-cache" ,r-r-cache)
9154 ("r-rcpp" ,r-rcpp)
9155 ("r-reshape2" ,r-reshape2)))
9156 (home-page "https://bioconductor.org/packages/MSnID")
9157 (synopsis "Utilities for LC-MSn proteomics identifications")
9158 (description
9159 "This package extracts @dfn{tandem mass spectrometry} (MS/MS) ID data
9160 from mzIdentML (leveraging the mzID package) or text files. After collating
9161 the search results from multiple datasets it assesses their identification
9162 quality and optimize filtering criteria to achieve the maximum number of
9163 identifications while not exceeding a specified false discovery rate. It also
9164 contains a number of utilities to explore the MS/MS results and assess missed
9165 and irregular enzymatic cleavages, mass measurement accuracy, etc.")
9166 (license license:artistic2.0)))
9167
9168 (define-public r-seurat
9169 ;; Source releases are only made for new x.0 versions. All newer versions
9170 ;; are only released as pre-built binaries. At the time of this writing the
9171 ;; latest binary release is 1.4.0.12, which is equivalent to this commit.
9172 (let ((commit "fccb77d1452c35ee47e47ebf8e87bddb59f3b08d")
9173 (revision "1"))
9174 (package
9175 (name "r-seurat")
9176 (version (string-append "1.4.0.12-" revision "." (string-take commit 7)))
9177 (source (origin
9178 (method git-fetch)
9179 (uri (git-reference
9180 (url "https://github.com/satijalab/seurat")
9181 (commit commit)))
9182 (file-name (string-append name "-" version "-checkout"))
9183 (sha256
9184 (base32
9185 "101wq3aqrdmbfi3lqmq4iivk9iwbf10d4z216ss25hf7n9091cyl"))
9186 ;; Delete pre-built jar.
9187 (snippet
9188 '(begin (delete-file "inst/java/ModularityOptimizer.jar")
9189 #t))))
9190 (build-system r-build-system)
9191 (arguments
9192 `(#:phases
9193 (modify-phases %standard-phases
9194 (add-after 'unpack 'build-jar
9195 (lambda* (#:key inputs #:allow-other-keys)
9196 (let ((classesdir "tmp-classes"))
9197 (setenv "JAVA_HOME" (assoc-ref inputs "jdk"))
9198 (mkdir classesdir)
9199 (and (zero? (apply system* `("javac" "-d" ,classesdir
9200 ,@(find-files "java" "\\.java$"))))
9201 (zero? (system* "jar"
9202 "-cf" "inst/java/ModularityOptimizer.jar"
9203 "-C" classesdir ".")))))))))
9204 (native-inputs
9205 `(("jdk" ,icedtea "jdk")))
9206 (propagated-inputs
9207 `(("r-ape" ,r-ape)
9208 ("r-caret" ,r-caret)
9209 ("r-cowplot" ,r-cowplot)
9210 ("r-dplyr" ,r-dplyr)
9211 ("r-fastica" ,r-fastica)
9212 ("r-fnn" ,r-fnn)
9213 ("r-fpc" ,r-fpc)
9214 ("r-gdata" ,r-gdata)
9215 ("r-ggplot2" ,r-ggplot2)
9216 ("r-gplots" ,r-gplots)
9217 ("r-gridextra" ,r-gridextra)
9218 ("r-igraph" ,r-igraph)
9219 ("r-irlba" ,r-irlba)
9220 ("r-lars" ,r-lars)
9221 ("r-mixtools" ,r-mixtools)
9222 ("r-pbapply" ,r-pbapply)
9223 ("r-plyr" ,r-plyr)
9224 ("r-ranger" ,r-ranger)
9225 ("r-rcolorbrewer" ,r-rcolorbrewer)
9226 ("r-rcpp" ,r-rcpp)
9227 ("r-rcppeigen" ,r-rcppeigen)
9228 ("r-rcppprogress" ,r-rcppprogress)
9229 ("r-reshape2" ,r-reshape2)
9230 ("r-rocr" ,r-rocr)
9231 ("r-rtsne" ,r-rtsne)
9232 ("r-stringr" ,r-stringr)
9233 ("r-tclust" ,r-tclust)
9234 ("r-tsne" ,r-tsne)
9235 ("r-vgam" ,r-vgam)))
9236 (home-page "http://www.satijalab.org/seurat")
9237 (synopsis "Seurat is an R toolkit for single cell genomics")
9238 (description
9239 "This package is an R package designed for QC, analysis, and
9240 exploration of single cell RNA-seq data. It easily enables widely-used
9241 analytical techniques, including the identification of highly variable genes,
9242 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
9243 algorithms; density clustering, hierarchical clustering, k-means, and the
9244 discovery of differentially expressed genes and markers.")
9245 (license license:gpl3))))
9246
9247 (define-public r-aroma-light
9248 (package
9249 (name "r-aroma-light")
9250 (version "3.8.0")
9251 (source
9252 (origin
9253 (method url-fetch)
9254 (uri (bioconductor-uri "aroma.light" version))
9255 (sha256
9256 (base32
9257 "0crnk6851jwypqr5l5jcbbay0vi5vvdjyisaf6z2d69c39wmr6sc"))))
9258 (properties `((upstream-name . "aroma.light")))
9259 (build-system r-build-system)
9260 (propagated-inputs
9261 `(("r-matrixstats" ,r-matrixstats)
9262 ("r-r-methodss3" ,r-r-methodss3)
9263 ("r-r-oo" ,r-r-oo)
9264 ("r-r-utils" ,r-r-utils)))
9265 (home-page "https://github.com/HenrikBengtsson/aroma.light")
9266 (synopsis "Methods for normalization and visualization of microarray data")
9267 (description
9268 "This package provides methods for microarray analysis that take basic
9269 data types such as matrices and lists of vectors. These methods can be used
9270 standalone, be utilized in other packages, or be wrapped up in higher-level
9271 classes.")
9272 (license license:gpl2+)))
9273
9274 (define-public r-deseq
9275 (package
9276 (name "r-deseq")
9277 (version "1.30.0")
9278 (source
9279 (origin
9280 (method url-fetch)
9281 (uri (bioconductor-uri "DESeq" version))
9282 (sha256
9283 (base32
9284 "0mn5w3cy16iwwk8zxs7za6aa6cnrca75z0g45zd5zh1py5d7nfv9"))))
9285 (properties `((upstream-name . "DESeq")))
9286 (build-system r-build-system)
9287 (propagated-inputs
9288 `(("r-biobase" ,r-biobase)
9289 ("r-biocgenerics" ,r-biocgenerics)
9290 ("r-genefilter" ,r-genefilter)
9291 ("r-geneplotter" ,r-geneplotter)
9292 ("r-lattice" ,r-lattice)
9293 ("r-locfit" ,r-locfit)
9294 ("r-mass" ,r-mass)
9295 ("r-rcolorbrewer" ,r-rcolorbrewer)))
9296 (home-page "http://www-huber.embl.de/users/anders/DESeq")
9297 (synopsis "Differential gene expression analysis")
9298 (description
9299 "This package provides tools for estimating variance-mean dependence in
9300 count data from high-throughput genetic sequencing assays and for testing for
9301 differential expression based on a model using the negative binomial
9302 distribution.")
9303 (license license:gpl3+)))
9304
9305 (define-public r-edaseq
9306 (package
9307 (name "r-edaseq")
9308 (version "2.12.0")
9309 (source
9310 (origin
9311 (method url-fetch)
9312 (uri (bioconductor-uri "EDASeq" version))
9313 (sha256
9314 (base32
9315 "07zm89zcivyn2261aq9grqmly8ji482kr9h9dyfknfdfrpv7jpwv"))))
9316 (properties `((upstream-name . "EDASeq")))
9317 (build-system r-build-system)
9318 (propagated-inputs
9319 `(("r-annotationdbi" ,r-annotationdbi)
9320 ("r-aroma-light" ,r-aroma-light)
9321 ("r-biobase" ,r-biobase)
9322 ("r-biocgenerics" ,r-biocgenerics)
9323 ("r-biomart" ,r-biomart)
9324 ("r-biostrings" ,r-biostrings)
9325 ("r-deseq" ,r-deseq)
9326 ("r-genomicfeatures" ,r-genomicfeatures)
9327 ("r-genomicranges" ,r-genomicranges)
9328 ("r-iranges" ,r-iranges)
9329 ("r-rsamtools" ,r-rsamtools)
9330 ("r-shortread" ,r-shortread)))
9331 (home-page "https://github.com/drisso/EDASeq")
9332 (synopsis "Exploratory data analysis and normalization for RNA-Seq")
9333 (description
9334 "This package provides support for numerical and graphical summaries of
9335 RNA-Seq genomic read data. Provided within-lane normalization procedures to
9336 adjust for GC-content effect (or other gene-level effects) on read counts:
9337 loess robust local regression, global-scaling, and full-quantile
9338 normalization. Between-lane normalization procedures to adjust for
9339 distributional differences between lanes (e.g., sequencing depth):
9340 global-scaling and full-quantile normalization.")
9341 (license license:artistic2.0)))
9342
9343 (define-public r-interactivedisplaybase
9344 (package
9345 (name "r-interactivedisplaybase")
9346 (version "1.16.0")
9347 (source
9348 (origin
9349 (method url-fetch)
9350 (uri (bioconductor-uri "interactiveDisplayBase" version))
9351 (sha256
9352 (base32
9353 "01yb945jqqimwjgriza6yy4dnp303cdirxrhl4hjyprfdlmnz5p5"))))
9354 (properties
9355 `((upstream-name . "interactiveDisplayBase")))
9356 (build-system r-build-system)
9357 (propagated-inputs
9358 `(("r-biocgenerics" ,r-biocgenerics)
9359 ("r-shiny" ,r-shiny)))
9360 (home-page "https://bioconductor.org/packages/interactiveDisplayBase")
9361 (synopsis "Base package for web displays of Bioconductor objects")
9362 (description
9363 "This package contains the basic methods needed to generate interactive
9364 Shiny-based display methods for Bioconductor objects.")
9365 (license license:artistic2.0)))
9366
9367 (define-public r-annotationhub
9368 (package
9369 (name "r-annotationhub")
9370 (version "2.10.0")
9371 (source
9372 (origin
9373 (method url-fetch)
9374 (uri (bioconductor-uri "AnnotationHub" version))
9375 (sha256
9376 (base32
9377 "1arfka3czw8hkv6n2d85bgibq81s2rgkwhmpaxzhy6nw39vv7y8b"))))
9378 (properties `((upstream-name . "AnnotationHub")))
9379 (build-system r-build-system)
9380 (propagated-inputs
9381 `(("r-annotationdbi" ,r-annotationdbi)
9382 ("r-biocgenerics" ,r-biocgenerics)
9383 ("r-biocinstaller" ,r-biocinstaller)
9384 ("r-curl" ,r-curl)
9385 ("r-httr" ,r-httr)
9386 ("r-interactivedisplaybase" ,r-interactivedisplaybase)
9387 ("r-rsqlite" ,r-rsqlite)
9388 ("r-s4vectors" ,r-s4vectors)
9389 ("r-yaml" ,r-yaml)))
9390 (home-page "https://bioconductor.org/packages/AnnotationHub")
9391 (synopsis "Client to access AnnotationHub resources")
9392 (description
9393 "This package provides a client for the Bioconductor AnnotationHub web
9394 resource. The AnnotationHub web resource provides a central location where
9395 genomic files (e.g. VCF, bed, wig) and other resources from standard
9396 locations (e.g. UCSC, Ensembl) can be discovered. The resource includes
9397 metadata about each resource, e.g., a textual description, tags, and date of
9398 modification. The client creates and manages a local cache of files retrieved
9399 by the user, helping with quick and reproducible access.")
9400 (license license:artistic2.0)))
9401
9402 (define-public r-fastseg
9403 (package
9404 (name "r-fastseg")
9405 (version "1.24.0")
9406 (source
9407 (origin
9408 (method url-fetch)
9409 (uri (bioconductor-uri "fastseg" version))
9410 (sha256
9411 (base32
9412 "0dd7nr3klwz9ailwshnbynhd62lwb8zbbpj6jf3igpb94yi6x2jp"))))
9413 (build-system r-build-system)
9414 (propagated-inputs
9415 `(("r-biobase" ,r-biobase)
9416 ("r-biocgenerics" ,r-biocgenerics)
9417 ("r-genomicranges" ,r-genomicranges)
9418 ("r-iranges" ,r-iranges)
9419 ("r-s4vectors" ,r-s4vectors)))
9420 (home-page "http://www.bioinf.jku.at/software/fastseg/index.html")
9421 (synopsis "Fast segmentation algorithm for genetic sequencing data")
9422 (description
9423 "Fastseg implements a very fast and efficient segmentation algorithm.
9424 It can segment data from DNA microarrays and data from next generation
9425 sequencing for example to detect copy number segments. Further it can segment
9426 data from RNA microarrays like tiling arrays to identify transcripts. Most
9427 generally, it can segment data given as a matrix or as a vector. Various data
9428 formats can be used as input to fastseg like expression set objects for
9429 microarrays or GRanges for sequencing data.")
9430 (license license:lgpl2.0+)))
9431
9432 (define-public r-keggrest
9433 (package
9434 (name "r-keggrest")
9435 (version "1.18.0")
9436 (source
9437 (origin
9438 (method url-fetch)
9439 (uri (bioconductor-uri "KEGGREST" version))
9440 (sha256
9441 (base32
9442 "1i3i88lj57wvpgjf75a23msgfsjv8pr2b4j1faga276p4fsblkhj"))))
9443 (properties `((upstream-name . "KEGGREST")))
9444 (build-system r-build-system)
9445 (propagated-inputs
9446 `(("r-biostrings" ,r-biostrings)
9447 ("r-httr" ,r-httr)
9448 ("r-png" ,r-png)))
9449 (home-page "https://bioconductor.org/packages/KEGGREST")
9450 (synopsis "Client-side REST access to KEGG")
9451 (description
9452 "This package provides a package that provides a client interface to the
9453 @dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
9454 (license license:artistic2.0)))
9455
9456 (define-public r-gage
9457 (package
9458 (name "r-gage")
9459 (version "2.28.0")
9460 (source
9461 (origin
9462 (method url-fetch)
9463 (uri (bioconductor-uri "gage" version))
9464 (sha256
9465 (base32
9466 "1r14p88q3y736pkqm4pdimf1izy1xy3xgivmj3cr4dv65kjny1zk"))))
9467 (build-system r-build-system)
9468 (propagated-inputs
9469 `(("r-annotationdbi" ,r-annotationdbi)
9470 ("r-graph" ,r-graph)
9471 ("r-keggrest" ,r-keggrest)))
9472 (home-page "http://www.biomedcentral.com/1471-2105/10/161")
9473 (synopsis "Generally applicable gene-set enrichment for pathway analysis")
9474 (description
9475 "GAGE is a published method for gene set (enrichment or GSEA) or pathway
9476 analysis. GAGE is generally applicable independent of microarray or RNA-Seq
9477 data attributes including sample sizes, experimental designs, assay platforms,
9478 and other types of heterogeneity. The gage package provides functions for
9479 basic GAGE analysis, result processing and presentation. In addition, it
9480 provides demo microarray data and commonly used gene set data based on KEGG
9481 pathways and GO terms. These funtions and data are also useful for gene set
9482 analysis using other methods.")
9483 (license license:gpl2+)))
9484
9485 (define-public r-genomicfiles
9486 (package
9487 (name "r-genomicfiles")
9488 (version "1.14.0")
9489 (source
9490 (origin
9491 (method url-fetch)
9492 (uri (bioconductor-uri "GenomicFiles" version))
9493 (sha256
9494 (base32
9495 "0r0wmrs5jycf1kckhnc2sgjmp336srlcjdkpbb1ymm7kazdd0s9n"))))
9496 (properties `((upstream-name . "GenomicFiles")))
9497 (build-system r-build-system)
9498 (propagated-inputs
9499 `(("r-biocgenerics" ,r-biocgenerics)
9500 ("r-biocparallel" ,r-biocparallel)
9501 ("r-genomeinfodb" ,r-genomeinfodb)
9502 ("r-genomicalignments" ,r-genomicalignments)
9503 ("r-genomicranges" ,r-genomicranges)
9504 ("r-iranges" ,r-iranges)
9505 ("r-rsamtools" ,r-rsamtools)
9506 ("r-rtracklayer" ,r-rtracklayer)
9507 ("r-s4vectors" ,r-s4vectors)
9508 ("r-summarizedexperiment" ,r-summarizedexperiment)
9509 ("r-variantannotation" ,r-variantannotation)))
9510 (home-page "https://bioconductor.org/packages/GenomicFiles")
9511 (synopsis "Distributed computing by file or by range")
9512 (description
9513 "This package provides infrastructure for parallel computations
9514 distributed by file or by range. User defined mapper and reducer functions
9515 provide added flexibility for data combination and manipulation.")
9516 (license license:artistic2.0)))
9517
9518 (define-public r-complexheatmap
9519 (package
9520 (name "r-complexheatmap")
9521 (version "1.17.1")
9522 (source
9523 (origin
9524 (method url-fetch)
9525 (uri (bioconductor-uri "ComplexHeatmap" version))
9526 (sha256
9527 (base32
9528 "1x6kp55iqqsd8bhdl3qch95nfiy2y46ldbbsx1sj1v8f0b0ywwcy"))))
9529 (properties
9530 `((upstream-name . "ComplexHeatmap")))
9531 (build-system r-build-system)
9532 (propagated-inputs
9533 `(("r-circlize" ,r-circlize)
9534 ("r-colorspace" ,r-colorspace)
9535 ("r-getoptlong" ,r-getoptlong)
9536 ("r-globaloptions" ,r-globaloptions)
9537 ("r-rcolorbrewer" ,r-rcolorbrewer)))
9538 (home-page
9539 "https://github.com/jokergoo/ComplexHeatmap")
9540 (synopsis "Making Complex Heatmaps")
9541 (description
9542 "Complex heatmaps are efficient to visualize associations between
9543 different sources of data sets and reveal potential structures. This package
9544 provides a highly flexible way to arrange multiple heatmaps and supports
9545 self-defined annotation graphics.")
9546 (license license:gpl2+)))
9547
9548 (define-public r-dirichletmultinomial
9549 (package
9550 (name "r-dirichletmultinomial")
9551 (version "1.20.0")
9552 (source
9553 (origin
9554 (method url-fetch)
9555 (uri (bioconductor-uri "DirichletMultinomial" version))
9556 (sha256
9557 (base32
9558 "1c4s6x0qm20556grcd1xys9kkpnlzpasaai474malwcg6qvgi4x1"))))
9559 (properties
9560 `((upstream-name . "DirichletMultinomial")))
9561 (build-system r-build-system)
9562 (inputs
9563 `(("gsl" ,gsl)))
9564 (propagated-inputs
9565 `(("r-biocgenerics" ,r-biocgenerics)
9566 ("r-iranges" ,r-iranges)
9567 ("r-s4vectors" ,r-s4vectors)))
9568 (home-page "https://bioconductor.org/packages/DirichletMultinomial")
9569 (synopsis "Dirichlet-Multinomial mixture models for microbiome data")
9570 (description
9571 "Dirichlet-multinomial mixture models can be used to describe variability
9572 in microbial metagenomic data. This package is an interface to code
9573 originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
9574 1-15.")
9575 (license license:lgpl3)))
9576
9577 (define-public r-annotationfilter
9578 (package
9579 (name "r-annotationfilter")
9580 (version "1.2.0")
9581 (source (origin
9582 (method url-fetch)
9583 (uri (bioconductor-uri "AnnotationFilter" version))
9584 (sha256
9585 (base32
9586 "04zf864c1fvdlaay2r5cn30fc1n5i3czh31fs62qlrvs61wjiscs"))))
9587 (properties
9588 `((upstream-name . "AnnotationFilter")))
9589 (build-system r-build-system)
9590 (propagated-inputs
9591 `(("r-genomicranges" ,r-genomicranges)
9592 ("r-lazyeval" ,r-lazyeval)))
9593 (home-page "https://github.com/Bioconductor/AnnotationFilter")
9594 (synopsis "Facilities for filtering Bioconductor annotation resources")
9595 (description
9596 "This package provides classes and other infrastructure to implement
9597 filters for manipulating Bioconductor annotation resources. The filters are
9598 used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
9599 (license license:artistic2.0)))
9600
9601 (define-public r-ensembldb
9602 (package
9603 (name "r-ensembldb")
9604 (version "2.2.0")
9605 (source
9606 (origin
9607 (method url-fetch)
9608 (uri (bioconductor-uri "ensembldb" version))
9609 (sha256
9610 (base32
9611 "1w0lca3ws5j770bmls91cn93lznvv2pc8s42nybdzz3vdxjvb4m1"))))
9612 (build-system r-build-system)
9613 (propagated-inputs
9614 `(("r-annotationdbi" ,r-annotationdbi)
9615 ("r-annotationfilter" ,r-annotationfilter)
9616 ("r-annotationhub" ,r-annotationhub)
9617 ("r-biobase" ,r-biobase)
9618 ("r-biocgenerics" ,r-biocgenerics)
9619 ("r-biostrings" ,r-biostrings)
9620 ("r-curl" ,r-curl)
9621 ("r-dbi" ,r-dbi)
9622 ("r-genomeinfodb" ,r-genomeinfodb)
9623 ("r-genomicfeatures" ,r-genomicfeatures)
9624 ("r-genomicranges" ,r-genomicranges)
9625 ("r-iranges" ,r-iranges)
9626 ("r-protgenerics" ,r-protgenerics)
9627 ("r-rsamtools" ,r-rsamtools)
9628 ("r-rsqlite" ,r-rsqlite)
9629 ("r-rtracklayer" ,r-rtracklayer)
9630 ("r-s4vectors" ,r-s4vectors)))
9631 (home-page "https://github.com/jotsetung/ensembldb")
9632 (synopsis "Utilities to create and use Ensembl-based annotation databases")
9633 (description
9634 "The package provides functions to create and use transcript-centric
9635 annotation databases/packages. The annotation for the databases are directly
9636 fetched from Ensembl using their Perl API. The functionality and data is
9637 similar to that of the TxDb packages from the @code{GenomicFeatures} package,
9638 but, in addition to retrieve all gene/transcript models and annotations from
9639 the database, the @code{ensembldb} package also provides a filter framework
9640 allowing to retrieve annotations for specific entries like genes encoded on a
9641 chromosome region or transcript models of lincRNA genes.")
9642 ;; No version specified
9643 (license license:lgpl3+)))
9644
9645 (define-public r-organismdbi
9646 (package
9647 (name "r-organismdbi")
9648 (version "1.20.0")
9649 (source
9650 (origin
9651 (method url-fetch)
9652 (uri (bioconductor-uri "OrganismDbi" version))
9653 (sha256
9654 (base32
9655 "0yxvhwn0m53wfwp0zi81x96argdf7cf1lpymc2as51apvfcnjdl8"))))
9656 (properties `((upstream-name . "OrganismDbi")))
9657 (build-system r-build-system)
9658 (propagated-inputs
9659 `(("r-annotationdbi" ,r-annotationdbi)
9660 ("r-biobase" ,r-biobase)
9661 ("r-biocgenerics" ,r-biocgenerics)
9662 ("r-biocinstaller" ,r-biocinstaller)
9663 ("r-dbi" ,r-dbi)
9664 ("r-genomicfeatures" ,r-genomicfeatures)
9665 ("r-genomicranges" ,r-genomicranges)
9666 ("r-graph" ,r-graph)
9667 ("r-iranges" ,r-iranges)
9668 ("r-rbgl" ,r-rbgl)
9669 ("r-s4vectors" ,r-s4vectors)))
9670 (home-page "https://bioconductor.org/packages/OrganismDbi")
9671 (synopsis "Software to enable the smooth interfacing of database packages")
9672 (description "The package enables a simple unified interface to several
9673 annotation packages each of which has its own schema by taking advantage of
9674 the fact that each of these packages implements a select methods.")
9675 (license license:artistic2.0)))
9676
9677 (define-public r-biovizbase
9678 (package
9679 (name "r-biovizbase")
9680 (version "1.26.0")
9681 (source
9682 (origin
9683 (method url-fetch)
9684 (uri (bioconductor-uri "biovizBase" version))
9685 (sha256
9686 (base32
9687 "14l4vhj0a4ssr9m9zdzz3qpd4qw1mhgq5bmxq7jhrq3j9kmd6i2f"))))
9688 (properties `((upstream-name . "biovizBase")))
9689 (build-system r-build-system)
9690 (propagated-inputs
9691 `(("r-annotationdbi" ,r-annotationdbi)
9692 ("r-annotationfilter" ,r-annotationfilter)
9693 ("r-biocgenerics" ,r-biocgenerics)
9694 ("r-biostrings" ,r-biostrings)
9695 ("r-dichromat" ,r-dichromat)
9696 ("r-ensembldb" ,r-ensembldb)
9697 ("r-genomeinfodb" ,r-genomeinfodb)
9698 ("r-genomicalignments" ,r-genomicalignments)
9699 ("r-genomicfeatures" ,r-genomicfeatures)
9700 ("r-genomicranges" ,r-genomicranges)
9701 ("r-hmisc" ,r-hmisc)
9702 ("r-iranges" ,r-iranges)
9703 ("r-rcolorbrewer" ,r-rcolorbrewer)
9704 ("r-rsamtools" ,r-rsamtools)
9705 ("r-s4vectors" ,r-s4vectors)
9706 ("r-scales" ,r-scales)
9707 ("r-summarizedexperiment" ,r-summarizedexperiment)
9708 ("r-variantannotation" ,r-variantannotation)))
9709 (home-page "https://bioconductor.org/packages/biovizBase")
9710 (synopsis "Basic graphic utilities for visualization of genomic data")
9711 (description
9712 "The biovizBase package is designed to provide a set of utilities, color
9713 schemes and conventions for genomic data. It serves as the base for various
9714 high-level packages for biological data visualization. This saves development
9715 effort and encourages consistency.")
9716 (license license:artistic2.0)))
9717
9718 (define-public r-ggbio
9719 (package
9720 (name "r-ggbio")
9721 (version "1.26.0")
9722 (source
9723 (origin
9724 (method url-fetch)
9725 (uri (bioconductor-uri "ggbio" version))
9726 (sha256
9727 (base32
9728 "1bqxfqy0hff87ax92z4lfbjz01ndrz7x8pzm6dlkdmi52p30krm9"))))
9729 (build-system r-build-system)
9730 (propagated-inputs
9731 `(("r-annotationdbi" ,r-annotationdbi)
9732 ("r-annotationfilter" ,r-annotationfilter)
9733 ("r-biobase" ,r-biobase)
9734 ("r-biocgenerics" ,r-biocgenerics)
9735 ("r-biostrings" ,r-biostrings)
9736 ("r-biovizbase" ,r-biovizbase)
9737 ("r-bsgenome" ,r-bsgenome)
9738 ("r-ensembldb" ,r-ensembldb)
9739 ("r-genomeinfodb" ,r-genomeinfodb)
9740 ("r-genomicalignments" ,r-genomicalignments)
9741 ("r-genomicfeatures" ,r-genomicfeatures)
9742 ("r-genomicranges" ,r-genomicranges)
9743 ("r-ggally" ,r-ggally)
9744 ("r-ggplot2" ,r-ggplot2)
9745 ("r-gridextra" ,r-gridextra)
9746 ("r-gtable" ,r-gtable)
9747 ("r-hmisc" ,r-hmisc)
9748 ("r-iranges" ,r-iranges)
9749 ("r-organismdbi" ,r-organismdbi)
9750 ("r-reshape2" ,r-reshape2)
9751 ("r-rsamtools" ,r-rsamtools)
9752 ("r-rtracklayer" ,r-rtracklayer)
9753 ("r-s4vectors" ,r-s4vectors)
9754 ("r-scales" ,r-scales)
9755 ("r-summarizedexperiment" ,r-summarizedexperiment)
9756 ("r-variantannotation" ,r-variantannotation)))
9757 (home-page "http://www.tengfei.name/ggbio/")
9758 (synopsis "Visualization tools for genomic data")
9759 (description
9760 "The ggbio package extends and specializes the grammar of graphics for
9761 biological data. The graphics are designed to answer common scientific
9762 questions, in particular those often asked of high throughput genomics data.
9763 All core Bioconductor data structures are supported, where appropriate. The
9764 package supports detailed views of particular genomic regions, as well as
9765 genome-wide overviews. Supported overviews include ideograms and grand linear
9766 views. High-level plots include sequence fragment length, edge-linked
9767 interval to data view, mismatch pileup, and several splicing summaries.")
9768 (license license:artistic2.0)))
9769
9770 (define-public r-gprofiler
9771 (package
9772 (name "r-gprofiler")
9773 (version "0.6.1")
9774 (source
9775 (origin
9776 (method url-fetch)
9777 (uri (cran-uri "gProfileR" version))
9778 (sha256
9779 (base32
9780 "1qix15d0wa9nspdclcawml94mng4qmr2jciv7d24py315wfsvv8p"))))
9781 (properties `((upstream-name . "gProfileR")))
9782 (build-system r-build-system)
9783 (propagated-inputs
9784 `(("r-plyr" ,r-plyr)
9785 ("r-rcurl" ,r-rcurl)))
9786 (home-page "http://cran.r-project.org/web/packages/gProfileR/")
9787 (synopsis "Interface to the g:Profiler toolkit")
9788 (description
9789 "This package provides tools for functional enrichment analysis,
9790 gene identifier conversion and mapping homologous genes across related
9791 organisms via the @code{g:Profiler} toolkit.")
9792 (license license:gpl2+)))
9793
9794 (define-public r-gqtlbase
9795 (package
9796 (name "r-gqtlbase")
9797 (version "1.10.0")
9798 (source
9799 (origin
9800 (method url-fetch)
9801 (uri (bioconductor-uri "gQTLBase" version))
9802 (sha256
9803 (base32
9804 "1756vfcj2dkkgcmfkkg7qdaig36dv9gfvpypn9rbrky56wm1p035"))))
9805 (properties `((upstream-name . "gQTLBase")))
9806 (build-system r-build-system)
9807 (propagated-inputs
9808 `(("r-batchjobs" ,r-batchjobs)
9809 ("r-bbmisc" ,r-bbmisc)
9810 ("r-biocgenerics" ,r-biocgenerics)
9811 ("r-bit" ,r-bit)
9812 ("r-doparallel" ,r-doparallel)
9813 ("r-ff" ,r-ff)
9814 ("r-ffbase" ,r-ffbase)
9815 ("r-foreach" ,r-foreach)
9816 ("r-genomicfiles" ,r-genomicfiles)
9817 ("r-genomicranges" ,r-genomicranges)
9818 ("r-rtracklayer" ,r-rtracklayer)
9819 ("r-s4vectors" ,r-s4vectors)
9820 ("r-summarizedexperiment" ,r-summarizedexperiment)))
9821 (home-page "https://bioconductor.org/packages/gQTLBase")
9822 (synopsis "Infrastructure for eQTL, mQTL and similar studies")
9823 (description
9824 "The purpose of this package is to simplify the storage and interrogation
9825 of @dfn{quantitative trait loci} (QTL) archives, such as eQTL, mQTL, dsQTL,
9826 and more.")
9827 (license license:artistic2.0)))
9828
9829 (define-public r-snpstats
9830 (package
9831 (name "r-snpstats")
9832 (version "1.28.0")
9833 (source
9834 (origin
9835 (method url-fetch)
9836 (uri (bioconductor-uri "snpStats" version))
9837 (sha256
9838 (base32
9839 "1x9qwynh2hwl24vq02naf4mchpch7xi2pkdrlgw896k28kx0lvir"))))
9840 (properties `((upstream-name . "snpStats")))
9841 (build-system r-build-system)
9842 (inputs `(("zlib" ,zlib)))
9843 (propagated-inputs
9844 `(("r-biocgenerics" ,r-biocgenerics)
9845 ("r-matrix" ,r-matrix)
9846 ("r-survival" ,r-survival)
9847 ("r-zlibbioc" ,r-zlibbioc)))
9848 (home-page "https://bioconductor.org/packages/snpStats")
9849 (synopsis "Methods for SNP association studies")
9850 (description
9851 "This package provides classes and statistical methods for large
9852 @dfn{single-nucleotide polymorphism} (SNP) association studies. This extends
9853 the earlier snpMatrix package, allowing for uncertainty in genotypes.")
9854 (license license:gpl3)))
9855
9856 (define-public r-org-hs-eg-db
9857 (package
9858 (name "r-org-hs-eg-db")
9859 (version "3.4.2")
9860 (source (origin
9861 (method url-fetch)
9862 ;; We cannot use bioconductor-uri here because this tarball is
9863 ;; located under "data/annotation/" instead of "bioc/".
9864 (uri (string-append "http://www.bioconductor.org/packages/"
9865 "release/data/annotation/src/contrib/"
9866 "org.Hs.eg.db_"
9867 version ".tar.gz"))
9868 (sha256
9869 (base32
9870 "0izzmas99j64sc4x8pxi09xw0ra1941kjrsl8sjxl0cjw1d2b32z"))))
9871 (properties
9872 `((upstream-name . "org.Hs.eg.db")))
9873 (build-system r-build-system)
9874 (propagated-inputs
9875 `(("r-annotationdbi" ,r-annotationdbi)))
9876 (home-page "https://bioconductor.org/packages/org.Hs.eg.db/")
9877 (synopsis "Genome-wide annotation for Human")
9878 (description
9879 "This package contains genome-wide annotations for Human, primarily based
9880 on mapping using Entrez Gene identifiers.")
9881 (license license:artistic2.0)))
9882
9883 (define-public r-homo-sapiens
9884 (package
9885 (name "r-homo-sapiens")
9886 (version "1.3.1")
9887 (source (origin
9888 (method url-fetch)
9889 ;; We cannot use bioconductor-uri here because this tarball is
9890 ;; located under "data/annotation/" instead of "bioc/".
9891 (uri (string-append "http://www.bioconductor.org/packages/"
9892 "release/data/annotation/src/contrib/"
9893 "Homo.sapiens_"
9894 version ".tar.gz"))
9895 (sha256
9896 (base32
9897 "151vj7h5p1c8yd5swrchk46z469p135wk50hvkl0nhgndvy0jj01"))))
9898 (properties
9899 `((upstream-name . "Homo.sapiens")))
9900 (build-system r-build-system)
9901 (propagated-inputs
9902 `(("r-genomicfeatures" ,r-genomicfeatures)
9903 ("r-go-db" ,r-go-db)
9904 ("r-org-hs-eg-db" ,r-org-hs-eg-db)
9905 ("r-txdb-hsapiens-ucsc-hg19-knowngene" ,r-txdb-hsapiens-ucsc-hg19-knowngene)
9906 ("r-organismdbi" ,r-organismdbi)
9907 ("r-annotationdbi" ,r-annotationdbi)))
9908 (home-page "https://bioconductor.org/packages/Homo.sapiens/")
9909 (synopsis "Annotation package for the Homo.sapiens object")
9910 (description
9911 "This package contains the Homo.sapiens object to access data from
9912 several related annotation packages.")
9913 (license license:artistic2.0)))
9914
9915 (define-public r-erma
9916 (package
9917 (name "r-erma")
9918 (version "0.10.0")
9919 (source
9920 (origin
9921 (method url-fetch)
9922 (uri (bioconductor-uri "erma" version))
9923 (sha256
9924 (base32
9925 "0gcfs9g8vvdv5vmq9b21kd8sq5mizjj49nfzd4in9zvp4b9v7x1g"))))
9926 (build-system r-build-system)
9927 (propagated-inputs
9928 `(("r-annotationdbi" ,r-annotationdbi)
9929 ("r-biobase" ,r-biobase)
9930 ("r-biocgenerics" ,r-biocgenerics)
9931 ("r-foreach" ,r-foreach)
9932 ("r-genomicfiles" ,r-genomicfiles)
9933 ("r-genomicranges" ,r-genomicranges)
9934 ("r-ggplot2" ,r-ggplot2)
9935 ("r-homo-sapiens" ,r-homo-sapiens)
9936 ("r-rtracklayer" ,r-rtracklayer)
9937 ("r-s4vectors" ,r-s4vectors)
9938 ("r-shiny" ,r-shiny)
9939 ("r-summarizedexperiment" ,r-summarizedexperiment)))
9940 (home-page "https://bioconductor.org/packages/erma")
9941 (synopsis "Epigenomic road map adventures")
9942 (description
9943 "The epigenomics road map describes locations of epigenetic marks in DNA
9944 from a variety of cell types. Of interest are locations of histone
9945 modifications, sites of DNA methylation, and regions of accessible chromatin.
9946 This package presents a selection of elements of the road map including
9947 metadata and outputs of the ChromImpute procedure applied to ENCODE cell lines
9948 by Ernst and Kellis.")
9949 (license license:artistic2.0)))
9950
9951 (define-public r-ldblock
9952 (package
9953 (name "r-ldblock")
9954 (version "1.8.0")
9955 (source
9956 (origin
9957 (method url-fetch)
9958 (uri (bioconductor-uri "ldblock" version))
9959 (sha256
9960 (base32
9961 "18nfsixh6d2wfrb9laqsgly5w1frzihhak683k0p8fdf51h4aqba"))))
9962 (build-system r-build-system)
9963 (propagated-inputs
9964 `(("r-erma" ,r-erma)
9965 ("r-genomeinfodb" ,r-genomeinfodb)
9966 ("r-genomicfiles" ,r-genomicfiles)
9967 ("r-go-db" ,r-go-db)
9968 ("r-homo-sapiens" ,r-homo-sapiens)
9969 ("r-matrix" ,r-matrix)
9970 ("r-rsamtools" ,r-rsamtools)
9971 ("r-snpstats" ,r-snpstats)
9972 ("r-variantannotation" ,r-variantannotation)))
9973 (home-page "https://bioconductor.org/packages/ldblock")
9974 (synopsis "Data structures for linkage disequilibrium measures in populations")
9975 (description
9976 "This package defines data structures for @dfn{linkage
9977 disequilibrium} (LD) measures in populations. Its purpose is to simplify
9978 handling of existing population-level data for the purpose of flexibly
9979 defining LD blocks.")
9980 (license license:artistic2.0)))
9981
9982 (define-public r-gqtlstats
9983 (package
9984 (name "r-gqtlstats")
9985 (version "1.10.0")
9986 (source
9987 (origin
9988 (method url-fetch)
9989 (uri (bioconductor-uri "gQTLstats" version))
9990 (sha256
9991 (base32
9992 "1cbdqawxzgna8rrgj3siph5sw4d2pb57qc0gn6ibfkhyk45f8gdv"))))
9993 (properties `((upstream-name . "gQTLstats")))
9994 (build-system r-build-system)
9995 (propagated-inputs
9996 `(("r-annotationdbi" ,r-annotationdbi)
9997 ("r-batchjobs" ,r-batchjobs)
9998 ("r-bbmisc" ,r-bbmisc)
9999 ("r-beeswarm" ,r-beeswarm)
10000 ("r-biobase" ,r-biobase)
10001 ("r-biocgenerics" ,r-biocgenerics)
10002 ("r-doparallel" ,r-doparallel)
10003 ("r-dplyr" ,r-dplyr)
10004 ("r-erma" ,r-erma)
10005 ("r-ffbase" ,r-ffbase)
10006 ("r-foreach" ,r-foreach)
10007 ("r-genomeinfodb" ,r-genomeinfodb)
10008 ("r-genomicfeatures" ,r-genomicfeatures)
10009 ("r-genomicfiles" ,r-genomicfiles)
10010 ("r-genomicranges" ,r-genomicranges)
10011 ("r-ggbeeswarm" ,r-ggbeeswarm)
10012 ("r-ggplot2" ,r-ggplot2)
10013 ("r-gqtlbase" ,r-gqtlbase)
10014 ("r-hardyweinberg" ,r-hardyweinberg)
10015 ("r-iranges" ,r-iranges)
10016 ("r-ldblock" ,r-ldblock)
10017 ("r-limma" ,r-limma)
10018 ("r-mgcv" ,r-mgcv)
10019 ("r-plotly" ,r-plotly)
10020 ("r-reshape2" ,r-reshape2)
10021 ("r-s4vectors" ,r-s4vectors)
10022 ("r-shiny" ,r-shiny)
10023 ("r-snpstats" ,r-snpstats)
10024 ("r-summarizedexperiment" ,r-summarizedexperiment)
10025 ("r-variantannotation" ,r-variantannotation)))
10026 (home-page "https://bioconductor.org/packages/gQTLstats")
10027 (synopsis "Computationally efficient analysis for eQTL and allied studies")
10028 (description
10029 "This package provides tools for the computationally efficient analysis
10030 of @dfn{quantitative trait loci} (QTL) data, including eQTL, mQTL, dsQTL, etc.
10031 The software in this package aims to support refinements and functional
10032 interpretation of members of a collection of association statistics on a
10033 family of feature/genome hypotheses.")
10034 (license license:artistic2.0)))
10035
10036 (define-public r-gviz
10037 (package
10038 (name "r-gviz")
10039 (version "1.22.0")
10040 (source
10041 (origin
10042 (method url-fetch)
10043 (uri (bioconductor-uri "Gviz" version))
10044 (sha256
10045 (base32
10046 "1lrw65a8426wpxw975wjcaiacpp6fqa00nif1yxigyankbfs23c8"))))
10047 (properties `((upstream-name . "Gviz")))
10048 (build-system r-build-system)
10049 (propagated-inputs
10050 `(("r-annotationdbi" ,r-annotationdbi)
10051 ("r-biobase" ,r-biobase)
10052 ("r-biocgenerics" ,r-biocgenerics)
10053 ("r-biomart" ,r-biomart)
10054 ("r-biostrings" ,r-biostrings)
10055 ("r-biovizbase" ,r-biovizbase)
10056 ("r-bsgenome" ,r-bsgenome)
10057 ("r-digest" ,r-digest)
10058 ("r-genomeinfodb" ,r-genomeinfodb)
10059 ("r-genomicalignments" ,r-genomicalignments)
10060 ("r-genomicfeatures" ,r-genomicfeatures)
10061 ("r-genomicranges" ,r-genomicranges)
10062 ("r-iranges" ,r-iranges)
10063 ("r-lattice" ,r-lattice)
10064 ("r-latticeextra" ,r-latticeextra)
10065 ("r-matrixstats" ,r-matrixstats)
10066 ("r-rcolorbrewer" ,r-rcolorbrewer)
10067 ("r-rsamtools" ,r-rsamtools)
10068 ("r-rtracklayer" ,r-rtracklayer)
10069 ("r-s4vectors" ,r-s4vectors)
10070 ("r-xvector" ,r-xvector)))
10071 (home-page "https://bioconductor.org/packages/Gviz")
10072 (synopsis "Plotting data and annotation information along genomic coordinates")
10073 (description
10074 "Genomic data analyses requires integrated visualization of known genomic
10075 information and new experimental data. Gviz uses the biomaRt and the
10076 rtracklayer packages to perform live annotation queries to Ensembl and UCSC
10077 and translates this to e.g. gene/transcript structures in viewports of the
10078 grid graphics package. This results in genomic information plotted together
10079 with your data.")
10080 (license license:artistic2.0)))
10081
10082 (define-public r-gwascat
10083 (package
10084 (name "r-gwascat")
10085 (version "2.10.0")
10086 (source
10087 (origin
10088 (method url-fetch)
10089 (uri (bioconductor-uri "gwascat" version))
10090 (sha256
10091 (base32
10092 "0n5x5i5v6a8wpn5mxmlpkl34b4kyypmymiwww6g61zch7xqrgywi"))))
10093 (build-system r-build-system)
10094 (propagated-inputs
10095 `(("r-annotationdbi" ,r-annotationdbi)
10096 ("r-annotationhub" ,r-annotationhub)
10097 ("r-biocgenerics" ,r-biocgenerics)
10098 ("r-biostrings" ,r-biostrings)
10099 ("r-genomeinfodb" ,r-genomeinfodb)
10100 ("r-genomicfeatures" ,r-genomicfeatures)
10101 ("r-genomicranges" ,r-genomicranges)
10102 ("r-ggbio" ,r-ggbio)
10103 ("r-ggplot2" ,r-ggplot2)
10104 ("r-gqtlstats" ,r-gqtlstats)
10105 ("r-graph" ,r-graph)
10106 ("r-gviz" ,r-gviz)
10107 ("r-homo-sapiens" ,r-homo-sapiens)
10108 ("r-iranges" ,r-iranges)
10109 ("r-rsamtools" ,r-rsamtools)
10110 ("r-rtracklayer" ,r-rtracklayer)
10111 ("r-s4vectors" ,r-s4vectors)
10112 ("r-snpstats" ,r-snpstats)
10113 ("r-summarizedexperiment" ,r-summarizedexperiment)
10114 ("r-variantannotation" ,r-variantannotation)))
10115 (home-page "https://bioconductor.org/packages/gwascat")
10116 (synopsis "Tools for data in the EMBL-EBI GWAS catalog")
10117 (description
10118 "This package provides tools for representing and modeling data in the
10119 EMBL-EBI GWAS catalog.")
10120 (license license:artistic2.0)))
10121
10122 (define-public r-sushi
10123 (package
10124 (name "r-sushi")
10125 (version "1.16.0")
10126 (source (origin
10127 (method url-fetch)
10128 (uri (bioconductor-uri "Sushi" version))
10129 (sha256
10130 (base32
10131 "0axaqm480z8d0b2ldgxwm0swava1p4irc62bpl17p2k8k78g687g"))))
10132 (properties `((upstream-name . "Sushi")))
10133 (build-system r-build-system)
10134 (propagated-inputs
10135 `(("r-biomart" ,r-biomart)
10136 ("r-zoo" ,r-zoo)))
10137 (home-page "https://bioconductor.org/packages/Sushi")
10138 (synopsis "Tools for visualizing genomics data")
10139 (description
10140 "This package provides flexible, quantitative, and integrative genomic
10141 visualizations for publication-quality multi-panel figures.")
10142 (license license:gpl2+)))
10143
10144 (define-public r-fithic
10145 (package
10146 (name "r-fithic")
10147 (version "1.4.0")
10148 (source (origin
10149 (method url-fetch)
10150 (uri (bioconductor-uri "FitHiC" version))
10151 (sha256
10152 (base32
10153 "12ylhrppi051m7nqsgq95kzd9g9wmp34i0zzfi55cjqawlpx7c6n"))))
10154 (properties `((upstream-name . "FitHiC")))
10155 (build-system r-build-system)
10156 (propagated-inputs
10157 `(("r-data-table" ,r-data-table)
10158 ("r-fdrtool" ,r-fdrtool)
10159 ("r-rcpp" ,r-rcpp)))
10160 (home-page "https://bioconductor.org/packages/FitHiC")
10161 (synopsis "Confidence estimation for intra-chromosomal contact maps")
10162 (description
10163 "Fit-Hi-C is a tool for assigning statistical confidence estimates to
10164 intra-chromosomal contact maps produced by genome-wide genome architecture
10165 assays such as Hi-C.")
10166 (license license:gpl2+)))
10167
10168 (define-public r-hitc
10169 (package
10170 (name "r-hitc")
10171 (version "1.22.0")
10172 (source (origin
10173 (method url-fetch)
10174 (uri (bioconductor-uri "HiTC" version))
10175 (sha256
10176 (base32
10177 "0288xa1jy6nzvz2ha07csmp6dirjw5r7p9vy69q2wsbyzr02ymkp"))))
10178 (properties `((upstream-name . "HiTC")))
10179 (build-system r-build-system)
10180 (propagated-inputs
10181 `(("r-biostrings" ,r-biostrings)
10182 ("r-genomeinfodb" ,r-genomeinfodb)
10183 ("r-genomicranges" ,r-genomicranges)
10184 ("r-iranges" ,r-iranges)
10185 ("r-matrix" ,r-matrix)
10186 ("r-rcolorbrewer" ,r-rcolorbrewer)
10187 ("r-rtracklayer" ,r-rtracklayer)))
10188 (home-page "https://bioconductor.org/packages/HiTC")
10189 (synopsis "High throughput chromosome conformation capture analysis")
10190 (description
10191 "The HiTC package was developed to explore high-throughput \"C\" data
10192 such as 5C or Hi-C. Dedicated R classes as well as standard methods for
10193 quality controls, normalization, visualization, and further analysis are also
10194 provided.")
10195 (license license:artistic2.0)))
10196
10197 (define-public r-qvalue
10198 (package
10199 (name "r-qvalue")
10200 (version "2.10.0")
10201 (source
10202 (origin
10203 (method url-fetch)
10204 (uri (bioconductor-uri "qvalue" version))
10205 (sha256
10206 (base32
10207 "1rd9rnf16kh8wc076kahd9hsb9rfwsbzmz3kjmp0pj6rbiq0051i"))))
10208 (build-system r-build-system)
10209 (propagated-inputs
10210 `(("r-ggplot2" ,r-ggplot2)
10211 ("r-reshape2" ,r-reshape2)))
10212 (home-page "http://github.com/jdstorey/qvalue")
10213 (synopsis "Q-value estimation for false discovery rate control")
10214 (description
10215 "This package takes a list of p-values resulting from the simultaneous
10216 testing of many hypotheses and estimates their q-values and local @dfn{false
10217 discovery rate} (FDR) values. The q-value of a test measures the proportion
10218 of false positives incurred when that particular test is called significant.
10219 The local FDR measures the posterior probability the null hypothesis is true
10220 given the test's p-value. Various plots are automatically generated, allowing
10221 one to make sensible significance cut-offs. The software can be applied to
10222 problems in genomics, brain imaging, astrophysics, and data mining.")
10223 ;; Any version of the LGPL.
10224 (license license:lgpl3+)))
10225
10226 (define htslib-for-sambamba
10227 (let ((commit "2f3c3ea7b301f9b45737a793c0b2dcf0240e5ee5"))
10228 (package
10229 (inherit htslib)
10230 (name "htslib-for-sambamba")
10231 (version (string-append "1.3.1-1." (string-take commit 9)))
10232 (source
10233 (origin
10234 (method git-fetch)
10235 (uri (git-reference
10236 (url "https://github.com/lomereiter/htslib.git")
10237 (commit commit)))
10238 (file-name (string-append "htslib-" version "-checkout"))
10239 (sha256
10240 (base32
10241 "0g38g8s3npr0gjm9fahlbhiskyfws9l5i0x1ml3rakzj7az5l9c9"))))
10242 (arguments
10243 (substitute-keyword-arguments (package-arguments htslib)
10244 ((#:phases phases)
10245 `(modify-phases ,phases
10246 (add-after 'unpack 'bootstrap
10247 (lambda _
10248 (zero? (system* "autoreconf" "-vif"))))))))
10249 (native-inputs
10250 `(("autoconf" ,autoconf)
10251 ("automake" ,automake)
10252 ,@(package-native-inputs htslib))))))
10253
10254 (define-public sambamba
10255 (package
10256 (name "sambamba")
10257 (version "0.6.5")
10258 (source
10259 (origin
10260 (method url-fetch)
10261 (uri (string-append "https://github.com/lomereiter/sambamba/"
10262 "archive/v" version ".tar.gz"))
10263 (file-name (string-append name "-" version ".tar.gz"))
10264 (sha256
10265 (base32
10266 "17076gijd65a3f07zns2gvbgahiz5lriwsa6dq353ss3jl85d8vy"))))
10267 (build-system gnu-build-system)
10268 (arguments
10269 `(#:tests? #f ; there is no test target
10270 #:make-flags
10271 '("D_COMPILER=ldc2"
10272 ;; Override "--compiler" flag only.
10273 "D_FLAGS=--compiler=ldc2 -IBioD -g -d"
10274 "sambamba-ldmd2-64")
10275 #:phases
10276 (modify-phases %standard-phases
10277 (delete 'configure)
10278 (add-after 'unpack 'place-biod
10279 (lambda* (#:key inputs #:allow-other-keys)
10280 (copy-recursively (assoc-ref inputs "biod") "BioD")
10281 #t))
10282 (add-after 'unpack 'unbundle-prerequisites
10283 (lambda _
10284 (substitute* "Makefile"
10285 ((" htslib-static lz4-static") ""))
10286 #t))
10287 (replace 'install
10288 (lambda* (#:key outputs #:allow-other-keys)
10289 (let* ((out (assoc-ref outputs "out"))
10290 (bin (string-append out "/bin")))
10291 (mkdir-p bin)
10292 (install-file "build/sambamba" bin)
10293 #t))))))
10294 (native-inputs
10295 `(("ldc" ,ldc)
10296 ("rdmd" ,rdmd)
10297 ("biod"
10298 ,(let ((commit "1248586b54af4bd4dfb28ebfebfc6bf012e7a587"))
10299 (origin
10300 (method git-fetch)
10301 (uri (git-reference
10302 (url "https://github.com/biod/BioD.git")
10303 (commit commit)))
10304 (file-name (string-append "biod-"
10305 (string-take commit 9)
10306 "-checkout"))
10307 (sha256
10308 (base32
10309 "1m8hi1n7x0ri4l6s9i0x6jg4z4v94xrfdzp7mbizdipfag0m17g3")))))))
10310 (inputs
10311 `(("lz4" ,lz4)
10312 ("htslib" ,htslib-for-sambamba)))
10313 (home-page "http://lomereiter.github.io/sambamba")
10314 (synopsis "Tools for working with SAM/BAM data")
10315 (description "Sambamba is a high performance modern robust and
10316 fast tool (and library), written in the D programming language, for
10317 working with SAM and BAM files. Current parallelised functionality is
10318 an important subset of samtools functionality, including view, index,
10319 sort, markdup, and depth.")
10320 (license license:gpl2+)))
10321
10322 (define-public ritornello
10323 (package
10324 (name "ritornello")
10325 (version "1.0.0")
10326 (source (origin
10327 (method url-fetch)
10328 (uri (string-append "https://github.com/KlugerLab/"
10329 "Ritornello/archive/v"
10330 version ".tar.gz"))
10331 (file-name (string-append name "-" version ".tar.gz"))
10332 (sha256
10333 (base32
10334 "02nik86gq9ljjriv6pamwlmqnfky3ads1fpklx6mc3hx6k40pg38"))))
10335 (build-system gnu-build-system)
10336 (arguments
10337 `(#:tests? #f ; there are no tests
10338 #:phases
10339 (modify-phases %standard-phases
10340 (add-after 'unpack 'patch-samtools-references
10341 (lambda* (#:key inputs #:allow-other-keys)
10342 (substitute* '("src/SamStream.h"
10343 "src/BufferedGenomeReader.h")
10344 (("<sam.h>") "<samtools/sam.h>"))
10345 #t))
10346 (delete 'configure)
10347 (replace 'install
10348 (lambda* (#:key inputs outputs #:allow-other-keys)
10349 (let* ((out (assoc-ref outputs "out"))
10350 (bin (string-append out "/bin/")))
10351 (mkdir-p bin)
10352 (install-file "bin/Ritornello" bin)
10353 #t))))))
10354 (inputs
10355 `(("samtools" ,samtools-0.1)
10356 ("fftw" ,fftw)
10357 ("boost" ,boost)
10358 ("zlib" ,zlib)))
10359 (home-page "https://github.com/KlugerLab/Ritornello")
10360 (synopsis "Control-free peak caller for ChIP-seq data")
10361 (description "Ritornello is a ChIP-seq peak calling algorithm based on
10362 signal processing that can accurately call binding events without the need to
10363 do a pair total DNA input or IgG control sample. It has been tested for use
10364 with narrow binding events such as transcription factor ChIP-seq.")
10365 (license license:gpl3+)))
10366
10367 (define-public trim-galore
10368 (package
10369 (name "trim-galore")
10370 (version "0.4.2")
10371 (source
10372 (origin
10373 (method url-fetch)
10374 (uri (string-append "http://www.bioinformatics.babraham.ac.uk/"
10375 "projects/trim_galore/trim_galore_v"
10376 version ".zip"))
10377 (sha256
10378 (base32
10379 "0b9qdxi4521gsrjvbhgky8g7kry9b5nx3byzaxkgxz7p4k8bn1mn"))))
10380 (build-system gnu-build-system)
10381 (arguments
10382 `(#:tests? #f ; no tests
10383 #:phases
10384 (modify-phases %standard-phases
10385 ;; The archive contains plain files.
10386 (replace 'unpack
10387 (lambda* (#:key source #:allow-other-keys)
10388 (zero? (system* "unzip" source))))
10389 (delete 'configure)
10390 (delete 'build)
10391 (add-after 'unpack 'hardcode-tool-references
10392 (lambda* (#:key inputs #:allow-other-keys)
10393 (substitute* "trim_galore"
10394 (("\\$path_to_cutadapt = 'cutadapt'")
10395 (string-append "$path_to_cutadapt = '"
10396 (assoc-ref inputs "cutadapt")
10397 "/bin/cutadapt'"))
10398 (("\\| gzip")
10399 (string-append "| "
10400 (assoc-ref inputs "gzip")
10401 "/bin/gzip"))
10402 (("\"gunzip")
10403 (string-append "\""
10404 (assoc-ref inputs "gzip")
10405 "/bin/gunzip")))
10406 #t))
10407 (replace 'install
10408 (lambda* (#:key outputs #:allow-other-keys)
10409 (let ((bin (string-append (assoc-ref outputs "out")
10410 "/bin")))
10411 (mkdir-p bin)
10412 (install-file "trim_galore" bin)
10413 #t))))))
10414 (inputs
10415 `(("gzip" ,gzip)
10416 ("perl" ,perl)
10417 ("cutadapt" ,cutadapt)))
10418 (native-inputs
10419 `(("unzip" ,unzip)))
10420 (home-page "http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/")
10421 (synopsis "Wrapper around Cutadapt and FastQC")
10422 (description "Trim Galore! is a wrapper script to automate quality and
10423 adapter trimming as well as quality control, with some added functionality to
10424 remove biased methylation positions for RRBS sequence files.")
10425 (license license:gpl3+)))
10426
10427 (define-public gess
10428 (package
10429 (name "gess")
10430 (version "1.0")
10431 (source (origin
10432 (method url-fetch)
10433 (uri (string-append "http://compbio.uthscsa.edu/"
10434 "GESS_Web/files/"
10435 "gess-" version ".src.tar.gz"))
10436 (sha256
10437 (base32
10438 "0hyk403kxscclzfs24pvdgiv0wm03kjcziqdrp5w46cb049gz0d7"))))
10439 (build-system gnu-build-system)
10440 (arguments
10441 `(#:tests? #f ; no tests
10442 #:phases
10443 (modify-phases %standard-phases
10444 (delete 'configure)
10445 (delete 'build)
10446 (replace 'install
10447 (lambda* (#:key inputs outputs #:allow-other-keys)
10448 (let* ((python (assoc-ref inputs "python"))
10449 (out (assoc-ref outputs "out"))
10450 (bin (string-append out "/bin/"))
10451 (target (string-append
10452 out "/lib/python2.7/site-packages/gess/")))
10453 (mkdir-p target)
10454 (copy-recursively "." target)
10455 ;; Make GESS.py executable
10456 (chmod (string-append target "GESS.py") #o555)
10457 ;; Add Python shebang to the top and make Matplotlib
10458 ;; usable.
10459 (substitute* (string-append target "GESS.py")
10460 (("\"\"\"Description:" line)
10461 (string-append "#!" (which "python") "
10462 import matplotlib
10463 matplotlib.use('Agg')
10464 " line)))
10465 ;; Make sure GESS has all modules in its path
10466 (wrap-program (string-append target "GESS.py")
10467 `("PYTHONPATH" ":" prefix (,target ,(getenv "PYTHONPATH"))))
10468 (mkdir-p bin)
10469 (symlink (string-append target "GESS.py")
10470 (string-append bin "GESS.py"))
10471 #t))))))
10472 (inputs
10473 `(("python" ,python-2)
10474 ("python2-pysam" ,python2-pysam)
10475 ("python2-scipy" ,python2-scipy)
10476 ("python2-numpy" ,python2-numpy)
10477 ("python2-networkx" ,python2-networkx)
10478 ("python2-biopython" ,python2-biopython)))
10479 (home-page "http://compbio.uthscsa.edu/GESS_Web/")
10480 (synopsis "Detect exon-skipping events from raw RNA-seq data")
10481 (description
10482 "GESS is an implementation of a novel computational method to detect de
10483 novo exon-skipping events directly from raw RNA-seq data without the prior
10484 knowledge of gene annotation information. GESS stands for the graph-based
10485 exon-skipping scanner detection scheme.")
10486 (license license:bsd-3)))
10487
10488 (define-public phylip
10489 (package
10490 (name "phylip")
10491 (version "3.696")
10492 (source
10493 (origin
10494 (method url-fetch)
10495 (uri (string-append "http://evolution.gs.washington.edu/phylip/"
10496 "download/phylip-" version ".tar.gz"))
10497 (sha256
10498 (base32
10499 "01jar1rayhr2gba2pgbw49m56rc5z4p5wn3ds0m188hrlln4a2nd"))))
10500 (build-system gnu-build-system)
10501 (arguments
10502 `(#:tests? #f ; no check target
10503 #:make-flags (list "-f" "Makefile.unx" "install")
10504 #:parallel-build? #f ; not supported
10505 #:phases
10506 (modify-phases %standard-phases
10507 (add-after 'unpack 'enter-dir
10508 (lambda _ (chdir "src") #t))
10509 (delete 'configure)
10510 (replace 'install
10511 (lambda* (#:key inputs outputs #:allow-other-keys)
10512 (let ((target (string-append (assoc-ref outputs "out")
10513 "/bin")))
10514 (mkdir-p target)
10515 (for-each (lambda (file)
10516 (install-file file target))
10517 (find-files "../exe" ".*")))
10518 #t)))))
10519 (home-page "http://evolution.genetics.washington.edu/phylip/")
10520 (synopsis "Tools for inferring phylogenies")
10521 (description "PHYLIP (the PHYLogeny Inference Package) is a package of
10522 programs for inferring phylogenies (evolutionary trees).")
10523 (license license:bsd-2)))
10524
10525 (define-public imp
10526 (package
10527 (name "imp")
10528 (version "2.6.2")
10529 (source
10530 (origin
10531 (method url-fetch)
10532 (uri (string-append "https://integrativemodeling.org/"
10533 version "/download/imp-" version ".tar.gz"))
10534 (sha256
10535 (base32
10536 "0lxqx7vh79d771svr611dkilp6sn30qrbw8zvscbrm37v38d2j6h"))))
10537 (build-system cmake-build-system)
10538 (arguments
10539 `(;; FIXME: Some tests fail because they produce warnings, others fail
10540 ;; because the PYTHONPATH does not include the modeller's directory.
10541 #:tests? #f
10542 ;; Do not place libraries in an architecture-specific directory.
10543 #:configure-flags
10544 (list "-DCMAKE_INSTALL_LIBDIR=lib")))
10545 (inputs
10546 `(("boost" ,boost)
10547 ("gsl" ,gsl)
10548 ("swig" ,swig)
10549 ("hdf5" ,hdf5)
10550 ("fftw" ,fftw)
10551 ("python" ,python-2)))
10552 (propagated-inputs
10553 `(("python2-numpy" ,python2-numpy)
10554 ("python2-scipy" ,python2-scipy)
10555 ("python2-pandas" ,python2-pandas)
10556 ("python2-scikit-learn" ,python2-scikit-learn)
10557 ("python2-networkx" ,python2-networkx)))
10558 (home-page "https://integrativemodeling.org")
10559 (synopsis "Integrative modeling platform")
10560 (description "IMP's broad goal is to contribute to a comprehensive
10561 structural characterization of biomolecules ranging in size and complexity
10562 from small peptides to large macromolecular assemblies, by integrating data
10563 from diverse biochemical and biophysical experiments. IMP provides a C++ and
10564 Python toolbox for solving complex modeling problems, and a number of
10565 applications for tackling some common problems in a user-friendly way.")
10566 ;; IMP is largely available under the GNU Lesser GPL; see the file
10567 ;; COPYING.LGPL for the full text of this license. Some IMP modules are
10568 ;; available under the GNU GPL (see the file COPYING.GPL).
10569 (license (list license:lgpl2.1+
10570 license:gpl3+))))
10571
10572 (define-public tadbit
10573 (package
10574 (name "tadbit")
10575 (version "0.2")
10576 (source (origin
10577 (method url-fetch)
10578 (uri (string-append "https://github.com/3DGenomes/TADbit/"
10579 "archive/v" version ".tar.gz"))
10580 (file-name (string-append name "-" version ".tar.gz"))
10581 (sha256
10582 (base32
10583 "1cnfqrl4685zar4nnw94j94nhvl2h29jm448nadqi1h05z6fdk4f"))))
10584 (build-system python-build-system)
10585 (arguments
10586 `(;; Tests are included and must be run after installation, but
10587 ;; they are incomplete and thus cannot be run.
10588 #:tests? #f
10589 #:python ,python-2
10590 #:phases
10591 (modify-phases %standard-phases
10592 (add-after 'unpack 'fix-problems-with-setup.py
10593 (lambda* (#:key outputs #:allow-other-keys)
10594 ;; setup.py opens these files for writing
10595 (chmod "_pytadbit/_version.py" #o664)
10596 (chmod "README.rst" #o664)
10597
10598 ;; Don't attempt to install the bash completions to
10599 ;; the home directory.
10600 (rename-file "extras/.bash_completion"
10601 "extras/tadbit")
10602 (substitute* "setup.py"
10603 (("\\(path.expanduser\\('~'\\)")
10604 (string-append "(\""
10605 (assoc-ref outputs "out")
10606 "/etc/bash_completion.d\""))
10607 (("extras/\\.bash_completion")
10608 "extras/tadbit"))
10609 #t)))))
10610 (inputs
10611 ;; TODO: add Chimera for visualization
10612 `(("imp" ,imp)
10613 ("mcl" ,mcl)
10614 ("python2-scipy" ,python2-scipy)
10615 ("python2-numpy" ,python2-numpy)
10616 ("python2-matplotlib" ,python2-matplotlib)
10617 ("python2-pysam" ,python2-pysam)))
10618 (home-page "http://3dgenomes.github.io/TADbit/")
10619 (synopsis "Analyze, model, and explore 3C-based data")
10620 (description
10621 "TADbit is a complete Python library to deal with all steps to analyze,
10622 model, and explore 3C-based data. With TADbit the user can map FASTQ files to
10623 obtain raw interaction binned matrices (Hi-C like matrices), normalize and
10624 correct interaction matrices, identify and compare the so-called
10625 @dfn{Topologically Associating Domains} (TADs), build 3D models from the
10626 interaction matrices, and finally, extract structural properties from the
10627 models. TADbit is complemented by TADkit for visualizing 3D models.")
10628 (license license:gpl3+)))
10629
10630 (define-public kentutils
10631 (package
10632 (name "kentutils")
10633 ;; 302.1.0 is out, but the only difference is the inclusion of
10634 ;; pre-built binaries.
10635 (version "302.0.0")
10636 (source
10637 (origin
10638 (method url-fetch)
10639 (uri (string-append "https://github.com/ENCODE-DCC/kentUtils/"
10640 "archive/v" version ".tar.gz"))
10641 (file-name (string-append name "-" version ".tar.gz"))
10642 (sha256
10643 (base32
10644 "134aja3k1cj32kbk1nnw0q9gxjb2krr15q6sga8qldzvc0585rmm"))
10645 (modules '((guix build utils)
10646 (srfi srfi-26)
10647 (ice-9 ftw)))
10648 (snippet
10649 '(begin
10650 ;; Only the contents of the specified directories are free
10651 ;; for all uses, so we remove the rest. "hg/autoSql" and
10652 ;; "hg/autoXml" are nominally free, but they depend on a
10653 ;; library that is built from the sources in "hg/lib",
10654 ;; which is nonfree.
10655 (let ((free (list "." ".."
10656 "utils" "lib" "inc" "tagStorm"
10657 "parasol" "htslib"))
10658 (directory? (lambda (file)
10659 (eq? 'directory (stat:type (stat file))))))
10660 (for-each (lambda (file)
10661 (and (directory? file)
10662 (delete-file-recursively file)))
10663 (map (cut string-append "src/" <>)
10664 (scandir "src"
10665 (lambda (file)
10666 (not (member file free)))))))
10667 ;; Only make the utils target, not the userApps target,
10668 ;; because that requires libraries we won't build.
10669 (substitute* "Makefile"
10670 ((" userApps") " utils"))
10671 ;; Only build libraries that are free.
10672 (substitute* "src/makefile"
10673 (("DIRS =.*") "DIRS =\n")
10674 (("cd jkOwnLib.*") "")
10675 ((" hgLib") "")
10676 (("cd hg.*") ""))
10677 (substitute* "src/utils/makefile"
10678 ;; These tools depend on "jkhgap.a", which is part of the
10679 ;; nonfree "src/hg/lib" directory.
10680 (("raSqlQuery") "")
10681 (("pslLiftSubrangeBlat") "")
10682
10683 ;; Do not build UCSC tools, which may require nonfree
10684 ;; components.
10685 (("ALL_APPS =.*") "ALL_APPS = $(UTILS_APPLIST)\n"))
10686 #t))))
10687 (build-system gnu-build-system)
10688 (arguments
10689 `( ;; There is no global test target and the test target for
10690 ;; individual tools depends on input files that are not
10691 ;; included.
10692 #:tests? #f
10693 #:phases
10694 (modify-phases %standard-phases
10695 (add-after 'unpack 'fix-paths
10696 (lambda _
10697 (substitute* "Makefile"
10698 (("/bin/echo") (which "echo")))
10699 #t))
10700 (add-after 'unpack 'prepare-samtabix
10701 (lambda* (#:key inputs #:allow-other-keys)
10702 (copy-recursively (assoc-ref inputs "samtabix")
10703 "samtabix")
10704 #t))
10705 (delete 'configure)
10706 (replace 'install
10707 (lambda* (#:key outputs #:allow-other-keys)
10708 (let ((bin (string-append (assoc-ref outputs "out")
10709 "/bin")))
10710 (copy-recursively "bin" bin))
10711 #t)))))
10712 (native-inputs
10713 `(("samtabix"
10714 ,(origin
10715 (method git-fetch)
10716 (uri (git-reference
10717 (url "http://genome-source.cse.ucsc.edu/samtabix.git")
10718 (commit "10fd107909c1ac4d679299908be4262a012965ba")))
10719 (sha256
10720 (base32
10721 "0c1nj64l42v395sa84n7az43xiap4i6f9n9dfz4058aqiwkhkmma"))))))
10722 (inputs
10723 `(("zlib" ,zlib)
10724 ("tcsh" ,tcsh)
10725 ("perl" ,perl)
10726 ("libpng" ,libpng)
10727 ("mysql" ,mysql)
10728 ("openssl" ,openssl)))
10729 (home-page "http://genome.cse.ucsc.edu/index.html")
10730 (synopsis "Assorted bioinformatics utilities")
10731 (description "This package provides the kentUtils, a selection of
10732 bioinformatics utilities used in combination with the UCSC genome
10733 browser.")
10734 ;; Only a subset of the sources are released under a non-copyleft
10735 ;; free software license. All other sources are removed in a
10736 ;; snippet. See this bug report for an explanation of how the
10737 ;; license statements apply:
10738 ;; https://github.com/ENCODE-DCC/kentUtils/issues/12
10739 (license (license:non-copyleft
10740 "http://genome.ucsc.edu/license/"
10741 "The contents of this package are free for all uses."))))
10742
10743 (define-public f-seq
10744 (let ((commit "6ccded34cff38cf432deed8503648b4a66953f9b")
10745 (revision "1"))
10746 (package
10747 (name "f-seq")
10748 (version (string-append "1.1-" revision "." (string-take commit 7)))
10749 (source (origin
10750 (method git-fetch)
10751 (uri (git-reference
10752 (url "https://github.com/aboyle/F-seq.git")
10753 (commit commit)))
10754 (file-name (string-append name "-" version))
10755 (sha256
10756 (base32
10757 "1nk33k0yajg2id4g59bc4szr58r2q6pdq42vgcw054m8ip9wv26h"))
10758 (modules '((guix build utils)))
10759 ;; Remove bundled Java library archives.
10760 (snippet
10761 '(begin
10762 (for-each delete-file (find-files "lib" ".*"))
10763 #t))))
10764 (build-system ant-build-system)
10765 (arguments
10766 `(#:tests? #f ; no tests included
10767 #:phases
10768 (modify-phases %standard-phases
10769 (replace 'install
10770 (lambda* (#:key inputs outputs #:allow-other-keys)
10771 (let* ((target (assoc-ref outputs "out"))
10772 (doc (string-append target "/share/doc/f-seq/")))
10773 (mkdir-p target)
10774 (mkdir-p doc)
10775 (substitute* "bin/linux/fseq"
10776 (("java") (which "java"))
10777 (("\\$REALDIR/../lib/commons-cli-1.1.jar")
10778 (string-append (assoc-ref inputs "java-commons-cli")
10779 "/share/java/commons-cli.jar"))
10780 (("REALDIR=.*")
10781 (string-append "REALDIR=" target "/bin\n")))
10782 (install-file "README.txt" doc)
10783 (install-file "bin/linux/fseq" (string-append target "/bin"))
10784 (install-file "build~/fseq.jar" (string-append target "/lib"))
10785 (copy-recursively "lib" (string-append target "/lib"))
10786 #t))))))
10787 (inputs
10788 `(("perl" ,perl)
10789 ("java-commons-cli" ,java-commons-cli)))
10790 (home-page "http://fureylab.web.unc.edu/software/fseq/")
10791 (synopsis "Feature density estimator for high-throughput sequence tags")
10792 (description
10793 "F-Seq is a software package that generates a continuous tag sequence
10794 density estimation allowing identification of biologically meaningful sites
10795 such as transcription factor binding sites (ChIP-seq) or regions of open
10796 chromatin (DNase-seq). Output can be displayed directly in the UCSC Genome
10797 Browser.")
10798 (license license:gpl3+))))
10799
10800 (define-public bismark
10801 (package
10802 (name "bismark")
10803 (version "0.16.3")
10804 (source
10805 (origin
10806 (method url-fetch)
10807 (uri (string-append "https://github.com/FelixKrueger/Bismark/"
10808 "archive/" version ".tar.gz"))
10809 (file-name (string-append name "-" version ".tar.gz"))
10810 (sha256
10811 (base32
10812 "1204i0pa02ll2jn5pnxypkclnskvv7a2nwh5nxhagmhxk9wfv9sq"))))
10813 (build-system perl-build-system)
10814 (arguments
10815 `(#:tests? #f ; there are no tests
10816 #:phases
10817 (modify-phases %standard-phases
10818 (delete 'configure)
10819 (delete 'build)
10820 (replace 'install
10821 (lambda* (#:key outputs #:allow-other-keys)
10822 (let ((bin (string-append (assoc-ref outputs "out")
10823 "/bin"))
10824 (docdir (string-append (assoc-ref outputs "out")
10825 "/share/doc/bismark"))
10826 (docs '("Bismark_User_Guide.pdf"
10827 "RELEASE_NOTES.txt"))
10828 (scripts '("bismark"
10829 "bismark_genome_preparation"
10830 "bismark_methylation_extractor"
10831 "bismark2bedGraph"
10832 "bismark2report"
10833 "coverage2cytosine"
10834 "deduplicate_bismark"
10835 "bismark_sitrep.tpl"
10836 "bam2nuc"
10837 "bismark2summary")))
10838 (mkdir-p docdir)
10839 (mkdir-p bin)
10840 (for-each (lambda (file) (install-file file bin))
10841 scripts)
10842 (for-each (lambda (file) (install-file file docdir))
10843 docs)
10844 #t))))))
10845 (home-page "http://www.bioinformatics.babraham.ac.uk/projects/bismark/")
10846 (synopsis "Map bisulfite treated sequence reads and analyze methylation")
10847 (description "Bismark is a program to map bisulfite treated sequencing
10848 reads to a genome of interest and perform methylation calls in a single step.
10849 The output can be easily imported into a genome viewer, such as SeqMonk, and
10850 enables a researcher to analyse the methylation levels of their samples
10851 straight away. Its main features are:
10852
10853 @itemize
10854 @item Bisulfite mapping and methylation calling in one single step
10855 @item Supports single-end and paired-end read alignments
10856 @item Supports ungapped and gapped alignments
10857 @item Alignment seed length, number of mismatches etc are adjustable
10858 @item Output discriminates between cytosine methylation in CpG, CHG
10859 and CHH context
10860 @end itemize\n")
10861 (license license:gpl3+)))
10862
10863 (define-public paml
10864 (package
10865 (name "paml")
10866 (version "4.9e")
10867 (source (origin
10868 (method url-fetch)
10869 (uri (string-append "http://abacus.gene.ucl.ac.uk/software/"
10870 "paml" version ".tgz"))
10871 (sha256
10872 (base32
10873 "13zf6h9fiqghwhch2h06x1zdr6s42plsnqahflp5g7myr3han3s6"))
10874 (modules '((guix build utils)))
10875 ;; Remove Windows binaries
10876 (snippet
10877 '(begin
10878 (for-each delete-file (find-files "." "\\.exe$"))
10879 #t))))
10880 (build-system gnu-build-system)
10881 (arguments
10882 `(#:tests? #f ; there are no tests
10883 #:make-flags '("CC=gcc")
10884 #:phases
10885 (modify-phases %standard-phases
10886 (replace 'configure
10887 (lambda _
10888 (substitute* "src/BFdriver.c"
10889 (("/bin/bash") (which "bash")))
10890 (chdir "src")
10891 #t))
10892 (replace 'install
10893 (lambda* (#:key outputs #:allow-other-keys)
10894 (let ((tools '("baseml" "basemlg" "codeml"
10895 "pamp" "evolver" "yn00" "chi2"))
10896 (bin (string-append (assoc-ref outputs "out") "/bin"))
10897 (docdir (string-append (assoc-ref outputs "out")
10898 "/share/doc/paml")))
10899 (mkdir-p bin)
10900 (for-each (lambda (file) (install-file file bin)) tools)
10901 (copy-recursively "../doc" docdir)
10902 #t))))))
10903 (home-page "http://abacus.gene.ucl.ac.uk/software/paml.html")
10904 (synopsis "Phylogentic analysis by maximum likelihood")
10905 (description "PAML (for Phylogentic Analysis by Maximum Likelihood)
10906 contains a few programs for model fitting and phylogenetic tree reconstruction
10907 using nucleotide or amino-acid sequence data.")
10908 ;; GPLv3 only
10909 (license license:gpl3)))