# nanoQC
Quality control tools for long read sequencing data aiming to replicate some of the plots made by fastQC. All contributions are welcome.
[![install with conda](https://anaconda.org/bioconda/nanoqc/badges/installer/conda.svg)](https://anaconda.org/bioconda/nanoqc)
## INSTALLATION
```bash
pip install nanoQC
```
or
[![install with conda](https://anaconda.org/bioconda/nanoqc/badges/installer/conda.svg)](https://anaconda.org/bioconda/nanoqc)
```
conda install -c bioconda nanoqc
```
## USAGE
```
nanoQC [-h] [-v] [-o OUTDIR] fastq
positional arguments:
fastq Reads data in fastq.gz format.
optional arguments:
-h, --help show this help message and exit
-v, --version Print version and exit.
-o, --outdir OUTDIR Specify directory in which output has to be created.
-l, --minlen int Minimum length of reads to be included in the plots
This also controls the length plotted in the graphs
from the beginning and end of reads (length plotted = minlen / 2)
```
## CITATION
If you use this tool, please consider citing our [publication](https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty149/4934939).
## CONTRIBUTIONS
Thanks to:
- Jasper Ouwerkerk ([JasperO98](https://github.com/JasperO98)) for improving how reads are selected (v0.8.0)
Raw data
{
"_id": null,
"home_page": "https://github.com/wdecoster/nanoQC",
"name": "nanoQC",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "nanopore sequencing statistics",
"author": "Wouter De Coster",
"author_email": "decosterwouter@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/35/9f/bd5bb6db13073fa3955e4ede0ff96ed2b4164b9f0207638b1e6e03947c88/nanoQC-0.10.0.tar.gz",
"platform": null,
"description": "# nanoQC\nQuality control tools for long read sequencing data aiming to replicate some of the plots made by fastQC. All contributions are welcome.\n\n[![install with conda](https://anaconda.org/bioconda/nanoqc/badges/installer/conda.svg)](https://anaconda.org/bioconda/nanoqc)\n\n\n## INSTALLATION\n```bash\npip install nanoQC\n```\nor \n[![install with conda](https://anaconda.org/bioconda/nanoqc/badges/installer/conda.svg)](https://anaconda.org/bioconda/nanoqc)\n```\nconda install -c bioconda nanoqc\n```\n\n\n## USAGE\n```\nnanoQC [-h] [-v] [-o OUTDIR] fastq\n\npositional arguments:\n fastq Reads data in fastq.gz format.\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --version Print version and exit.\n -o, --outdir OUTDIR Specify directory in which output has to be created.\n -l, --minlen int Minimum length of reads to be included in the plots\n This also controls the length plotted in the graphs\n from the beginning and end of reads (length plotted = minlen / 2)\n```\n\n## CITATION\nIf you use this tool, please consider citing our [publication](https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty149/4934939).\n\n## CONTRIBUTIONS\nThanks to:\n - Jasper Ouwerkerk ([JasperO98](https://github.com/JasperO98)) for improving how reads are selected (v0.8.0)\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Create fastQC-like plots for Oxford Nanopore sequencing data",
"version": "0.10.0",
"project_urls": {
"Homepage": "https://github.com/wdecoster/nanoQC"
},
"split_keywords": [
"nanopore",
"sequencing",
"statistics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "359fbd5bb6db13073fa3955e4ede0ff96ed2b4164b9f0207638b1e6e03947c88",
"md5": "5ae955473b6f725d860d5a8d8bd3a299",
"sha256": "5e55b8b244ce7cfb0673fc804f5a0c16dcfc4a03f9aaf84c75b8117d3c3817a6"
},
"downloads": -1,
"filename": "nanoQC-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "5ae955473b6f725d860d5a8d8bd3a299",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 17928,
"upload_time": "2024-10-26T20:27:05",
"upload_time_iso_8601": "2024-10-26T20:27:05.239070Z",
"url": "https://files.pythonhosted.org/packages/35/9f/bd5bb6db13073fa3955e4ede0ff96ed2b4164b9f0207638b1e6e03947c88/nanoQC-0.10.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-26 20:27:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wdecoster",
"github_project": "nanoQC",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"lcname": "nanoqc"
}