Open Gullumluvl opened 7 years ago
Also the -o
parameter has no effect.
Potentially also:
--src_tree_attr SRC_TREE_ATTR
attribute in source tree used as leaf name
--src_attr_parser SRC_ATTR_PARSER
Perl regular expression wrapping the portion of the
target attribute that should be used.
At least I could not figure out how to use them.
what is mod doing when multiple values are provided with this option: -- ultrametric [ULTRAMETRIC [ULTRAMETRIC ...]]
also the parameter seems to have no effect:
With input ((A:1,B:1)1:1,C:2);
ete3 mod -t tree.nhx -v 0 --ultrametric 10
returns an unmodified tree
--resolve_polytomies
resolves polytomies, but its not random as the command line help suggests
thanks. ete-mod definitely not finished, need someone debugging all options. what do you mean --resolve_polytomies does not resolve multifurcations randomly? it depends on on the relative order of branches in the multifurcated branch, which is in principle random...
FYI: I'm just integrating a bit more of the etetoolkit functionality into Galaxy:
https://github.com/TGAC/earlham-galaxytools/pull/90
In particular I wrap ete3 mod. compare and view are on my todo list.
that's great. If you need to add changes to ete-mod, please go ahead. I am happy to accept PRs on that front.
Hi, I tried to load a newick tree with internal node names with
ete3 mod
, but when I add--src_tree_format=1
, it is totally ignored.The newick file is the following:
When I run :
I get this error :
This line in the error seems to show that the command-line option --src_tree_format is not propagated :
However, I tested with
ete3 view
and it worked fine.Thanks a lot!