Skip to content

Instantly share code, notes, and snippets.

@jasonsahl
Created March 10, 2015 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonsahl/a66afa55371d7d916a0e to your computer and use it in GitHub Desktop.
Save jasonsahl/a66afa55371d7d916a0e to your computer and use it in GitHub Desktop.
begin paup;
log start file= ST25_simple_parsimony.log;
set autoclose=yes;
set criterion=parsimony;
set storebrlens=yes;
set increase=auto;
hsearch start=stepwise addseq=random nreps=100 swap=TBR;
savetrees file= ST25_simple_parsimony.tre format=altnex brlens=yes;
filter best=yes permdel=yes;
pscores /tl ci ri rc;
describe /diag=yes ;
savetrees file= ST25_simple_parsimony_best.tre brlen=yes from=1 to=500;
describe 1;
log stop;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment