diff mfassignr_snplot.xml @ 6:f19c0631b9e5 draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 7d98b78ae27b24ee581d40ff0b624d7ecb288030
author recetox
date Fri, 01 Nov 2024 08:18:37 +0000
parents 5f4b3130272e
children
line wrap: on
line diff
--- a/mfassignr_snplot.xml	Tue Oct 22 07:24:18 2024 +0000
+++ b/mfassignr_snplot.xml	Fri Nov 01 08:18:37 2024 +0000
@@ -20,8 +20,8 @@
             df = read.delim("$input_file", sep="\t"),
             cut = cut,
             mass = $mass,
-            window.x = $window_x,
-            window.y = $window_y
+            mass_window = $window_x,
+            abundance_window = $window_y
         )
 
         ggplot2::ggsave(filename = "SNplot.png", SNplot)