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]