Skip to content
Snippets Groups Projects
Commit 59f0e8b1 authored by Susheel Busi's avatar Susheel Busi
Browse files

fixed the mmseq plotting scripts

parent 0caae0a3
No related branches found
No related tags found
1 merge request!67WIP: Checkpoint snakefile
......@@ -30,6 +30,7 @@ category <- c(
"flye",
"megahit",
"metaspades",
"metaspades_hybrid",
"flye_megahit",
"flye_metaspades",
"flye_metaspades_hybrid",
......@@ -49,6 +50,7 @@ Overlap <- expand.grid( #generate all the combinations
str_detect(category, sets %>% as.character()) ~ "Y",
T ~ "N"
))
Overlap[15,3] = "N" # since metaspades overlaps also with metaspades_hybrid
# Upper-left plot
upperleft <- Total %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment