Metadata-Version: 2.1
Name: microcat
Version: 0.3.2b0
Summary: a computational toolbox to identificated microbiome from Omics
Home-page: https://github.com/ChangxingSu/MicroCAT
Author: Changxing Su
Author-email: changxingsu42@gmail.com
License: GPLv3+
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE


# MicroCAT
Microbial Information from Cell Resolution Omics Computational Analysis Toolbox

## Introduction

## Table of contents

## Quickstart


### Installation

Github installtation
```
git clone 
cd microcat
# Make all python scripts to be executable
chmod +x microcat scripts/*.py 
# Add microcat to the PATH, so it can be called elsewhere in a terminal
PATH=`pwd`:$PATH 
```

