Skip to content
Snippets Groups Projects
Commit b494b8b7 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist: Committed by Miroslav Kratochvil
Browse files

fix files more

parent 2fef9b11
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ input <- read.table(args$input, header = TRUE, sep = "\t")
if (args$species == "human") {
chip <- readRDS("EssentialFiles/Chip_human.rds")
df <- readRDS("EssentialFiles/HK_Genes_Human.rds")
background <- readRDS("EssentialFiles/Background_TS_down500_JSD.RData")
background <- readRDS("EssentialFiles/Background_TS_12organs_down500_JSD.RData")
} else {
chip <- readRDS("EssentialFiles/Chip_mouse.rds")
df <- readRDS("EssentialFiles/HK_Genes_Mouse.rds")
......
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