# HG changeset patch # User recetox # Date 1689726360 0 # Node ID dd7bbc2b99d15222dbbb7a60861bd5abe78d7f24 # Parent 396a3b1eafd0389a245e5be37b40cb3d077459ac planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 0873c036d734782d2647b0eea84cd1a0658f5e58 diff -r 396a3b1eafd0 -r dd7bbc2b99d1 macros.xml --- a/macros.xml Thu Jun 22 11:46:38 2023 +0000 +++ b/macros.xml Wed Jul 19 00:26:00 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 396a3b1eafd0 -r dd7bbc2b99d1 utils.R --- a/utils.R Thu Jun 22 11:46:38 2023 +0000 +++ b/utils.R Wed Jul 19 00:26:00 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)) {