Metadata-Version: 2.0
Name: ngsqc
Version: 0.1.1
Summary: Add a short description here!
Home-page: http://...
Author: KongDeju
Author-email: kongdeju@gene.ac
License: none
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: xlrd (==1.0.0)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: Jinja2 (==2.8)
Requires-Dist: setuptools (==20.2.2)
Requires-Dist: jbiot
Requires-Dist: Sphinx (==1.6.5)
Requires-Dist: PyYAML (==3.12)

=====
ngsqc
=====


Add a short description here!

Fast_QC: fastp, fastqc
bamqc: qualimap
vcfqc: 


Description
===========

three files type: fastq, bam and vcf, we need to use different tools to analysis the quality of files.
Fast_QC: it is used to analysis fastq file, include fastp and fastqc
bamqc: it is used to analysis bam file, include qualimap
vcfqc: it is used to analysis vcf file, include ourseves script.




Note
====

This project has been set up using PyScaffold 2.5.8. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/.



