comparison 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
comparison
equal deleted inserted replaced
5:7279d7a37c43 6:f19c0631b9e5
18 18
19 SNplot <- MFAssignR::SNplot( 19 SNplot <- MFAssignR::SNplot(
20 df = read.delim("$input_file", sep="\t"), 20 df = read.delim("$input_file", sep="\t"),
21 cut = cut, 21 cut = cut,
22 mass = $mass, 22 mass = $mass,
23 window.x = $window_x, 23 mass_window = $window_x,
24 window.y = $window_y 24 abundance_window = $window_y
25 ) 25 )
26 26
27 ggplot2::ggsave(filename = "SNplot.png", SNplot) 27 ggplot2::ggsave(filename = "SNplot.png", SNplot)
28 ]]></configfile> 28 ]]></configfile>
29 </configfiles> 29 </configfiles>