Metadata-Version: 2.1
Name: ancientMetagenomeDirCheck
Version: 1.1
Summary: Performs validity check of ancientMetagenomeDir datasets
Home-page: https://github.com/SPAAM-workshop/ancientMetagenomeDirCheck
License: GNU-GPLv3
Description: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4003826.svg)](https://doi.org/10.5281/zenodo.4003826) [![PyPI version](https://badge.fury.io/py/ancientMetagenomeDirCheck.svg)](https://pypi.org/project/ancientMetagenomeDirCheck)
        
        # AncientMetagenomeDirCheck
        
        A python package to check AncientMetagenomeDir.
        
        AncientMetagenomeDirCheck will verify a dataset, in tabular format, against a json schema.
        
        ## Install
        
        ### From PyPI using pip
        
        ```bash
        pip install ancientMetagenomeDirCheck
        ```
        
        ### The latest development version, directly from GitHub
        
        ```bash
        pip install --upgrade --force-reinstall git+https://github.com/SPAAM-workshop/AncientMetagenomeDirCheck.git
        ```
        
        ## Documentation
        
        ```bash
        $ ancientMetagenomeDirCheck --help
        Usage: ancientMetagenomeDirCheck [OPTIONS] DATASET SCHEMA
        
          ancientMetagenomeDirCheck: Performs validity check of ancientMetagenomeDir datasets
          Author: Maxime Borry
          Contact: <borry[at]shh.mpg.de>
          Homepage & Documentation: github.com/maxibor/ancientMetagenomeDirCheck
        
          DATASET: path to tsv file of dataset to check
          SCHEMA: path to JSON schema file
        
        Options:
          --version  Show the version and exit.
          --help     Show this message and exit.
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
