Mercurial > repos > guerler > springsuite
comparison spring_map.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_map" name="SPRING Map" version="0.1.0" python_template_version="3.5" license="MIT"> | |
2 <description>with BLAST</description> | |
3 <requirements> | |
4 <requirement type="package" version="2.10.1">blast</requirement> | |
5 </requirements> | |
6 <command detect_errors="exit_code"><![CDATA[ | |
7 python3 '$__tool_directory__/spring_map.py' -l '$list' -i '$index' -d '$database' -c '$cross' -o '$output' -g '$log' -t temp | |
8 ]]></command> | |
9 <inputs> | |
10 <param format="tabular" name="list" type="data" label="PDB Chain Identifiers" help="List of PDB chains [PDB_CHAIN]."/> | |
11 <param format="tabular" name="index" type="data" label="PDB Database Index" help="Database Index file (ffindex)."/> | |
12 <param format="data" name="database" type="data" label="PDB Database" help="Database Data file (ffdata)."/> | |
13 <param format="tabular" name="cross" type="data" label="Unmapped Cross Reference" help="SPRING PDB Cross Reference (unmapped)."/> | |
14 </inputs> | |
15 <outputs> | |
16 <data format="tabular" name="output" label="SPRING Map Cross Reference"/> | |
17 <data format="txt" name="log" label="SPRING Map Log"/> | |
18 </outputs> | |
19 <help><![CDATA[ | |
20 Creates a 3rd column for the SPRING cross reference containing the chain identifier of the binding partners homologue. | |
21 ]]></help> | |
22 <tests> | |
23 <test> | |
24 <param name="list" value="cross/chains.tabular" /> | |
25 <param name="index" value="cross/pdb.ffindex" /> | |
26 <param name="database" value="cross/pdb.ffdata" /> | |
27 <param name="cross" value="cross/reference.tabular" /> | |
28 <output name="output" file="map/mapped.reference.tabular"/> | |
29 </test> | |
30 </tests> | |
31 <citations> | |
32 <citation type="bibtex"> | |
33 @misc{githubhh-suite, | |
34 author = {Guerler, Govindarajoo, Zhang}, | |
35 year = {2013}, | |
36 title = {Mapping Monomeric Threading to Protein-Protein Structure Prediction}, | |
37 publisher = {ACS Publications}, | |
38 journal = {Journal of Chemical Information and Modeling}, | |
39 url = {https://pubs.acs.org/doi/10.1021/ci300579r}, | |
40 } | |
41 </citation> | |
42 </citations> | |
43 </tool> |