Skip to content

Commit

Permalink
Fix version for CAMERA_groupFWHM tool.
Browse files Browse the repository at this point in the history
Failed to expand inclusions [{'source': 'camera_groupfwhm.xml'}, {'source': 'camera_groupfwhm.r'}]
  • Loading branch information
DamienCode404 committed Oct 24, 2024
1 parent 5c202f0 commit 2007bc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/camera/groupFWHM.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<tool id="CAMERA_groupFWHM" name="CAMERA.groupFWHM" version="1.0.0+camera@TOOL_VERSION@-galaxy@VERSION_SUFFIX@" profile="23.0">
<tool id="CAMERA_groupFWHM" name="CAMERA.groupFWHM" version="0.1.0+camera@TOOL_VERSION@-galaxy@VERSION_SUFFIX@" profile="23.0">

<description>Group peaks into pseudospectra-groups</description>

<macros>
Expand All @@ -22,7 +23,7 @@
</command>

<inputs>
<param name="image" type="data" label="RData file" format="rdata.xcms.fillpeaks,rdata" help="output file from another function xcms (fillPeaks)" />
<param name="image" type="data" label="RData file" format="rdata" help="output file from another function xcms (fillPeaks)" />
<param name="sigma" type="integer" value="6" label="the multiplier of the standard deviation"/>
<param name="perfwhm" type="float" value="0.6" max="1" min="0" label="percentage of the width of the FWHM"/>
<param name="intval" type="select" label="intensity values for ordering. Allowed values are into, maxo, intb">
Expand Down

0 comments on commit 2007bc1

Please sign in to comment.