Open mschecht opened 3 years ago
I just run the entire set of commands in that tutorial and everything worked for me :/
Thanks for running it on your end! I unfortunately am still getting the same error as above. Maybe it's my R version?
Perhaps. Mine is 3.5.1
.
@mschecht did you ever resolve this issue? I am having the same problem generating split coverages with SNV data.
I was able to solve it by downgrading R to version 3.5.1, but I got the following warning: "Warning message: As of rlang 0.4.0, dplyr must be at least version 0.8.0.
install.packages("dplyr")
and restart R. Nevertheless it created the PDF so for now I think that is the best solution.
Short description of the problem
anvi-script-visualize-split-coverages
is unable to produce a pdf when given SNV data.anvi'o version
System info
macOS Big Sur 11.2.3
Detailed description of the issue
anvi-script-visualize-split-coverages
is unable to produce a pdf when given SNV data via the flag--snv-data
. However it works perfectly if no SNV data is provided.You can produce this by following the anvi-script-visualize-split-coverages tutorial until the part where it describes visualizing SNVs.
Thanks in advance for the help!