tombo icon indicating copy to clipboard operation
tombo copied to clipboard

R plotting function gives error base_pos

Open adalisan opened this issue 3 years ago • 0 comments

The tombo command I run is

tombo plot most_significant --fast5-basedirs ./METEORE/data/example/ --pdf-filename tombo_result_1 --statistics-filename example.CpG.tombo.stats

The R runtime error is like this:

RRuntimeError: Error in eval(expr, envir, enclos) : object 'base_pos' not found inside the python function plot_single_sample According to R code in plotSingleRun.R , it doesn't seem to be possible for base_pos to be undefined when the ggplot function is called. Any suggestions?

adalisan avatar Jan 28 '22 19:01 adalisan