Extract and align coding regions, introns and intergenic spacers across a set of plastomes
# Alignment software
apt install mafft # Debian
# Other dependencies
pip install biopython
pip install coloredlogs
pip install ipdb
cd benchmarking
# CDS
python test_script_cds.py
# INT
python test_script_int.py
# IGS
python test_script_igs.py
See this document
See this document