Mercurial > repos > ecology > pampa_communitymetrics
diff FunctExeCalcCommIndexesGalaxy.r @ 6:a6729da1c623 draft
"planemo upload for repository https://github.com/ColineRoyaux/PAMPA-Galaxy commit cd938a05cb066b16f2518159fa0ff5e3ed8a2b2b"
author | ecology |
---|---|
date | Mon, 26 Apr 2021 16:02:57 +0000 |
parents | cc0b32aa574f |
children |
line wrap: on
line diff
--- a/FunctExeCalcCommIndexesGalaxy.r Mon Nov 16 11:01:21 2020 +0000 +++ b/FunctExeCalcCommIndexesGalaxy.r Mon Apr 26 16:02:57 2021 +0000 @@ -136,5 +136,5 @@ #Save dataframe in a tabular format filename_comm <- "TabCommunityIndexes.tabular" -write.table(table_comm_indexes, filename_comm, row.names = FALSE, sep = "\t", dec = ".", fileEncoding = "UTF-8") +write.table(table_comm_indexes, filename_comm, row.names = FALSE, quote = FALSE, sep = "\t", dec = ".", fileEncoding = "UTF-8") cat(paste("\nWrite table with Community indexes. \n--> \"", filename_comm, "\"\n", sep = ""))