Repository 'spyboat'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/spyboat

Changeset 5:07a85bc414ba (2023-05-10)
Previous changeset 4:8815bc7e9cef (2022-10-10) Next changeset 6:117a042eb1b8 (2023-11-08)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/spyboat commit 8436aab757c3f41423f3ba76961c2f599f97fc40
modified:
spyboat.xml
b
diff -r 8815bc7e9cef -r 07a85bc414ba spyboat.xml
--- a/spyboat.xml Mon Oct 10 17:02:00 2022 +0000
+++ b/spyboat.xml Wed May 10 18:52:04 2023 +0000
b
@@ -1,7 +1,7 @@
 <tool id="spyboat" name="SpyBOAT" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
 <description>wavelet analyzes image stacks</description>
     <macros>
-        <token name="@TOOL_VERSION@">0.1.1</token>
+        <token name="@TOOL_VERSION@">0.1.2</token>
         <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <requirements>
@@ -206,7 +206,9 @@
 
     If multiple channels are present in your data, extract the channel of interest beforehand (e.g. with Fiji).
 
-    **Author**: Gregor Mönke (gregor.moenke@embl.de).
+    **Author**: Gregor Mönke (github.com/tensionhead).
+
+    **SpyBOAT repository**: https://github.com/tensionhead/SpyBOAT
 
     **Wrapper by**: Jelle Scholtalbers (jelle.scholtalbers@embl.de).
 
@@ -236,7 +238,7 @@
         The minimal period to scan for, this is the higher (in frequency) end of the spectrum. A warning will be given during processing if the chosen value deceeds the Nyquist limit (2 times the sampling interval).
 
     - Largest period:
-        The maximal period to scan for, this is the lower (in frequency) end of the spectrum. The inbuild Sinc filter will remove any periods larger than this form the data. Due to the 'roll off' of the filter, this value should be chosen generously. A warning will be given during processing if the chosen value exceeds the length of the time series.
+        The maximal period to scan for, this is the lower (in frequency) end of the spectrum. A warning will be given during processing if the chosen value exceeds the length of the time series.
 
     - Number of periods to scan for:
         This is the the number of convolutions computed per pixel.