kmer_tree_construction

-d, --destination <ClcServerObjectUrl> Destination file or folder on server. If not specified the folder of the first input object will be used.
--distance-measure  
<[EUCLIDIAN_SQUAREDFRACTIONAL_COMMON, MAHALANOBIS]> , The distance measure used to compute distances between two counts of k-mers (default: MAHALANOBIS)
-i, --input <ClcObjectUrl> Input data on server
--kmer-length  
Integer: 3 <= x <= 50 The length of the k-mer's to consider (the value k) (default: 15)
--log <Boolean> Enable creation of algo log file. (default: true)
--tree-algorithm  
<[NEIGHBOR_JOINING,UPGMA]> The distance-based tree construction algorithm to use (default: NEIGHBOR_JOINING)