changeset 4:6b2b2b83b46c draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit c5151674ce7c552ad502d58089b8de93670d8e49"
author recetox
date Thu, 08 Oct 2020 08:01:18 +0000
parents 3bdef6d114fd
children 47185b5abe9e
files xmsannotator_advanced.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xmsannotator_advanced.xml	Thu Oct 08 00:41:36 2020 +0000
+++ b/xmsannotator_advanced.xml	Thu Oct 08 08:01:18 2020 +0000
@@ -16,7 +16,7 @@
                         adducts = xmsannotator::load_hdf("$adducts", "adducts"),
                         compounds = xmsannotator::load_hdf("$compounds", "compounds"),
 
-                        mass_tolerance = 1e-6 * $mz_tolerance_ppm
+                        mass_tolerance = 1e-6 * $mz_tolerance_ppm,
                         time_tolerance = $rt_tolerance,
 
                         correlation_threshold = as.double($clustering.correlation_threshold),