Mercurial > repos > iuc > krocus
diff macros.xml @ 0:6a97c3a857d2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krocus commit b6dad2eecb7ef9234ec878a36242edffed4c1241
| author | iuc |
|---|---|
| date | Tue, 12 Mar 2024 10:45:51 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Mar 12 10:45:51 2024 +0000 @@ -0,0 +1,18 @@ +<macros> + <token name="@VERSION@">1.0.1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">krocus</requirement> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>krocus --version</version_command> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.7717/peerj.5233</citation> + </citations> + </xml> +</macros> \ No newline at end of file
