Skip to content
Snippets Groups Projects
Commit cdd32cb3 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix convert gene symbol script to use new countTable name

parent cf1d1688
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8543 canceled with stages
in 9 seconds
...@@ -7,7 +7,7 @@ option_list=list( ...@@ -7,7 +7,7 @@ option_list=list(
opt=parse_args(OptionParser(option_list=option_list)) opt=parse_args(OptionParser(option_list=option_list))
rm(option_list) rm(option_list)
countTable <- read.csv(paste0(opt$repRID,".countTable.csv"), stringsAsFactors=FALSE) countTable <- read.csv(paste0(opt$repRID,"_countTable.csv"), stringsAsFactors=FALSE)
geneID <- read.delim("geneID.tsv", header=FALSE, stringsAsFactors=FALSE) geneID <- read.delim("geneID.tsv", header=FALSE, stringsAsFactors=FALSE)
Entrez <- read.delim("Entrez.tsv", header=FALSE, stringsAsFactors=FALSE) Entrez <- read.delim("Entrez.tsv", header=FALSE, stringsAsFactors=FALSE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment