diff tools/predictnls/predictnls.xml @ 3:ae44396108f5 draft default tip

v0.0.8 internal changes
author peterjc
date Wed, 05 Aug 2015 12:25:47 -0400
parents 9f2088ca5f6a
children
line wrap: on
line diff
--- a/tools/predictnls/predictnls.xml	Fri Nov 21 07:00:43 2014 -0500
+++ b/tools/predictnls/predictnls.xml	Wed Aug 05 12:25:47 2015 -0400
@@ -1,13 +1,16 @@
-<tool id="predictnls" name="PredictNLS" version="0.0.7">
+<tool id="predictnls" name="PredictNLS" version="0.0.8">
     <description>Find nuclear localization signals (NLSs) in protein sequences</description>
-    <command interpreter="python">
-      predictnls.py $fasta_file $tabular_file
-    </command>
+    <requirements>
+        <requirement type="binary">predictnls</requirement>
+    </requirements>
     <stdio>
         <!-- Assume anything other than zero is an error -->
         <exit_code range="1:" />
         <exit_code range=":-1" />
     </stdio>
+    <command interpreter="python">
+      predictnls.py $fasta_file $tabular_file
+    </command>
     <inputs>
         <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/> 
     </inputs>
@@ -20,9 +23,6 @@
              <output name="tabular_file" file="four_human_proteins.predictnls.tabular"/>
         </test>
     </tests>
-    <requirements>
-        <requirement type="binary">predictnls</requirement>
-    </requirements>
     <help>
     
 **What it does**