Steffen Möller pushed to branch master at Debian Med / q2-diversity
Commits: c1dcc5f8 by Steffen at 2021-08-12T18:09:21+02:00 Added Nilesh as uploader, improved description and clean - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: q2-diversity Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Nilesh Patra <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), @@ -40,21 +41,17 @@ Description: QIIME2 plugin for core diversity analysis QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables researchers to start an analysis with raw DNA sequence data and finish with - publication-quality figures and statistical results. - Key features: - * Integrated and automatic tracking of data provenance - * Semantic type system - * Plugin system for extending microbiome analysis functionality - * Support for multiple types of user interfaces (e.g. API, command line, - graphical) + publication-quality figures and statistical results. QIIME 2 + currently supports an initial end-to-end microbiome analysis pipeline. + Functionality is made available through QIIME 2 plugins. . - QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis - pipeline. QIIME 2 will address many of the limitations of QIIME 1, while - retaining the features that makes QIIME 1 a powerful and widely-used analysis - pipeline. + This plugin provides the means to statistically assess the diversity + of microbiota. This has direct clinical interest, since with whatever + we eat or have antibiotics applied, the survival of different groups + of bacteria/yeasts will be affected. From these relative abundances of + strains that constribute the microbiome, most prominently, comparisons + within a group of samples (or an individual) determines the alpha + diversity and between (groups of) samples the beta diversity is + inspected. . - QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline. - New functionality will regularly become available through QIIME 2 plugins. You - can view a list of plugins that are currently available on the QIIME 2 plugin - availability page. The future plugins page lists plugins that are being - developed. + This package is key to most workflows in qiime. ===================================== debian/rules ===================================== @@ -33,3 +33,4 @@ override_dh_auto_clean: dh_auto_clean rm -rf q2_diversity.egg-info find q2_diversity -name node_modules -type d | xargs -r rm -rf + find q2_diversity/_alpha -name dist -type d | xargs -r rm -rf View it on GitLab: https://salsa.debian.org/med-team/q2-diversity/-/commit/c1dcc5f8b22ea8a569f35344819513d861e853d1 -- View it on GitLab: https://salsa.debian.org/med-team/q2-diversity/-/commit/c1dcc5f8b22ea8a569f35344819513d861e853d1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
