vqf/nVenn

Diagrams with more than 6 sets

Closed this issue · 7 comments

Hi, Does this tool support creating diagrams for more than 6 sets? I notice that the web interface only supports 6 so I tried to use the command line tool, but the program hit a segmentation fault whenever I fed the program more than 6 sets. Is there a way to run the command line tool to generate diagrams for more than 6?

Thanks!

vqf commented

In principle, the code sets no limit to the number of sets. Segmentation faults may arise from bugs in the code. Could you please post the content of the input file so that I can see and debug the issue?
Thanks

Thank you for your help. I have attached my input file.
input_venn_8_sets.txt

vqf commented
vqf commented

When I run the binary file in this repository I still get a seg fault with 8 sets; however, when I compile the code myself it looks to work. Thanks!

One more question, my result does not look quite right (see attached image). Do you know what the issue might be? You mentioned that the program required 5 cycles. To run 5 cycles, is there something I need to change about how I run the program? Thanks again.

screen shot 2018-12-01 at 12 55 59 pm

vqf commented

Thank you, I am now getting good results. I appreciate all of your help with this and I look forward to making beautiful figures with nVenn.