Home
last modified time | relevance | path

Searched refs:PrintNJ (Results 1 – 1 of 1) sorted by relevance

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1547 void PrintNJ(/*WRITE*/FILE *, NJ_t *NJ, char **names, uniquify_t *unique, bool bShowSupport, bool b…
2172 PrintNJ(stderr, NJ, aln->names, unique, /*support*/false, bQuote); in main()
2481 PrintNJ(fpOut, NJ, aln->names, unique, /*support*/nBootstrap > 0, bQuote); in main()
2556 PrintNJ(fpLog, NJ, names, unique, /*support*/false, bQuote); in LogTree()
3560 void PrintNJ(FILE *fp, NJ_t *NJ, char **names, uniquify_t *unique, bool bShowSupport, bool bQuote) { in PrintNJ() function