Quick-Join 1.0.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Quick-Join 1.0.10 (Default branch)
# 1  
Old 01-22-2008
Quick-Join 1.0.10 (Default branch)

Quick-Join implements a heuristic for speeding up neighbour joining, making neighbour joining feasible for large sets of taxa. The inferred tree is identical to the tree inferred by the traditional neighbour joining method, but the heuristic will (potentially) construct the tree significantly faster. License: GNU General Public License (GPL) Changes:
This version splits the output, when doing bootstrapping, into two trees, one annotated with branch lengths and one annotated with bootstrap values. This makes post-processing easier, since most tools support a single branch annotation but not two.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Quick join question

I have to join(no other command is allowed) 3 files together. And im aware that i have to sort these files(file1 file2 file3) first before I can join them. However i have to output these sorted files to some temporary file. i can't just do sort -n file1 > file1 or i get an empty file output. Is... (3 Replies)
Discussion started by: bigubosu
3 Replies
Login or Register to Ask a Question
fribidi_get_joining_type_name(3)				Programmer's Manual				  fribidi_get_joining_type_name(3)

NAME
fribidi_get_joining_type_name - get joining type name SYNOPSIS
#include <fribidi.h> const char *fribidi_get_joining_type_name(FriBidiJoiningType j); PARAMETERS
FriBidiJoiningType j Input joining type. Possible values for a FriBidiJoiningType are as follows: FRIBIDI_JOINING_TYPE_U NUn-joining, e.g. Full Stop. FRIBIDI_JOINING_TYPE_R Right-joining, e.g. Arabic Letter Dal. FRIBIDI_JOINING_TYPE_D Dual-joining, e.g. Arabic Letter Ain. FRIBIDI_JOINING_TYPE_C Join-Causing, e.g. Tatweel, ZWJ. FRIBIDI_JOINING_TYPE_T Transparent, e.g. Arabic Fatha. FRIBIDI_JOINING_TYPE_L Left-joining, i.e. Fictional. FRIBIDI_JOINING_TYPE_G IGnored, e.g. LRE, RLE, ZWNBSP. DESCRIPTION
This function returns the joining type name of a joining type. The returned string is a static string and should not be freed. The type names are the same as ones defined in Table 8-2 Primary Arabic Joining Classes of the Unicode standard available at http://www.unicode.org/versions/Unicode4.0.0/ch08.pdf#G7462. SEE ALSO
fribidi_charset_to_unicode(3), fribidi_unicode_to_charset(3), fribidi_parse_charset(3), fribidi_shape_arabic(3), fribidi_get_par_direc- tion(3), fribidi_get_par_embedding_levels(3), fribidi_reorder_line(3), fribidi_get_bidi_type(3), fribidi_get_bidi_types(3), fribidi_get_bidi_type_name(3), fribidi_debug_status(3), fribidi_mirroring_status(3), fribidi_set_mirroring(3), fribidi_reorder_nsm_sta- tus(3), fribidi_set_reorder_nsm(3), fribidi_log2vis_get_embedding_levels(3), fribidi_get_type(3), fribidi_get_type_internal(3), fribidi_remove_bidi_marks(3), fribidi_log2vis(3), fribidi_join_arabic(3), fribidi_get_joining_type(3), fribidi_get_joining_types(3), fribidi_get_mirror_char(3), fribidi_shape_mirroring(3), fribidi_shape(3) GNU FriBidi 0.19.3 25 August 2012 fribidi_get_joining_type_name(3)