diff rm_spurious_events.xml @ 4:308ab6387c75 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a6a6774ae353f915a5ca34af8f281edd91e5c665
author iuc
date Fri, 04 Oct 2024 08:57:01 +0000
parents 5c72eb992651
children
line wrap: on
line diff
--- a/rm_spurious_events.xml	Wed Jan 15 17:12:22 2020 -0500
+++ b/rm_spurious_events.xml	Fri Oct 04 08:57:01 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="bctools_remove_spurious_events" name="Remove spurious" version="@VERSION@+galaxy1">
+<tool id="bctools_remove_spurious_events" name="Remove spurious" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>crosslinking events</description>
     <macros>
         <import>macros.xml</import>
@@ -14,7 +14,7 @@
     ]]></command>
     <inputs>
         <param name="events" type="data" format="bed" label="BED6 file containing alignments"/>
-        <param name="threshold" argument="--threshold" type="float" value="0.1" optional="true" label="Threshold for spurious event removal" help="Remove all crosslinking events that combine less reads than this fraction of the maximum number of reads at this position."/>
+        <param argument="--threshold" type="float" value="0.1" optional="true" label="Threshold for spurious event removal" help="Remove all crosslinking events that combine less reads than this fraction of the maximum number of reads at this position."/>
     </inputs>
     <outputs>
         <data name="events_filtered" format="bed"/>