Mercurial > repos > proteore > proteore_topgo
changeset 17:e7ff74898133 draft
planemo upload commit 2fae8e3b0ec5edeecfcc7efd78e7710b36798d44
| author | proteore |
|---|---|
| date | Tue, 06 Nov 2018 09:02:00 -0500 |
| parents | e4f86955692b |
| children | 36c97ab06d40 |
| files | topGO_enrichment.R |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/topGO_enrichment.R Mon Oct 29 09:00:37 2018 -0400 +++ b/topGO_enrichment.R Tue Nov 06 09:02:00 2018 -0500 @@ -47,7 +47,7 @@ } read_file <- function(path,header){ - file <- try(read.csv(path,header=header, sep="\t",stringsAsFactors = FALSE, quote="\""),silent=TRUE) + file <- try(read.csv(path,header=header, sep="\t",stringsAsFactors = FALSE, quote="\"", check.names = F),silent=TRUE) if (inherits(file,"try-error")){ stop("File not found !") }else{
