comparison spring_model_all.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_all" name="SPRING Model-All" 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_all.py' -p '$pairs' -ih '$index_hhr' -dh '$database_hhr' -i '$index_pdb' -d '$database_pdb' -c '$crossreference' -o 'models' -g '$log'
10 ]]></command>
11 <inputs>
12 <param format="tabular" name="pairs" type="data" label="Interacting Pairs" help="Tabular 2-column file containing putative protein interaction pairs."/>
13 <param format="ffindex" name="index_hhr" type="data" label="HHR Index" help="HHR Database Index file (ffindex)."/>
14 <param format="ffdata" name="database_hhr" type="data" label="HHR Database" help="HHR Database files (ffdata)."/>
15 <param format="ffindex" name="index_pdb" type="data" label="PDB Index" help="PDB Database Index file (ffindex)."/>
16 <param format="ffdata" name="database_pdb" type="data" label="PDB Database" help="PDB Database files (ffdata)."/>
17 <param format="tabular" name="crossreference" type="data" label="Cross Reference" help="SPRING PDB Cross Reference as produced by SPRING Cross tool."/>
18 </inputs>
19 <outputs>
20 <collection type="list" label="SPRING Model Structures" name="models">
21 <discover_datasets pattern="__name_and_ext__" directory="models" />
22 </collection>
23 <data format="tabular" name="log" label="SPRING Model Log"/>
24 </outputs>
25 <help><![CDATA[
26 Creates protein complex model from HHsearch threading results.
27 ]]></help>
28 <tests>
29 <test>
30 <param name="pairs" value="model/pairs.txt" />
31 <param name="index_hhr" value="model/hhr.ffindex" />
32 <param name="database_hhr" value="model/hhr.ffdata" />
33 <param name="index_pdb" value="model/pdb_structures.ffindex" />
34 <param name="database_pdb" value="model/pdb_structures.ffdata" />
35 <param name="crossreference" value="model/crossreference.txt" />
36 <output name="log" file="model/log.txt"/>
37 </test>
38 </tests>
39 <citations>
40 <citation type="bibtex">
41 @misc{githubhh-suite,
42 author = {Guerler, Govindarajoo, Zhang},
43 year = {2013},
44 title = {Mapping Monomeric Threading to Protein-Protein Structure Prediction},
45 publisher = {ACS Publications},
46 journal = {Journal of Chemical Information and Modeling},
47 url = {https://pubs.acs.org/doi/10.1021/ci300579r},
48 }
49 </citation>
50 </citations>
51 </tool>