changeset 3:a762961e2251 draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit a266e0b490b8d0c33a41f13f08e431bdcabf1dfd"
author recetox
date Fri, 29 Oct 2021 14:28:03 +0000
parents 116ec7c1c038
children 10a389dc2cc7
files october_recetox_xmsannotator_advanced.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/october_recetox_xmsannotator_advanced.xml	Fri Oct 29 13:15:04 2021 +0000
+++ b/october_recetox_xmsannotator_advanced.xml	Fri Oct 29 14:28:03 2021 +0000
@@ -17,7 +17,7 @@
             #if $peak_table.is_of_type("parquet")
                 peak_table = load_peak_table_parquet("${peak_table}"),
             #end if
-                adduct_table = load_adduct_table_parquet("${adduct_table}"),
+            ## adduct_table = load_adduct_table_parquet("${adduct_table}"),
                 adduct_weights = as.data.frame("${adduct_weights}"),
                 compound_table = load_compound_table_parquet("${compound_table}"),
                 mass_tolerance = 1e-6 * ${mass_tolerance_ppm},