Metadata-Version: 2.1
Name: atgcN_count
Version: 0.0.1
Summary: To stat the counts and percentage of each base in fasta file
Home-page: https://github.com/linzhi2013
Author: Guanliang Meng
Author-email: mengguanliang@foxmail.com
License: UNKNOWN
Description: # atgcN_count
        
        ## 1 Introduction
        
        `atgcN_count` is a tool to stat the counts and percentage of each base in fasta file.
        
        ## 2 Installation
        
            pip install atgcN_count
        
        There will be a command `atgcN_count` created under the same directory as your `pip` command.
        
        ## 3 Usage
        
            usage: atgcN_count[-h] [-i <file>] [-v] [-d <int>] [-N]
        
            To stat the counts of each base in a fasta file.
        
            optional arguments:
              -h, --help  show this help message and exit
              -i <file>   input fasta file
              -v          also output statistics for each sequence [False]
              -d <int>    decimals for output result [2]
              -N          do not take non-ATGC bases into account when caculate percentage
                          [False]
        
        ## Author
        Guanliang MENG
        
        ## Citation
        Currently I have no plan to publish `atgcN_count`.
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3
Description-Content-Type: text/markdown
