diff FunctExeCalcPresAbsGalaxy.r @ 4:07b081730994 draft

"planemo upload for repository https://github.com/ColineRoyaux/PAMPA-Galaxy commit cd938a05cb066b16f2518159fa0ff5e3ed8a2b2b"
author ecology
date Mon, 26 Apr 2021 16:04:47 +0000
parents 8d8aec182fb1
children
line wrap: on
line diff
--- a/FunctExeCalcPresAbsGalaxy.r	Mon Nov 16 11:02:09 2020 +0000
+++ b/FunctExeCalcPresAbsGalaxy.r	Mon Apr 26 16:04:47 2021 +0000
@@ -69,5 +69,5 @@
 
 #Save dataframe in a tabular format
 filename_pres_abs <- "TabPresAbs.tabular"
-write.table(res, filename_pres_abs, row.names = FALSE, sep = "\t", dec = ".", fileEncoding = "UTF-8")
+write.table(res, filename_pres_abs, row.names = FALSE, quote = FALSE, sep = "\t", dec = ".", fileEncoding = "UTF-8")
 cat(paste("\nWrite table with presence/absence. \n--> \"", filename_pres_abs, "\"\n", sep = ""))