comparison tomo/tomo_macros.xml @ 127:d8baf7dafbd8 draft

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