You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in geom_rect():
! Problem while converting geom to grob.
ℹ Error occurred in the 2nd layer.
Caused by error:
! Unknown colour name: qname
Run rlang::last_trace() to see where the error occurred.
my environment version:
platform x86_64-apple-darwin17.0
arch x86_64
os darwin17.0
system x86_64, darwin17.0
status
major 4
minor 2.2
year 2022
month 10
day 31
svn rev 83211
language R
version.string R version 4.2.2 (2022-10-31)
nickname Innocent and Trusting
The text was updated successfully, but these errors were encountered:
MmasterT
changed the title
bug: plot_coverage breaks if using target=FALSE andd fill-""
bug: plot_coverage breaks if using target=FALSE andd fill="qname"
Mar 30, 2023
I am using the data provided by the package:
path_to_fungal_alignment <- system.file("extdata", "fungi.paf", package = "pafr")
ali <- read_paf(path_to_fungal_alignment)
and filtering the primary alignments
prim_alignment <- filter_secondary_alignments(ali)
when I try to run the following function:
I have this error:
Error in
geom_rect()
:! Problem while converting geom to grob.
ℹ Error occurred in the 2nd layer.
Caused by error:
! Unknown colour name: qname
Run
rlang::last_trace()
to see where the error occurred.my environment version:
platform x86_64-apple-darwin17.0
arch x86_64
os darwin17.0
system x86_64, darwin17.0
status
major 4
minor 2.2
year 2022
month 10
day 31
svn rev 83211
language R
version.string R version 4.2.2 (2022-10-31)
nickname Innocent and Trusting
The text was updated successfully, but these errors were encountered: