view spring_cross.xml @ 41:f316caf098a6 draft default tip

"planemo upload commit 685e1236afde7cf6bb0c9236de06998d2c211dd3"
author guerler
date Mon, 01 Mar 2021 15:02:36 +0000
parents 172398348efd
children
line wrap: on
line source

<tool id="spring_cross" name="SPRING Cross" version="0.1.0" python_template_version="3.5" license="MIT">
    <description>reference builder</description>
    <command detect_errors="exit_code"><![CDATA[
        python3 '$__tool_directory__/spring_cross.py' -i '$index' -d '$database' -o '$output' -g '$log'
    ]]></command>
    <inputs>
        <param format="ffindex" name="index" type="data" label="PDB Database Index" help="Database Index file."/>
        <param format="ffdata" name="database" type="data" label="PDB Database" help="Database Data file."/>
    </inputs>
    <outputs>
        <data format="tabular" name="output" label="SPRING Cross Reference"/>
        <data format="txt" name="log" label="SPRING Cross Log"/>
    </outputs>
    <help><![CDATA[
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 
input for the SPRING min-Z calculator.
    ]]></help>
    <tests>
        <test>
            <param name="index" value="cross/pdb.ffindex" />
            <param name="database" value="cross/pdb.ffdata" />
            <output name="output" file="cross/reference.tabular"/>
        </test>
    </tests>
    <citations>
        <citation type="bibtex">
@misc{githubhh-suite,
author = {Guerler, Govindarajoo, Zhang},
year = {2013},
title = {Mapping Monomeric Threading to Protein-Protein Structure Prediction},
publisher = {ACS Publications},
journal = {Journal of Chemical Information and Modeling},
url = {https://pubs.acs.org/doi/10.1021/ci300579r},
}
        </citation>
    </citations>
</tool>