Metadata-Version: 2.1
Name: bedhandler
Version: 1.0.0b3
Summary: A Python3.x package for handling bed/tsv files
Home-page: https://github.com/ip4-team/bedhandler
Author: IP4 Team
Author-email: ip4.developers@gmail.com
License: MIT
Keywords: file parsing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
License-File: LICENSE

Bedhandler
==========
Bedhandler is a Python 3.x package for loading BED and TSV files related to Ion Torrent :sup:`TM` sequencers from ThermoFisher Scientific. For example,
the BED for amplicons, effective regions and the TSV file containing coverage data for a specific run.

This package was created by the IP4-Team at Pele Pequeno Principe Research Institute and is under active maintenance and improvement.

Install with pip
================
    pip3 install bedhandler


