view tomo/tomo_macros.xml @ 65:3af7a69bd3d6 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit c49c98aa168b9bb4c31c5e447712dfb9942572f6-dirty
author ximgchess
date Thu, 13 Apr 2023 13:54:53 +0000
parents 2679014bb6eb
children 3b1dbe3fb91b
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.4">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>