# HG changeset patch # User recetox # Date 1689726203 0 # Node ID e9b8f9db0bd511bd00a23bf7792482273d6ea22d # Parent 0e2ddbeb88eb90110472b20979e7bfe23b0d6d07 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 0873c036d734782d2647b0eea84cd1a0658f5e58 diff -r 0e2ddbeb88eb -r e9b8f9db0bd5 macros.xml --- a/macros.xml Thu Jun 22 11:44:04 2023 +0000 +++ b/macros.xml Wed Jul 19 00:23:23 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." /> - - + + Merge known table to features - - diff -r 0e2ddbeb88eb -r e9b8f9db0bd5 utils.R --- a/utils.R Thu Jun 22 11:44:04 2023 +0000 +++ b/utils.R Wed Jul 19 00:23:23 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)) {