18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
# Example Sequence File Template (PHYLIP format)
|
|
# This is a template - replace with your actual sequence data
|
|
|
|
# Locus 1
|
|
4 20
|
|
sp1^ind1 ATCGATCGAT CGATCGATCG
|
|
sp2^ind2 ATCGATCGAT CGATCGATCG
|
|
sp3^ind3 ATCGATCGAT CGATCGATCG
|
|
sp4^ind4 ATCGATCGAT CGATCGATCG
|
|
|
|
# Locus 2
|
|
4 20
|
|
sp1^ind1 CGATCGATCG ATCGATCGAT
|
|
sp2^ind2 CGATCGATCG ATCGATCGAT
|
|
sp3^ind3 CGATCGATCG ATCGATCGAT
|
|
sp4^ind4 CGATCGATCG ATCGATCGAT
|
|
|
|
# More loci... |