forked from Bioconductor/BiocParallel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.81 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: BiocParallel
Type: Package
Title: Bioconductor facilities for parallel evaluation
Version: 1.19.0
Authors@R: c(
person("Bioconductor Package Maintainer",
email="maintainer@bioconductor.org", role="cre"),
person("Martin", "Morgan", role="aut"),
person("Valerie", "Obenchain", role="aut"),
person("Michel", "Lang", email="michellang@gmail.com", role="aut"),
person("Ryan", "Thompson", email="rct@thompsonclan.org", role="aut"),
person("Nitesh", "Turaga", role="aut"))
Description: This package provides modified versions and novel
implementation of functions for parallel evaluation, tailored to
use with Bioconductor objects.
URL: https://github.com/Bioconductor/BiocParallel
BugReports: https://github.com/Bioconductor/BiocParallel/issues
biocViews: Infrastructure
License: GPL-2 | GPL-3
SystemRequirements: C++11
Depends: methods
Imports: stats, utils, futile.logger, parallel, snow
Suggests: BiocGenerics, tools, foreach, BatchJobs, BBmisc, doParallel,
Rmpi, GenomicRanges, RNAseqData.HNRNPC.bam.chr14,
TxDb.Hsapiens.UCSC.hg19.knownGene, VariantAnnotation, Rsamtools,
GenomicAlignments, ShortRead, codetools, RUnit, BiocStyle, knitr,
batchtools, data.table
Collate: AllGenerics.R DeveloperInterface.R prototype.R
bploop.R ErrorHandling.R log.R
bpbackend-methods.R bpisup-methods.R bplapply-methods.R
bpiterate-methods.R bpstart-methods.R bpstop-methods.R
BiocParallelParam-class.R
bpmapply-methods.R bpschedule-methods.R bpvec-methods.R
bpvectorize-methods.R bpworkers-methods.R bpaggregate-methods.R
bpvalidate.R SnowParam-class.R MulticoreParam-class.R register.R
SerialParam-class.R DoparParam-class.R SnowParam-utils.R
BatchJobsParam-class.R BatchtoolsParam-class.R
progress.R ipcmutex.R utilities.R zzz.R
LinkingTo: BH
VignetteBuilder: knitr