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="ExtractProteinSequence" name="ExtractProteinSequence" version="1.1.0">
|
|
5 <description>extracts fasta sequence</description>
|
|
6 <macros>
|
|
7 <token name="@EXECUTABLE@">ExtractProteinSequence</token>
|
|
8 <import>macros.xml</import>
|
|
9 </macros>
|
|
10 <expand macro="stdio"/>
|
|
11 <expand macro="requirements"/>
|
|
12 <command>ExtractProteinSequence
|
|
13
|
|
14 #if $param_i:
|
|
15 -i $param_i
|
|
16 #end if
|
|
17 #if $param_o:
|
|
18 -o $param_o
|
|
19 #end if
|
|
20 #if $param_c:
|
|
21 -c "$param_c"
|
|
22 #end if
|
|
23 </command>
|
|
24 <inputs>
|
|
25 <param name="param_i" type="data" format="pdb" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input pdb file from which to extract" help="(-i) "/>
|
|
26 <param name="param_c" type="text" size="30" value="<class 'CTDopts.CTDopts._Null'>" label="chain specifie" help="(-c) ">
|
|
27 <sanitizer>
|
|
28 <valid initial="string.printable">
|
|
29 <remove value="'"/>
|
|
30 <remove value="""/>
|
|
31 </valid>
|
|
32 </sanitizer>
|
|
33 </param>
|
|
34 </inputs>
|
|
35 <expand macro="advanced_options"/>
|
|
36 <outputs>
|
|
37 <data name="param_o" format="fasta"/>
|
|
38 </outputs>
|
|
39 <help>This tool extracts the fasta sequence from a given pdb file.
|
|
40
|
|
41 </help>
|
|
42 </tool>
|