About Anaconda Help Download Anaconda

bioconda / packages / biopet-seqstat 1.0.1

SeqStat is a package that contains tools to generate stats from a FastQ file, merge those stats for multiple samples, and validate the generated stats files.

Installers

Info: This package contains files in non-standard labels.
  • noarch v1.0.1
  • osx-64 v0.1
  • linux-64 v0.1

conda install

To install this package run one of the following:
conda install bioconda::biopet-seqstat
conda install bioconda/label/cf201901::biopet-seqstat

Description

SeqStat is a package that contains tools to generate stats from a FastQ file, merge those stats for multiple samples, and validate the generated stats files.

Mode - Generate

Generate outputs several stats on a FASTQ file.

Outputted stats:

  • Bases
    • Total number
    • Base qualities, with the number of bases having that quality
    • Number of each nucleotide
  • Reads
    • Total number
    • minimum length
    • maximum length
    • A histogram of the average base qualities
    • The quality encoding (Sanger, solexa etc.)
    • A histogram of the read lengths.

Mode - Merge

This module will merge seqstat files together and keep the sample/library/readgroup structure. If required it's also possible to collapse this, the output file then des not have any sample/library/readgroup structure.

aggregation values can not be regenerated the file is considered corrupt. This should only happen when the user will edit the seqstat file manually.

For documentation and manuals visit our github.io page: https://biopet.github.io/seqstat


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy