Mercurial > repos > rv43 > test_tomo_reconstruct
comparison tomo_macros.xml @ 0:98e23dff1de2 draft default tip
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
author | rv43 |
---|---|
date | Tue, 21 Mar 2023 16:22:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:98e23dff1de2 |
---|---|
1 <macros> | |
2 <xml name="requirements"> | |
3 <requirements> | |
4 <requirement type="package" version="1.0.3">lmfit</requirement> | |
5 <requirement type="package" version="3.5.2">matplotlib</requirement> | |
6 <requirement type="package" version="1.0.0">nexusformat</requirement> | |
7 <requirement type="package" version="1.12.2">tomopy</requirement> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="citations"> | |
11 <citations> | |
12 <citation type="bibtex"> | |
13 @misc{github_files, | |
14 author = {Verberg, Rolf}, | |
15 year = {2022}, | |
16 title = {Tomo Reconstruction}, | |
17 }</citation> | |
18 </citations> | |
19 </xml> | |
20 <!-- | |
21 <xml name="common_inputs"> | |
22 <param name="config" type='data' format='yaml' optional='false' label="Input config"/> | |
23 <param name="config" type='data' format='tomo.config.yaml' optional='true' label="Input config"/> | |
24 </xml> | |
25 --> | |
26 <xml name="common_outputs"> | |
27 <data name="log" format="txt" label="Log"/> | |
28 </xml> | |
29 </macros> | |
30 |