SeqStat


License

License

MIT
GroupId

GroupId

com.github.biopet
ArtifactId

ArtifactId

seqstat_2.11
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

SeqStat
SeqStat
Project URL

Project URL

https://github.com/biopet/seqstat
Project Organization

Project Organization

Biopet
Source Code Management

Source Code Management

https://github.com/biopet/seqstat

Download seqstat_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.biopet/seqstat_2.11/ -->
<dependency>
    <groupId>com.github.biopet</groupId>
    <artifactId>seqstat_2.11</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biopet/seqstat_2.11/
implementation 'com.github.biopet:seqstat_2.11:1.0.1'
// https://jarcasting.com/artifacts/com.github.biopet/seqstat_2.11/
implementation ("com.github.biopet:seqstat_2.11:1.0.1")
'com.github.biopet:seqstat_2.11:jar:1.0.1'
<dependency org="com.github.biopet" name="seqstat_2.11" rev="1.0.1">
  <artifact name="seqstat_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biopet', module='seqstat_2.11', version='1.0.1')
)
libraryDependencies += "com.github.biopet" % "seqstat_2.11" % "1.0.1"
[com.github.biopet/seqstat_2.11 "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.github.biopet : common-utils_2.11 jar 0.7
com.github.biopet : tool-utils_2.11 jar 0.5
com.github.biopet : ngs-utils_2.11 jar 0.5

test (1)

Group / Artifact Type Version
com.github.biopet : tool-test-utils_2.11 jar 0.2.2

Project Modules

There are no modules declared in this project.

SeqStat

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.

Mode - Validate

A file from SeqStat will validate the input files. If aggregation values can not be regenerated the file is considered corrupt. This should only happen when the user will edit the seqstat file manually.

Documentation

For documentation and manuals visit our github.io page.

About

SeqStat is part of BIOPET tool suite that is developed at LUMC by the SASC team. Each tool in the BIOPET tool suite is meant to offer a standalone function that can be used to perform a dedicate data analysis task or added as part of a pipeline, for example the SASC team's biowdl pipelines.

All tools in the BIOPET tool suite are Free/Libre and Open Source Software.

Contact

For any question related to SeqStat, please use the github issue tracker or contact the SASC team directly at: [email protected].

com.github.biopet

Biopet

Versions

Version
1.0.1
0.1