qbicsoftware-archive / voronoi-treemap-cli

MIT License
0 stars 1 forks source link

Polygons are not colored #3

Open praveenbas opened 6 years ago

praveenbas commented 6 years ago

when three columns "tsv" file was used as input, polygons in the treemaps are not colored according to the ratio values. In order to make it work, I copied the first column in the "tsv" file and pasted it as the second column. with first two identical columns coloring works perfectly.

praveenbas commented 6 years ago

sorry, duplicating columns in the tsv file doesn't seem to work. but splitting the "Goterm" column (GO:0006281~DNA repair) into two columns (GO:0006281 and DNA repair) works fine. Just to be clear please see below for the input file that works fine.

Tsv_java.txt

svennahnsen commented 6 years ago

Do we have a documentation/SOP for the tool, that includes things like that?

On 11. Jun 2018, at 15:43, praveenbas notifications@github.com wrote:

sorry, duplicating columns in the tsv file doesn't seem to work. but splitting the "Goterm" column (GO:0006281~DNA repair) into two columns (GO:0006281 and DNA repair) works fine. Just to be clear please see below for the input file that works fine.

Tsv_java.txt https://github.com/qbicsoftware/voronoi-treemap-cli/files/2090172/Tsv_java.txt — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/qbicsoftware/voronoi-treemap-cli/issues/3#issuecomment-396247717, or mute the thread https://github.com/notifications/unsubscribe-auth/AFloMmmAbqGcH3qE18AVJJ7DdZxt3kFBks5t7nQOgaJpZM4UisP2.

sven1103 commented 6 years ago

@naepfel The README in the GitHub repo's root directory, this is mandatory.

sven1103 commented 6 years ago

But the recent one lives in the development branch, haven't merged it yet.