# HG changeset patch # User ecology # Date 1559756835 14400 # Node ID b1b04931ffd229fd5c11418907bda9852324677c # Parent 33ac5ae835813dfc04679cb9b8afb555f176db3f planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/vigiechiro commit 4707473e9991d095310f475a54e041c95accd873 diff -r 33ac5ae83581 -r b1b04931ffd2 BilanEnrichiPF.R --- a/BilanEnrichiPF.R Fri Apr 26 12:12:58 2019 -0400 +++ b/BilanEnrichiPF.R Wed Jun 05 13:47:15 2019 -0400 @@ -21,15 +21,15 @@ -IdC2=fread(args[1]) +IdC2=fread(args[1],encoding="UTF-8") if(substr(IdC2$`nom du fichier`[1],2,2)!="a") { # print("Protocole non conforme, ce script doit etre lance uniquement pour un protocole Point Fixe") print("Wrong protocol, please only use this tool for a \'Point Fixe\' protocol.") }else{ - refPF=fread(args[2]) - GroupList=fread(args[3]) + refPF=fread(args[2],encoding="UTF-8") + GroupList=fread(args[3],encoding="UTF-8") IdC2$ConfV[is.na(IdC2$ConfV)]="" @@ -232,6 +232,6 @@ saveWidget(SummHTMLH,"output-hourly.html") # write.csv2(SummPartH,"output-hourly.tabular",row.names=F) - write.table(SummPartH,"output-hourly.tabular",row.names=F,sep="\n") + write.table(SummPartH,"output-hourly.tabular",row.names=F,sep="\t") } diff -r 33ac5ae83581 -r b1b04931ffd2 BilanEnrichiPFen.xml --- a/BilanEnrichiPFen.xml Fri Apr 26 12:12:58 2019 -0400 +++ b/BilanEnrichiPFen.xml Wed Jun 05 13:47:15 2019 -0400 @@ -48,8 +48,10 @@ - + + +