changeset 7:2b9ed61195e2 draft

"planemo upload commit ab5e686c62d07a0d45216b474d435b855745222d-dirty"
author guerler
date Sat, 01 Aug 2020 00:09:18 -0400
parents 323f11769abf
children f2f38991c36f
files spring_minz.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/spring_minz.xml	Fri Jul 31 23:35:20 2020 -0400
+++ b/spring_minz.xml	Sat Aug 01 00:09:18 2020 -0400
@@ -10,10 +10,10 @@
         python3 '$__tool_directory__/spring_minz.py' -m '$minscore' -t '$target' -c '$crossreference' -o '$output' -l input_list -i inputs
     ]]></command>
     <inputs>
-        <param format="txt" name="target" type="data" label="Target Profile" help="Homology search results of query sequence `hhr`. (-t)"/>
-        <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of target sequences `hhr`. (-i)"/>
-        <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins pairs. (-c)"/>
-        <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching complex templates with a score lower than this threshold will be excluded. (-c)"/>
+        <param format="txt" name="target" type="data" label="Target Profile" help="Homology search result of target/query profile `hhr`."/>
+        <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/>
+        <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins pairs from SPRING database protocol."/>
+        <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching interaction pairs with a score lower than this threshold will be excluded."/>
     </inputs>
     <outputs>
         <data format="txt" name="output" />