diff spring_minz.xml @ 29:41353488926c draft

"planemo upload commit 1c0a60f98e36bccb6d6c85ff82a8d737a811b4d5"
author guerler
date Sun, 22 Nov 2020 14:15:24 +0000
parents e34da554d415
children b0e195a47df7
line wrap: on
line diff
--- a/spring_minz.xml	Sat Oct 31 22:55:35 2020 +0000
+++ b/spring_minz.xml	Sun Nov 22 14:15:24 2020 +0000
@@ -1,6 +1,5 @@
 <tool id="spring_minz" name="SPRING min-Z" version="0.1.2" python_template_version="3.5">
     <description>filter operation</description>
-    <code file="spring_minz.py"/>
     <command detect_errors="exit_code"><![CDATA[
         mkdir -p targets &&
         #for target in $targets
@@ -28,7 +27,7 @@
         </conditional>
         <param format="tabular" name="crossreference" type="data" label="Cross reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/>
         <param name="minscore" type="integer" label="Score threshold" value="10" min="1" max="200" help="Matching interaction pairs with a score lower than this threshold will be excluded."/>
-         <param name="idx" type="integer" label="Identifier length" value="6" min="1" max="20" help="Specify the length of the identifier e.g. `1ACB_A` has length 6."/>
+        <param name="idx" type="integer" label="Identifier length" value="6" min="1" max="20" help="Specify the length of the identifier e.g. `1ACB_A` has length 6."/>
     </inputs>
     <outputs>
         <data format="tabular" name="output" label="SPRING min-Z Table"/>