Skip to content

thulekm/convertAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convertAlignment

Convert a alignment file to other format. Example: Fasta to Phylip or Phylip to Fasta.

Usage:
python convertAlignment.py [-h] [-f INPUTFILE] [-fasta] [-o OUTPUTFILE]
-fasta: option for convert to fasta, remove it if convert to phylip.

Fasta to Phylip:
python convert2Phylip.py [-h] [-f INPUTFILE] [-o OUTPUTFILE]

Phylip to Fasta:
python convert2Fasta.py [-h] [-f INPUTFILE] [-o OUTPUTFILE]

About

Convert a alignment file to other format. Example: Fasta to Phylip or Phylip to Fasta.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages