view tomo/tomo_macros.xml @ 96:4b123ebffb06 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author ximgchess
date Wed, 24 May 2023 14:47:49 +0000
parents 3283cbddcc1d
children e7fd2e5b53ba
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.7">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>