Skip to content

Commit

Permalink
start of new example to check OT taxonomic nodes
Browse files Browse the repository at this point in the history
In light of OpenTreeOfLife/treemachine#154
we need to check the labelled internal nodes.
  • Loading branch information
mtholder committed Jan 27, 2015
1 parent 7b0dd46 commit 12b512c
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ AC_CONFIG_FILES([ \
Makefile \
example/Makefile \
example/basiccmdline/Makefile \
example/check-taxo-nodes/Makefile \
example/compressor/Makefile \
example/find-unsupported-edges/Makefile \
example/gapcode/Makefile \
Expand Down
1 change: 1 addition & 0 deletions example/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SUBDIRS = compressor \
nclsimplest \
ncltest \
basiccmdline \
check-taxo-nodes \
find-unsupported-edges \
normalizer \
subsetter \
Expand Down
5 changes: 5 additions & 0 deletions example/check-taxo-nodes/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
LDADD = @top_builddir@/ncl/libncl.la
AM_CPPFLAGS = -I@top_srcdir@/ncl
noinst_PROGRAMS = findunsupportededges
findunsupportededges_SOURCES = findunsupportededges.cpp
findunsupportededges_CPPFLAGS = $(AM_CPPFLAGS)
Loading

0 comments on commit 12b512c

Please sign in to comment.