I ran the following code for RAxML and instead of getting a tree for the populations or individuals it gave me a tree for each locus for each sample. I want know how to define the populations so that I can run a tree that shows how the populations are related.
The alignment fasta file alignment.fasta look like this:
>CLocus_2130_Sample_581_Locus_940_Allele_0 [BC_30_2.all]
---------------------------AA-------------TTCAGGTA----AA--------------------TTTT
TTA-----------G-A---A-----------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------G----TGGTC---CCA---------------------------------------------
------------------AT-TCGTT---------------T--------------------------------------
--------------------------------------C-----------------------------------------
----------------------------------------AC-------A-ACAG-------------------------
------------------------------------------------AAATTA-----------ATCAA-----CCA--
----A--ATA---------------------------------------------TT-----------------------
------TT-T---------
RAxML code:
srun raxmlHPC-HYBRID-AVX -p 12345 -s alignment.fasta -n tree_test_6 -m GTRCAT -T $SLURM_CPUS_PER_TASK -N 4