comparison tomo/tomo_macros.xml @ 128:0823bbfb0a78 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4
author ximgchess
date Thu, 15 Jun 2023 19:21:58 +0000
parents d8baf7dafbd8
children 49985da419b8
comparison
equal deleted inserted replaced
127:d8baf7dafbd8 128:0823bbfb0a78
1 <macros> 1 <macros>
2 <import>../macros.xml</import>
3 <token name="@TOOL_VERSION@">0.1.0</token> 2 <token name="@TOOL_VERSION@">0.1.0</token>
4 <token name="@PROFILE@">21.09</token> 3 <token name="@PROFILE@">21.09</token>
5 <token name="@PYTHON_TEMPLATE_VERSION@">3.11</token> 4 <token name="@PYTHON_TEMPLATE_VERSION@">3.11</token>
6 <xml name="requirements"> 5 <xml name="requirements">
7 <requirements> 6 <requirements>
8 <expand macro="chap-requirement" /> 7 <requirement type="package" version="0.0.8">chessanalysispipeline</requirement>
9 <!-- <requirement type="package" version="0.0.8">chessanalysispipeline</requirement> -->
10 <requirement type="package" version="1.1.0">lmfit</requirement> 8 <requirement type="package" version="1.1.0">lmfit</requirement>
11 <requirement type="package" version="3.7.1">matplotlib</requirement> 9 <requirement type="package" version="3.7.1">matplotlib</requirement>
12 <requirement type="package" version="1.0.1">nexusformat</requirement> 10 <requirement type="package" version="1.0.1">nexusformat</requirement>
13 <requirement type="package" version="1.10.7">pydantic</requirement> 11 <requirement type="package" version="1.10.7">pydantic</requirement>
14 <requirement type="package" version="1.12.2">tomopy</requirement> 12 <requirement type="package" version="1.12.2">tomopy</requirement>
15 </requirements> 13 </requirements>
16 </xml> 14 </xml>
17 <xml name="citations"> 15 <xml name="citations">
18 <citations> 16 <citations>
19 <expand macro="chap-citation" /> 17 <citation type="bibtex">
20 <!-- <citation type="bibtex"> --> 18 @software{keara_soloway_2023_7963605,
21 <!-- @software{keara_soloway_2023_7963605, --> 19 author = {Keara Soloway and
22 <!-- author = {Keara Soloway and --> 20 Valentin Kuznetsov and
23 <!-- Valentin Kuznetsov and --> 21 Rolf Verberg},
24 <!-- Rolf Verberg}, --> 22 title = {CHESSComputing/ChessAnalysisPipeline: v0.0.8},
25 <!-- title = {CHESSComputing/ChessAnalysisPipeline: v0.0.8}, --> 23 month = may,
26 <!-- month = may, --> 24 year = 2023,
27 <!-- year = 2023, --> 25 publisher = {Zenodo},
28 <!-- publisher = {Zenodo}, --> 26 version = {v0.0.8},
29 <!-- version = {v0.0.8}, --> 27 doi = {10.5281/zenodo.7963605},
30 <!-- doi = {10.5281/zenodo.7963605}, --> 28 url = {https://doi.org/10.5281/zenodo.7963605}
31 <!-- url = {https://doi.org/10.5281/zenodo.7963605} --> 29 }</citation>
32 <!-- }</citation> -->
33 </citations> 30 </citations>
34 </xml> 31 </xml>
35 </macros> 32 </macros>
36 33