Mercurial > repos > iuc > bctools_remove_spurious_events
diff rm_spurious_events.xml @ 4:f0008ed4664b 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:55:59 +0000 |
| parents | 4739be4dcf1e |
| children |
line wrap: on
line diff
--- a/rm_spurious_events.xml Wed Jan 15 22:09:24 2020 +0000 +++ b/rm_spurious_events.xml Fri Oct 04 08:55:59 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"/>
