# HG changeset patch # User recetox # Date 1723796868 0 # Node ID e4ddc3bc7e15ddfdc1c1da68a23603973407f5ee # Parent 079ae9aa6ed52cedac94d4426a504d85b11dfae2 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 37faca3342cbcd3bd6b23fe52a00d05151c03bfd diff -r 079ae9aa6ed5 -r e4ddc3bc7e15 macros.xml --- a/macros.xml Thu Aug 15 12:01:23 2024 +0000 +++ b/macros.xml Fri Aug 16 08:27:48 2024 +0000 @@ -68,9 +68,9 @@ <xml name="snplot_param"> <param name="input_file" type="data" format="tabular" label="Input data" help= "Input data frame, first column is mass, second column is intensity"/> - <param name="cut" type="float" label="cut" + <param name="cut" type="float" label="cut" value="0" help= "A numeric value of the intensity cut value being investigated"/> - <param name="mass" type="float" label="mass" + <param name="mass" type="float" label="mass" value="300" help= "A numeric value setting a centerpoint to look at the mass spectrum"/> <param name="window_x" type="float" label="window.x" value="0.5" help= "A numeric value setting the +/- range around the mass centerpoint, default is 0.5"/> diff -r 079ae9aa6ed5 -r e4ddc3bc7e15 mfassignr_isofiltr.xml --- a/mfassignr_isofiltr.xml Thu Aug 15 12:01:23 2024 +0000 +++ b/mfassignr_isofiltr.xml Fri Aug 16 08:27:48 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="mfassignr_isofiltr" name="MFAssignR IsoFiltR" version="@TOOL_VERSION@+galaxy0" profile="23.0"> +<tool id="mfassignr_isofiltr" name="MFAssignR IsoFiltR" version="@TOOL_VERSION@+galaxy1" profile="23.0"> <description>Separates likely isotopic masses from monoisotopic masses in a mass list</description> <macros> <import>macros.xml</import>