Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for generalized UniFrac (again) #528

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Author: Paul J. McMurdie <[email protected]>,
contributions from Gregory Jordan and Scott Chamberlain
License: AGPL-3
Imports:
BiocGenerics (>= 0.14.0),
ade4 (>= 1.7.2),
ape (>= 3.1.1),
BiocGenerics (>= 0.14.0),
biom (>= 0.3.9),
Biostrings (>= 2.28.0),
cluster (>= 1.14.4),
Expand All @@ -33,8 +33,9 @@ Depends:
R (>= 3.1.0)
Suggests:
genefilter (>= 1.42.0),
testthat (>= 0.8),
knitr (>= 1.3)
GUniFrac (>= 1.0),
knitr (>= 1.3),
testthat (>= 0.8)
VignetteBuilder: knitr
Enhances: doParallel (>= 1.0.1)
biocViews: Sequencing, Microbiome, Metagenomics,
Expand Down
Loading