changeset 1:04173e42b7e3 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/protein_properties commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author bgruening
date Mon, 20 Nov 2017 05:08:25 -0500
parents 836fdda98fd1
children
files protein_properties.xml
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/protein_properties.xml	Fri May 13 03:37:56 2016 -0400
+++ b/protein_properties.xml	Mon Nov 20 05:08:25 2017 -0500
@@ -3,11 +3,8 @@
     <requirements>
         <requirement type="package" version="1.65">biopython</requirement>
     </requirements>
-    <stdio>
-        <exit_code range="1:" />
-    </stdio>
-    <command><![CDATA[
-        $__tool_directory__/protein_properties.py < $input > $output
+    <command detect_errors="aggressive"><![CDATA[
+        '$__tool_directory__/protein_properties.py' < '$input' > '$output'
     ]]></command>
     <inputs>
         <param format="fasta" name="input" type="data" label="Protein sequence"
@@ -39,7 +36,6 @@
 
 For more information see the `BioPython ProteinAnalysis documentation <http://www.biopython.org/DIST/docs/api/Bio.SeqUtils.ProtParam.ProteinAnalysis-class.html>`_.
 
-
     ]]></help>
     <citations>
         <citation type="doi">10.1093/bioinformatics/btp163</citation>