comparison spring_cross.xml @ 37:0be0af9e695d draft

"planemo upload commit c716195a2cc1ed30ff8c4936621091296a93b2fc"
author guerler
date Wed, 25 Nov 2020 14:35:35 +0000
parents
children 80a4b98121b6
comparison
equal deleted inserted replaced
36:2fe8ffff530d 37:0be0af9e695d
1 <tool id="spring_cross" name="SPRING Cross" version="0.1.0" python_template_version="3.5" license="MIT">
2 <description>reference builder</description>
3 <command detect_errors="exit_code"><![CDATA[
4 python3 '$__tool_directory__/spring_cross.py' -l '$list' -i '$index' -d '$database' -o '$output' -g '$log' -t temp
5 ]]></command>
6 <inputs>
7 <param format="tabular" name="list" type="data" label="PDB Chain Identifiers" help="List of PDB chains [PDB_CHAIN]."/>
8 <param format="tabular" name="index" type="data" label="PDB Database Index" help="Database Index file (ffindex)."/>
9 <param format="data" name="database" type="data" label="PDB Database" help="Database Data file (ffdata)."/>
10 </inputs>
11 <outputs>
12 <data format="tabular" name="output" label="SPRING Cross Reference"/>
13 <data format="txt" name="log" label="SPRING Cross Log"/>
14 </outputs>
15 <help><![CDATA[
16 Creates a 2-column cross reference between a list of input chains and all interacting chains found in the provided PDB database. This reference is required as
17 input for the SPRING min-Z calculator.
18 ]]></help>
19 <tests>
20 <test>
21 <param name="list" value="cross/chains.tabular" />
22 <param name="index" value="cross/pdb.ffindex" />
23 <param name="database" value="cross/pdb.ffdata" />
24 <output name="output" file="cross/reference.tabular"/>
25 </test>
26 </tests>
27 <citations>
28 <citation type="bibtex">
29 @misc{githubhh-suite,
30 author = {Guerler, Govindarajoo, Zhang},
31 year = {2013},
32 title = {Mapping Monomeric Threading to Protein-Protein Structure Prediction},
33 publisher = {ACS Publications},
34 journal = {Journal of Chemical Information and Modeling},
35 url = {https://pubs.acs.org/doi/10.1021/ci300579r},
36 }
37 </citation>
38 </citations>
39 </tool>