# HG changeset patch # User ecology # Date 1589231896 14400 # Node ID a961be0a964f055643ebd03ec269780b1a6f5f60 # Parent df3ce23d0d2360df16b866b9a1209a8d19bea055 "planemo upload for repository https://github.com/Alanamosse/Galaxy-E/tree/stoctool/tools/stoc commit d49a4da1ffac1f33a15fdb7ae98827d0034a7879" diff -r df3ce23d0d23 -r a961be0a964f FunctTrendSTOCGalaxy.r --- a/FunctTrendSTOCGalaxy.r Thu Apr 02 03:32:56 2020 -0400 +++ b/FunctTrendSTOCGalaxy.r Mon May 11 17:18:16 2020 -0400 @@ -62,7 +62,7 @@ if(length(colNull)>0){ cat("\n",length(colNull)," Species removed from the analysis, abundance is always 0.\n\n",sep="") #Espèces enlevées de l'analyse car abondance toujours égale a 0\n\n",sep="") #tabNull <- data.frame(Code_espece = colNull, nom_espece = tabsp[colNull,"nom"]) - #cat("\n\n",sep="") + cat("Removed absent species : \n-",paste(colNull,collapse="\n-"),sep="") tab <- tab[,c("carre","annee",colConserve)] } ################################################################################ FIN DE LA PARTIE ISOLABLE @@ -119,7 +119,7 @@ cat("\n",length(colSupr)," Rare species removed from the analysis.\n\n",sep="") #tabSupr <- subset(tabsp,espece %in% colSupr ,select=c("espece","nom")) #tabSupr <- tabSupr[order(tabSupr$espece),] - #cat("\n\n",sep="") + cat("Removed rare species : \n-",paste(colSupr,collapse="\n-"),sep="") } if(length(colConserve)==0) { diff -r df3ce23d0d23 -r a961be0a964f mainglm.xml --- a/mainglm.xml Thu Apr 02 03:32:56 2020 -0400 +++ b/mainglm.xml Mon May 11 17:18:16 2020 -0400 @@ -1,4 +1,4 @@ - + by species stoceps_macros.xml @@ -94,12 +94,12 @@ diff -r df3ce23d0d23 -r a961be0a964f stoceps_macros.xml --- a/stoceps_macros.xml Thu Apr 02 03:32:56 2020 -0400 +++ b/stoceps_macros.xml Mon May 11 17:18:16 2020 -0400 @@ -1,5 +1,5 @@ - 0.0.1 + 0.0.2 r-reshape @@ -53,11 +53,10 @@ - settings['advanced'] == 'advanced' - settings['method'] == 'glmmtmb' + method['model'] == 'glmmtmb' - settings['method'] == 'gam' + method['model'] == 'gam'