Skip to main content

a python module to read and write phylip alignment files

Project description

About pyphylip

Read and write files in the phylip sequence format.

Installation

Because pyphylip has been packaged for pypi, it can be installed using:

$ pip install pyphylip

Usage

Decode a phylip sequence file given a source of lines in the file:

>>> with open('infile.phy') as f:
...     headers, sequences = pyphylip.decode(f)

Encode some headers and corresponding sequences as a phylip sequence file:

>>> with open('outfile.phy', 'w') as f:
...     f.write(pyphylip.encode(headers, sequences) + '\n')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyphylip-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page