Skip to content
Snippets Groups Projects

WIP: Checkpoint snakefile

Merged Susheel Busi requested to merge checkpoint_snakefile into master
Compare and Show latest version
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -50,7 +50,11 @@ 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
# since metaspades overlaps also with metaspades_hybrid removing false associations
Overlap[15,3] = "N"
Overlap[27,3] = "N"
Overlap[35,3] = "N"
# Upper-left plot
upperleft <- Total %>%
Loading