diff --git a/DESCRIPTION b/DESCRIPTION index 74568de..6b44168 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: MicrobiomeDB Title: Curated Data and Analysis Tools from MicrobiomeDB.org -Version: 1.1.1 +Version: 1.1.3 Authors@R: c(person(given = "Danielle", family = "Callan", @@ -12,18 +12,19 @@ Imports: data.table, DESeq2, igraph, - veupathUtils, + veupathUtils (>= 2.7.0), Maaslin2, methods, - microbiomeComputations, + microbiomeComputations (>= 5.1.6), purrr, SummarizedExperiment, TreeSummarizedExperiment Remotes: - microbiomeDB/veupathUtils, + VEuPathDB/veupathUtils, microbiomeDB/corGraph, microbiomeDB/microbiomeComputations, - microbiomeDB/microbiomeData + microbiomeDB/microbiomeData, + bioc::Maaslin2 URL: https://github.com/microbiomeDB/MicrobiomeDB, https://microbiomedb.github.io/MicrobiomeDB/ BugReports: https://github.com/microbiomeDB/MicrobiomeDB/issues Description: This package is intended to be used to explore the curated datasets from MicrobiomeDB.org, as well as your own datasets. It comes pre-packaged with the same functions used to power the analysis tools from the website. It also contains functions to facilitate easily transforming data between our custom objects, phyloseq objects, and .biom files that you can upload to the website.