Mercurial > repos > rv43 > chess_tomo
diff tomo_macros.xml @ 2:3fd7398a3a7f draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit 0814301cace61040b468d4185a9056a1aed4050d-dirty
| author | rv43 |
|---|---|
| date | Mon, 20 Mar 2023 18:16:13 +0000 |
| parents | |
| children | 50923144fb56 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tomo_macros.xml Mon Mar 20 18:16:13 2023 +0000 @@ -0,0 +1,30 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.0.3">lmfit</requirement> + <requirement type="package" version="3.5.2">matplotlib</requirement> + <requirement type="package" version="1.0.0">nexusformat</requirement> + <requirement type="package" version="1.12.2">tomopy</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> +@misc{github_files, + author = {Verberg, Rolf}, + year = {2022}, + title = {Tomo Reconstruction}, +}</citation> + </citations> + </xml> + <!-- + <xml name="common_inputs"> + <param name="config" type='data' format='yaml' optional='false' label="Input config"/> + <param name="config" type='data' format='tomo.config.yaml' optional='true' label="Input config"/> + </xml> + --> + <xml name="common_outputs"> + <data name="log" format="txt" label="Log"/> + </xml> +</macros> +
