# HG changeset patch # User recetox # Date 1635517683 0 # Node ID a762961e2251a20a9e2b987b2ae1698b5b6a36f6 # Parent 116ec7c1c038e0854ef7567da38cac6921987112 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit a266e0b490b8d0c33a41f13f08e431bdcabf1dfd" diff -r 116ec7c1c038 -r a762961e2251 october_recetox_xmsannotator_advanced.xml --- 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},