/fqc

Detect single-cell technology that was used to generate a set of FASTQ files or a single BAM file.

Primary LanguagePythonMIT LicenseMIT

fqc

github version pypi version python versions status pypi downloads license

Detect single-cell technology that was used to generate a set of FASTQ files or a single BAM file. If a BAM file is provided, it is split into FASTQs.

Installation

pip install fqc

Usage

Detect the technology of a set of FASTQ files

fqc [FASTQ1] [FASTQ2] ...

where [FASTQ1] and [FASTQ2] are FASTQ files.

Detect the technology of a single BAM file and split it into FASTQs

fqc [BAM]

where [BAM] is a BAM file.