Source: multiqc
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
 Steffen Moeller <moeller@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               python3-all,
               dh-python,
               python3-setuptools,
               python3-click,
               python3-lzstring,
               python3-jinja2,
               python3-matplotlib,
               python3-markdown,
               python3-numpy,
               python3-yaml,
               python3-requests,
               python3-simplejson,
               python3-spectra,
               python3-coloredlogs <!nocheck>,
               python3-humanfriendly (>= 8.1-2) <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/multiqc
Vcs-Git: https://salsa.debian.org/med-team/multiqc.git
Homepage: https://multiqc.info/
Rules-Requires-Root: no

Package: multiqc
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-click,
         python3-lzstring,
         python3-jinja2,
         python3-matplotlib,
         python3-markdown,
         python3-numpy,
         python3-yaml,
         python3-requests,
         python3-simplejson,
         python3-spectra,
         python3-coloredlogs,
         python3-humanfriendly (>= 8.1-2)
Recommends:
         fonts-glewlwyd,
         libjs-bootstrap,
         libjs-jquery,
         libjs-jquery-tablesorter,
         libjs-jquery-ui,
         node-clipboard,
         libjs-filesaver
Suggests: fastqc,
          fastp,
          bowtie,
          bowtie2,
          trimmomatic,
          hisat2,
          salmon,
          rna-star,
          tophat,
          bamtools,
          bcftools,
          htseq,
          picard-tools,
          rsem,
          samtools,
          vcftools
Description: output integration for RNA sequencing across tools and samples
 The sequencing of DNA or RNA with current high-throughput technologies
 involves an array of tools and these are applied over a range of samples.
 It is easy to loose oversight. And gathering the data and forwarding
 them in a readable manner to the individuals who took the samples is
 a challenge for a tool in itself. Well. Here it is.
 MultiQC aggregates the output of multiple tools into a single report.
 .
 Reports are generated by scanning given directories for recognised log
 files. These are parsed and a single HTML report is generated summarising
 the statistics for all logs found. MultiQC reports can describe multiple
 analysis steps and large numbers of samples within a single plot, and
 multiple analysis tools making it ideal for routine fast quality control.

#  Needs more love
#Package: python-multiqc-doc
#Architecture: all
#Section: doc
#Depends: ${sphinxdoc:Depends}, ${misc:Depends}
#Description: MultiQC biological sequencing QA (common documentation)
# Markdown documentation for MultiQC.
