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.2.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file pyphylip-0.0.2.tar.gz.

File metadata

  • Download URL: pyphylip-0.0.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyphylip-0.0.2.tar.gz
Algorithm Hash digest
SHA256 88c1f32cb33a731b5e543309fde679f25cb27a7e27ef60a8b4d4a438ec10268d
MD5 ee1abeed9fabd9724b804114e72a7edf
BLAKE2b-256 94efa30bf7532336f63b5f94e732694904f2bdd0ff615c51fcdb6dfb3ba840fc

See more details on using hashes here.

Supported by

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