# HG changeset patch # User recetox # Date 1685005990 0 # Node ID 32935f2cc016b5f12070c05a4b633f89d386db4c # Parent ff410bd9b06f22924133ccc9e7a55c253aeb500b planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 505c3374a3e1e9aa450fcb752f2b8f87558fedbb diff -r ff410bd9b06f -r 32935f2cc016 recetox_aplcms_correct_time.xml --- a/recetox_aplcms_correct_time.xml Wed May 24 14:47:04 2023 +0000 +++ b/recetox_aplcms_correct_time.xml Thu May 25 09:13:10 2023 +0000 @@ -1,4 +1,4 @@ - + correct retention time across samples for peak alignment macros.xml @@ -42,7 +42,7 @@ - + diff -r ff410bd9b06f -r 32935f2cc016 utils.R --- a/utils.R Wed May 24 14:47:04 2023 +0000 +++ b/utils.R Thu May 25 09:13:10 2023 +0000 @@ -41,9 +41,9 @@ save_parquet_collection <- function(feature_tables, sample_names, subdir) { dir.create(subdir) - for (i in seq_len(length(feature_tables))) { - filename <- file.path(subdir, paste0(subdir, "_", sample_names[i], ".parquet")) - feature_table <- as.data.frame(feature_tables[[i]]) + for (i in seq_len(length(table$feature_tables))) { + filename <- file.path(subdir, paste0(sample_names[i], ".parquet")) + feature_table <- as.data.frame(table$feature_tables[[i]]) feature_table <- save_sample_name(feature_table, sample_names[i]) arrow::write_parquet(feature_table, filename) }