view tomo/tomo_macros.xml @ 60:3a9135044f14 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty
author ximgchess
date Wed, 12 Apr 2023 19:04:05 +0000
parents 656fa988a81d
children a560d5143348
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>