view tomo/tomo_macros.xml @ 127:d8baf7dafbd8 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
author ximgchess
date Thu, 15 Jun 2023 19:08:58 +0000
parents b67b9979ff74
children 0823bbfb0a78
line wrap: on
line source

<macros>
    <import>../macros.xml</import>
    <token name="@TOOL_VERSION@">0.1.0</token>
    <token name="@PROFILE@">21.09</token>
    <token name="@PYTHON_TEMPLATE_VERSION@">3.11</token>
    <xml name="requirements">
        <requirements>
	    <expand macro="chap-requirement" />
            <!-- <requirement type="package" version="0.0.8">chessanalysispipeline</requirement> -->
            <requirement type="package" version="1.1.0">lmfit</requirement>
            <requirement type="package" version="3.7.1">matplotlib</requirement>
            <requirement type="package" version="1.0.1">nexusformat</requirement>
            <requirement type="package" version="1.10.7">pydantic</requirement>
            <requirement type="package" version="1.12.2">tomopy</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
	    <expand macro="chap-citation" />
<!--             <citation type="bibtex"> -->
<!-- @software{keara_soloway_2023_7963605, -->
<!--   author       = {Keara Soloway and -->
<!--                   Valentin Kuznetsov and -->
<!--                   Rolf Verberg}, -->
<!--   title        = {CHESSComputing/ChessAnalysisPipeline: v0.0.8}, -->
<!--   month        = may, -->
<!--   year         = 2023, -->
<!--   publisher    = {Zenodo}, -->
<!--   version      = {v0.0.8}, -->
<!--   doi          = {10.5281/zenodo.7963605}, -->
<!--   url          = {https://doi.org/10.5281/zenodo.7963605} -->
<!-- }</citation> -->
        </citations>
    </xml>
</macros>