extract_genome_region

Given a CSV file of variable information defining the regions of interest, return a file that contains a fasta-formatted representation of these regions.


License
BSD-3-Clause
Install
pip install extract_genome_region

Documentation

Extract genome region

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status

package PyPI Package latest release PyPI Package monthly downloads

Given a CSV file of variable information defining the regions of interest, return a file that contains a fasta-formatted representation of these regions.

  • Free software: BSD license

Installation

pip install extract_genome_region

Documentation

https://extract-genome-region.readthedocs.org/

Development

To run the all tests run:

tox