Open AlexBlais74 opened 5 years ago
Hi Alex,
The X11 stuff is due to the default matplotlib configuration. Can you try the solutions mentioned here, in the section "I get ‘RuntimeError: Invalid DISPLAY variable'"? Probably the best solution is to update the matplotlib config file and change to a backend that does not use X11.
As for running time, I would not think that 70,000 rows should take such a long time, but I have to say that I'm not sure. It should certainly be possible though. Is it the clustering that is taking a long time, or reading the data? I usually run fluff with bam files instead of bigWig files, although I think this should not be that much of a performance hit.
Hello I am new to using fluff. I am interested in it for its ability to do dynamic pattern clustering. I have two questions.
The first question relates to the fact that the heatmap function is not generating a heatmap and that it is forwarding something to my display (and it fails at it). I have installed fluff 3.0.3 using pip and on a small test run (bed file with 100 rows and 2 bigwig files) the heatmap function does generate the expected BED file with clusters and the readcounts file. But no actual image is generated. My command is:
I am getting this as output, in a matter of seconds:
I don't understand why X11 forwarding is even invoked, I thought the output would go straight to be written to file in the format specified by the file extension I indicated (as noted in the help for this function). I tried without specifying an extension but got the same result anyway. For the record, I do use MobaXterm with X11 forwarding, and my interactive session on the computer cluster (with salloc) has --x11 specified as well.
My second question is with running time, CPU and memory needs. I would like to run this with 5 bigwig files and a bed files of 70,000 rows. How much computing power you think I would need for this? I tried it with 1 cpu and 20 Gb of RAM, and no output has been generated yet after 6 hours.
Thanks in advance for your help.
Alex