view tomo/tomo_macros.xml @ 66:3b1dbe3fb91b draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
author ximgchess
date Mon, 24 Apr 2023 16:39:59 +0000
parents 2679014bb6eb
children f751fb2b1985
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.1.0</token>
    <token name="@PROFILE@">21.09</token>
    <token name="@PYTHON_TEMPLATE_VERSION@">3.9</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.0.6">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>
            <citation type="bibtex">
@misc{githubChessAnalysisPipeline,
  author = {LastTODO, FirstTODO},
  year = {TODO},
  title = {Tomography reconstruction},
  publisher = {GitHub},
  journal = {GitHub repository},
  url = {https://github.com/CHESSComputing/ChessAnalysisPipeline},
}</citation>
        </citations>
    </xml>
</macros>