Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite/galaxyconfigs/tools/PDBDownload.xml @ 0:bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author | marcel |
---|---|
date | Tue, 07 Jun 2011 16:43:30 -0400 |
parents | |
children | 867bf9f815a0 |
line wrap: on
line source
<!--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.93"> <description>retrieve pdb-file from pdb.org</description> <command interpreter="bash"><![CDATA[../../PDBDownload #if str( $id ) != '' and str( $id ) != 'None' : -id "$id" #end if #if str( $o ) != '' and str( $o ) != 'None' : -o "$o" #end if #if str( $p ) != '' and str( $p ) != 'None' : -p "$p" #end if | 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"/> </inputs> <outputs> <data name="o" format="pdb"/> </outputs> <help>Download a pdb-file from the pdb data bank (http://www.pdb.org/) using the specified ID of the desired protein structure.</help> </tool>