view macros.xml @ 2:7ac6900f4790 draft

planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit 3ff06e3182c3a1546ea0a3b29e0d4383e12169e1
author chemteam
date Wed, 03 Apr 2019 15:45:52 -0400
parents 0692d9f9edd3
children f61a718993fd
line wrap: on
line source

<macros>
    <token name="@VERSION@">2.3</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="2.3_3">r-bio3d</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="analysis_inputs">
        <param format="dcd" name="dcdin" type="data" label="dcd trajectory input"/>
        <param format="pdb" name="pdbin" type="data" label="pdb input"/>
        <yield/>
    </xml>
    <xml name="tests_inputs">
        <param name="dcdin" value="test.dcd" ftype="dcd"/>
        <param name="pdbin" value="test.pdb" ftype="pdb"/>
        <yield/>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btz107</citation>
            <citation type="doi">10.1093/bioinformatics/btl461</citation>
        </citations>
    </xml>
</macros>