Commit 60299afa authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Initial packaging

parent 5bc91eb8
Loading
Loading
Loading
Loading

debian/README.test

0 → 100644
+8 −0
Original line number Diff line number Diff line
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by running the provided test:

    sh run-unit-test

in order to confirm its integrity.

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
q2-feature-table (2019.4.0-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)

 -- Liubov Chuprikova <chuprikovalv@gmail.com>  Mon, 10 Jun 2019 03:53:02 +0200

debian/compat

0 → 100644
+1 −0
Original line number Diff line number Diff line
12

debian/control

0 → 100644
+37 −0
Original line number Diff line number Diff line
Source: q2-feature-table
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com>
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-table
Vcs-Git: https://salsa.debian.org/med-team/q2-feature-table.git
Homepage: https://qiime2.org/

Package: q2-feature-table
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: QIIME 2 plugin supporting operations on feature tables
 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)
 .
 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.
 .
 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.

debian/copyright

0 → 100644
+16 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: <pkg>
Source: <path_to_download>
Comment: **** Before manually editing this file you should give ****
           scan-copyrights
         **** available in cme + lib-config-model-dpkg-perl     ****
         **** package a try.  For existing copyright files try  ****
           cme update dpkg-copyright

Files: *
Copyright: 20xx-20yy <upstream>
License: <license>

Files: debian/*
Copyright: 2019 maintainername <maintainer@e.mail>
License: <license>
Loading