Metadata-Version: 1.1
Name: bioconvert
Version: 0.0.1
Summary: Access to Biological Web Services from Python
Home-page: ['http://pypi.python.org/pypi/bioconvert']
Author: Thomas Cokelaer
Author-email: thomas.cokelaer@pasteur.fr
License: BSD
Download-URL: ['http://pypi.python.org/pypi/bioconvert']
Description: Bioconvert
        ==========
        
        Bioinformatics tools in Python
        
        
        
        
        .. image:: https://badge.fury.io/py/bioconvert.svg
            :target: https://pypi.python.org/pypi/bioconvert
        
        .. image:: https://secure.travis-ci.org/bioconvert/bioconvert.png
            :target: http://travis-ci.org/bioconvert/bioconvert
        
        .. image:: https://coveralls.io/repos/cokelaer/bioconvert/badge.png?branch=master 
           :target: https://coveralls.io/r/cokelaer/bioconvert?branch=master 
        
        
        
        :note: Bioconvert is tested with Travis for the following Python version: 3.5
        and 3.6. Python 2 won't be provided.
        
        :contributions: Please join https://github.com/biokit/bioconvert
        :issues: Please use https://github.com/biokit/bioconvert/issues
        
        
        Usage
        ===============
        
        
        ::
        
            bioconvert input.fastq output.fasta
            
        
        :: 
        
            bioconvert --formats 
        
        to see all possible conversion
        
        
        Installation
        ==============
        
        ::
        
            pip install bioconvert
        
        
        
Keywords: NGS,bam2bed,fastq2fasta
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
