Metadata-Version: 1.1
Name: BatchAdapt
Version: 0.21
Summary: Wrapper for easily running cutadapt in batch from a CLI.
Home-page: https://github.com/helloabunai/BatchAdapt
Author: Alastair Maxwell/University of Glasgow
Author-email: alastair.maxwell@glasgow.ac.uk
License: GPLv3
Description-Content-Type: UNKNOWN
Description: A minimal wrapper for running cutadapt (http://cutadapt.readthedocs.io/en/stable/) in batch mode.
        Made for the Monckton Group at University of Glasgow, so there may be specific behaviour in this program for the way in which we label our MiSeq data.
        I honestly can't remember.
        
        Install
        =======
        
            python setup.py install
            or
            pip install batchadapt
        
        Usage
        =====
        Example usage:
        
            $ batchadapt [-h/--help] [-v] [-i INPUT] [-o OUTPUT] [-fwfp AAAAA] [-rvfp GGGGG] [-e 0] [-ov 10]
        
        Arguments
        =========
        
        Run batchadapt with the '--help' argument for detailed explanations of what each argument does.
Keywords: Cutadapt Demultiplexing FastQ Sequences Batch
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
