# HG changeset patch # User recetox # Date 1689726298 0 # Node ID 8a3eb16d419c4c9785ff8c4904cacd548b1ed790 # Parent 86e52cd983cac6855df95fb67eec70fb7a0afbd1 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 0873c036d734782d2647b0eea84cd1a0658f5e58 diff -r 86e52cd983ca -r 8a3eb16d419c macros.xml --- a/macros.xml Thu Jun 22 11:43:26 2023 +0000 +++ b/macros.xml Wed Jul 19 00:24:58 2023 +0000 @@ -1,5 +1,5 @@ - 0.11.0 + 0.12.0 r-recetox-aplcms @@ -53,7 +53,7 @@ - @@ -81,9 +81,9 @@ help="The upper limit of the ratio range between the left-standard deviation and the right-standard deviation of the bi-Gaussian function to fit the data." /> - - + + diff -r 86e52cd983ca -r 8a3eb16d419c utils.R --- a/utils.R Thu Jun 22 11:43:26 2023 +0000 +++ b/utils.R Wed Jul 19 00:24:58 2023 +0000 @@ -16,6 +16,10 @@ return(df) } +restore_sample_name <- function(df) { + return(df$sample_id[1]) +} + load_sample_name <- function(df) { sample_name <- attr(df, "sample_name") if (is.null(sample_name)) {