# HG changeset patch # User recetox # Date 1689726438 0 # Node ID 149b9cc7499b0f606c29499d29ecc0924d1c1ca9 # Parent 60a09c4fa7a0d550b1af49d1113cd007761b4f57 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 0873c036d734782d2647b0eea84cd1a0658f5e58 diff -r 60a09c4fa7a0 -r 149b9cc7499b macros.xml --- a/macros.xml Thu Jun 22 11:46:04 2023 +0000 +++ b/macros.xml Wed Jul 19 00:27:18 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 60a09c4fa7a0 -r 149b9cc7499b utils.R --- a/utils.R Thu Jun 22 11:46:04 2023 +0000 +++ b/utils.R Wed Jul 19 00:27:18 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)) {