# HG changeset patch # User proteore # Date 1541512920 18000 # Node ID e7ff74898133fe090d809977e3bb0d78c4fb2b79 # Parent e4f86955692bcf32f1d70e5c3c132c23410ce1fb planemo upload commit 2fae8e3b0ec5edeecfcc7efd78e7710b36798d44 diff -r e4f86955692b -r e7ff74898133 topGO_enrichment.R --- 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{