comparison spring_model.xml @ 39:172398348efd draft

"planemo upload commit 26b4018c88041ee0ca7c2976e0a012015173d7b6-dirty"
author guerler
date Fri, 22 Jan 2021 15:50:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:80a4b98121b6 39:172398348efd
1 <tool id="spring_model" name="SPRING Model" version="0.1.0" python_template_version="3.5" license="MIT">
2 <description>complex structures</description>
3 <requirements>
4 <requirement type="package" version="1.78">biopython</requirement>
5 <requirement type="package" version="20170708">tmalign</requirement>
6 <requirement type="package" version="3.06">pulchra</requirement>
7 </requirements>
8 <command detect_errors="exit_code"><![CDATA[
9 python3 '$__tool_directory__/spring_model.py' -a '$a' -b '$b' -i '$index' -d '$database' -c '$cross' -o '$output'
10 ]]></command>
11 <inputs>
12 <param format="text" name="a" type="data" label="First HHR target file" help="Threading result for target sequence using HHsearch."/>
13 <param format="text" name="b" type="data" label="Second HHR target file" help="Threading result for target sequence using HHsearch."/>
14 <param format="ffindex" name="index" type="data" label="PDB Index" help="PDB Database Index file (ffindex)."/>
15 <param format="ffdata" name="database" type="data" label="PDB Database" help="PDB Database files (ffdata)."/>
16 <param format="tabular" name="cross" type="data" label="Cross Reference" help="SPRING PDB Cross Reference as produced by SPRING Cross tool."/>
17 </inputs>
18 <outputs>
19 <data format="pdb" name="output" label="SPRING Model Structure"/>
20 </outputs>
21 <help><![CDATA[
22 Creates protein complex model from HHsearch threading results.
23 ]]></help>
24 <tests>
25 <test>
26 <param name="a" value="model/ACE2_HUMAN.hhr" />
27 <param name="b" value="model/SPIKE_SARS2.hhr" />
28 <param name="index" value="model/pdb_structures.ffindex" />
29 <param name="database" value="model/pdb_structures.ffdata" />
30 <param name="cross" value="model/crossreference.txt" />
31 <output name="output" file="model/sp|Q9BYF1|ACE2_HUMAN.sp|P0DTC2|SPIKE_SARS2.pdb"/>
32 </test>
33 </tests>
34 <citations>
35 <citation type="bibtex">
36 @misc{githubhh-suite,
37 author = {Guerler, Govindarajoo, Zhang},
38 year = {2013},
39 title = {Mapping Monomeric Threading to Protein-Protein Structure Prediction},
40 publisher = {ACS Publications},
41 journal = {Journal of Chemical Information and Modeling},
42 url = {https://pubs.acs.org/doi/10.1021/ci300579r},
43 }
44 </citation>
45 </citations>
46 </tool>