|
2
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
|
|
|
3 <!--Proposed Tool Section: [Get Data]-->
|
|
|
4 <tool id="PDBDownload" name="PDBDownload" version="1.1.0">
|
|
|
5 <description>retrieve pdb-file from pdb.org</description>
|
|
|
6 <macros>
|
|
|
7 <token name="@EXECUTABLE@">PDBDownload</token>
|
|
|
8 <import>macros.xml</import>
|
|
|
9 </macros>
|
|
|
10 <expand macro="stdio"/>
|
|
|
11 <expand macro="requirements"/>
|
|
|
12 <command>PDBDownload
|
|
|
13
|
|
|
14 #if $param_id:
|
|
|
15 -id "$param_id"
|
|
|
16 #end if
|
|
|
17 #if $param_o:
|
|
|
18 -o $param_o
|
|
|
19 #end if
|
|
|
20 #if $param_p:
|
|
|
21 -p "$param_p"
|
|
|
22 #end if
|
|
|
23 </command>
|
|
|
24 <inputs>
|
|
|
25 <param name="param_id" type="text" size="30" value="<class 'CTDopts.CTDopts._Null'>" label="PDB ID for desired structure" help="(-id) ">
|
|
|
26 <sanitizer>
|
|
|
27 <valid initial="string.printable">
|
|
|
28 <remove value="'"/>
|
|
|
29 <remove value="""/>
|
|
|
30 </valid>
|
|
|
31 </sanitizer>
|
|
|
32 </param>
|
|
|
33 <param name="param_p" type="text" size="30" value="<class 'CTDopts.CTDopts._Null'>" label="proxy" help="(-p) ">
|
|
|
34 <sanitizer>
|
|
|
35 <valid initial="string.printable">
|
|
|
36 <remove value="'"/>
|
|
|
37 <remove value="""/>
|
|
|
38 </valid>
|
|
|
39 </sanitizer>
|
|
|
40 </param>
|
|
|
41 </inputs>
|
|
|
42 <expand macro="advanced_options"/>
|
|
|
43 <outputs>
|
|
|
44 <data name="param_o" format="pdb"/>
|
|
|
45 </outputs>
|
|
|
46 <help>Download a pdb-file from the pdb data bank (http://www.pdb.org/) using the specified ID of the desired protein structure.
|
|
|
47
|
|
|
48 </help>
|
|
|
49 </tool>
|