diff CADDSuite/galaxyconfigs/tools/PDBDownload.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents ff6df146c0d5
children
line wrap: on
line diff
--- a/CADDSuite/galaxyconfigs/tools/PDBDownload.xml	Tue Jun 28 10:37:20 2011 -0400
+++ b/CADDSuite/galaxyconfigs/tools/PDBDownload.xml	Tue Jul 12 10:23:33 2011 -0400
@@ -1,6 +1,6 @@
 
 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
-<tool id="pdbdownload" name="PDBDownload" version="0.94">
+<tool id="pdbdownload" name="PDBDownload" version="0.95">
     <description>retrieve pdb-file from pdb.org</description>
     <command interpreter="bash"><![CDATA[../../PDBDownload 
 #if str( $id ) != ''  and str( $id ) != 'None' :
@@ -15,8 +15,8 @@
  | tail -n 5
 ]]></command>
     <inputs>
-        <param name="id" label="PDB ID for desired structure" optional="false" area="true" type="text" size="1x15"/>
-        <param name="p" label="proxy" optional="true" area="true" type="text" size="1x15"/>
+        <param name="id" optional="false" label="PDB ID for desired structure" area="true" type="text" size="1x15"/>
+        <param name="p" optional="true" label="Optional: proxy" area="true" type="text" size="1x15"/>
     </inputs>
     <outputs>
         <data name="o" format="pdb"/>