diff MassFiledbConn.R @ 6:b8f70d8216b3 draft

planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit b3a4e34cf9356447ae3507cc6fe2ff6a1f24afbc-dirty
author prog
date Mon, 27 Mar 2017 06:27:29 -0400
parents 45e985cd8e9e
children
line wrap: on
line diff
--- a/MassFiledbConn.R	Thu Mar 16 08:15:11 2017 -0400
+++ b/MassFiledbConn.R	Mon Mar 27 06:27:29 2017 -0400
@@ -61,7 +61,7 @@
 	if (is.null(.self$.db)) {
 
 		# Load database
-		.db <<- read.table(.self$.file, sep = .self$.file.sep, .self$.file.quote, header = TRUE, stringsAsFactors = FALSE, row.names = NULL)
+		.db <<- read.table(.self$.file, sep = .self$.file.sep, .self$.file.quote, header = TRUE, stringsAsFactors = FALSE, row.names = NULL, comment.char = '')
 
 		# Save column names
 		.db.orig.colnames <<- colnames(.self$.db)