view macros.xml @ 2:1c1dba36c061 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/kma/ commit e5a95750f732cec753a8c2d8dbca0f63e50205f8-dirty
author dfornika
date Fri, 04 Oct 2019 15:46:45 -0400
parents abcd73320f34
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.2.12</token>
    <token name="@INTYPES@">
        fastq,fastq.gz,fastqsanger,fastqsanger.gz
    </token>
    <xml name="kma_index">
        <param label="Select a KMA index" name="kma_index" type="select">
            <options from_data_table="kma_index">
                <validator message="No KMA index available" type="no_options" />
            </options>
        </param>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">
	    @article{clausen2018rapid,
                title={Rapid and precise alignment of raw reads against redundant databases with KMA},
                author={Clausen, Philip TLC and Aarestrup, Frank M and Lund, Ole},
                journal={BMC bioinformatics},
                volume={19},
                number={1},
                pages={307},
                year={2018},
                publisher={BioMed Central}
            }
            </citation>
        </citations>
    </xml>
</macros>