Brent Pedersen
Brent Pedersen
hmm. I'm not sure how to debug this. can you try building with the `-x` flag to hts_nim_static_builder? that turns on debug build so we might bet a bit more...
is the file local? can you show the code in cov2bed2?
you may also be able to run your binary under gdb to get a better backtrace.
I'd like to fix this, but I'm not sure how. :(
maybe I misunderstand, but we can use e.g.: ``` window.onresize = function() { Plotly.Plots.resize('plot-div'); }; ``` as [here](http://home.chpc.utah.edu/~u6000771/somalier/eiee-bams.somalier.html)
hmm. looks like it only sees showlegend if legend is set: https://github.com/brentp/nim-plotly/blob/master/src/plotly/api.nim#L210
For this case, can't we just do something like this: ``` fields["showlegend"] = % (l.showlegend or l.legend != nil) if l.legend != nil: fields["legend"] = % l.legend ```
yeah, it's not ideal, but if a legend is specified, presumably, it's desirable to show it. one can just not specify the legend if they don't want to show it....
I have added you as a collaborator to the repo for now. We can maybe move elsewhere as it gains more traction. Or you can ask around if you prefer...
Hi Edoardo, there's not currently a nice way to do this. You could get the header-string from each header, then write your own code to get the intersection of INFO...