Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_macros.xml @ 1:84a215623d9e draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit f4980be19456f3f51758e06e2eb7520924ce1e3a
author | ximgchess |
---|---|
date | Tue, 11 Apr 2023 15:49:53 +0000 |
parents | |
children | a865a7d1cd91 |
comparison
equal
deleted
inserted
replaced
0:47d2a1f087d1 | 1:84a215623d9e |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">0.1.0</token> | |
3 <token name="@PROFILE@">21.09</token> | |
4 <token name="@PYTHON_TEMPLATE_VERSION@">3.9.13</token> | |
5 <xml name="requirements"> | |
6 <requirements> | |
7 <requirement type="package" version="0.0.3">chessanalysispipeline</requirement> | |
8 <requirement type="package" version="1.1.0">lmfit</requirement> | |
9 <requirement type="package" version="3.7.1">matplotlib</requirement> | |
10 <requirement type="package" version="1.0.1">nexusformat</requirement> | |
11 <requirement type="package" version="1.10.7">pydantic</requirement> | |
12 <requirement type="package" version="1.12.2">tomopy</requirement> | |
13 </requirements> | |
14 </xml> | |
15 <xml name="citations"> | |
16 <citations> | |
17 <citation type="bibtex"> | |
18 @misc{githubChessAnalysisPipeline, | |
19 author = {LastTODO, FirstTODO}, | |
20 year = {TODO}, | |
21 title = {Tomography reconstruction}, | |
22 publisher = {GitHub}, | |
23 journal = {GitHub repository}, | |
24 url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, | |
25 }</citation> | |
26 </citations> | |
27 </xml> | |
28 </macros> | |
29 |