Hi all,
In the bootscanning procedure in the Rega genotyping tool, PAUP* is used to perform neighbour joining with constraints e.g.
begin paup; log file=paup.log replace=yes; export format=nexus file=paup.nex replace=yes; set rootmethod=midpoint; set criterion=distance; dset distance=HKY NegBrLen=SetAbsVal; constraints CONSTRE=((2,3,4),((5,6,7),(11,12,13)),(8,9,10),(14,15),(16,17,18),(19,20,21),(22,23,24),(25,26)); NJ constraints=CONSTRE enforce=yes; savetree format=nexus brlens=yes file=paup.tre replace=yes; bootstrap nreps=100 search=nj; end; quit;
Does anyone know whats going on under the hood here?
Best Simon