Dear author,
i'm trying to analyze one bacterial genome using gff file from prokka as input and meet the following error:
Error in combine_vars():
! Faceting variables must have at least one value.
Backtrace:
▆
└─ggplot2::combine_vars(data, params$plot_env, rows, drop = params$drop)
└─cli::cli_abort("Faceting variables must have at least one value.")
└─rlang::abort(...)
Execution halted
Making general R plots.
Error in rbind(deparse.level, ...) :
the number of argument columns does not match each other
: rbind -> rbind
Execution halted
Without -R option all works perfectly, but i need to visualize the result. could you please help me?
Dear author, i'm trying to analyze one bacterial genome using gff file from prokka as input and meet the following error: Error in
combine_vars()
: ! Faceting variables must have at least one value. Backtrace: ▆<fn>
(x)Without -R option all works perfectly, but i need to visualize the result. could you please help me?