######################################################
# Introduction
######################################################
SAG-QC is a software developed for quality control of
bacterial single-amplified genome (SAG) sequences.
SAGs frequently contain non-target sequences derived
from contaminations. The non-target sequences mask
characteristics of target bacterium and make
interpretation of SAGs difficult.
This software is designed for removal of the non-target
sequences with two methods: database-dependent method
and database-independent method.
The database-dependent method is effective when
contaminating constituents are originated from well-known
taxonomic groups. The database-independent method is
applicable even if target bacterium belongs to rare
taxa whose genomic information is insufficient in the
public databases.
######################################################
# Execution of SAG-QC
######################################################
There are two ways to execute SAG-QC.
(1) setup.py to generate standalone apprecation (.app) file.
python setup.py py2app
(2) Execute SAG-QC with source codes directly
pythonw SAGQC.py
######################################################
# Manual
######################################################
The user manual is available in
https://sourceforge.net/p/sag-qc/wiki/Home/