Skip to content

Commit

Permalink
adding genetrees target, which produces midpoint-rooted maximum likel…
Browse files Browse the repository at this point in the history
…ihood trees
  • Loading branch information
rvosa committed Aug 9, 2012
1 parent 4206ed5 commit aa6876a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -80,6 +80,8 @@ mrbayes : $(MCMCTREES)

paml : $(PAMLRESULT)

genetrees : $(PHYLOXMLGENETREES)

speciestree : $(SPECIESPHYLOXML)

sdi : $(SPECIESPHYLOXML) $(PHYLOXMLGENETREES) $(SDITREES)
Expand Down Expand Up @@ -205,4 +207,4 @@ $(SDITREES) : %.sdi : %.phyloxml
clean :
rm -f $(FASTAFILES) $(PHYLIPFILES) $(NEWICKTREES) $(PHYMLTREES) \
$(PHYLOXMLGENETREES) $(MRPMATRICES) $(NCBIMRP) $(RATCHETFILES) \
$(SPECIESPHYLOXML) $(SDITREES)
$(SPECIESPHYLOXML) $(SDITREES)

0 comments on commit aa6876a

Please sign in to comment.