-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree exports - include user defined colours if set #630
Comments
LukedFitzpatrick
added a commit
that referenced
this issue
Dec 22, 2016
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 1, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 2, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 2, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 2, 2017
|
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 18, 2017
Will eventually be added to each tree node, used initially to hold user defined colours. Updates #630
LukedFitzpatrick
referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 19, 2017
LukedFitzpatrick
referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 19, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 20, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 22, 2017
…or cleaner colour export system. Updates #630
LukedFitzpatrick
added a commit
that referenced
this issue
Jan 23, 2017
…to the bootstrap block before export. Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 3, 2017
shawnlaffan
added a commit
that referenced
this issue
Feb 3, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Feb 13, 2017
… Also update tests for bootstrap block to reflect change. Updates #630
LukedFitzpatrick
added a commit
that referenced
this issue
Feb 14, 2017
LukedFitzpatrick
added a commit
that referenced
this issue
Feb 14, 2017
…weaks to bootstrap block encoding/decoding. Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 16, 2017
Also some style changes and minor inefficiencies. Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 17, 2017
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
Also remove exclusions blocks Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
The subhash makes the logic cleaner when wrangling colours and the like. It also means we can have a label if appropriate. Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
This currently fails as the parser assumes json compatible strings (which is a false assumption on my part) [ci skip] Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
Might make a difference when parsing very large trees Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
Otherwise they were appearing in the GUI. Minor tweaks to methods otherwise. Updates #630
shawnlaffan
added a commit
that referenced
this issue
Feb 21, 2017
shawnlaffan
added a commit
that referenced
this issue
Mar 3, 2017
This was missed in the updates to issue #630
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a user has assigned colours themselves (e.g. under the processes implemented in #600) then we should allow them to be exported.
This is simple for tabular trees, but nexus and newick need a bit of extra handling as we need to search for an ancestor that has a colour set.
Related to #503
Collated to do list:
The text was updated successfully, but these errors were encountered: