A. Murat Eren (Meren)
A. Murat Eren (Meren)
> And more likely than not, a lot of people just don't bother to read what was posted before, or to search the help pages at all. But I'm not...
The problem is we already moved everyone from Google Forums to Slack to Discord :( Now there is a lot of knowledge accumulated in Discord, if we move one more...
I agree 100%.
Hey @mschecht, While testing this I run into a problem related to the parsing of the dom table. Here is a reproducible workflow using [this contigs-db](https://github.com/merenlab/anvio/files/13695892/P_MARINUS_MIT9301-contigs.db.gz): ``` bash # run...
lol. weird indeed. @metehaansever, can you please take a look at this?
Absolutely -- No `eval`'s should ever come close to anywhere near user-provided data.
You are the best, Tom. Thank you for reproducible examples.
I hope you would be available for questions later, too.
This is doable, but the only way to do it is to expand a sequence like `WWAGTNNCCNTTNNNNNNNNAANGGNNACTWW` into a representation like `[A,T][A,T]AGT[A,C,G,T][A,C,G,T]CC[A,C,G,T]TT[A,C,G,T][A,C,G,T][A,C,G,T][A,C,G,T][A,C,G,T][A,C,G,T][A,C,G,T][A,C,G,T]AA[A,C,G,T]GG[A,C,G,T][A,C,G,T]ACT[A,T][A,T]` (which is REALLY equivalent to `WWAGTNNCCNTTNNNNNNNNAANGGNNACTWW` if you...
I see. There are two problems here: * One, anvi'o doesn't know how to show multiple branch support values (I mean, it is calling it 'label' in the interface, when...