tombo
tombo copied to clipboard
R plotting function gives error base_pos
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?