Mercurial > repos > bgruening > bia_download
diff macros.xml @ 0:3085096f2b99 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 04eb6bf2ffe44b87f8c12134ac3bee33656f0673
author | bgruening |
---|---|
date | Wed, 06 Dec 2023 18:14:17 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Dec 06 18:14:17 2023 +0000 @@ -0,0 +1,21 @@ +<macros> + <token name="@VERSION@">0.1.0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.20.3">wget</requirement> + <requirement type="package" version="8.4.0">curl</requirement> + <requirement type="package" version="1.6">jq</requirement> + <yield /> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @misc{bia,, + title = "BioImage Archive Downloading via ftp", + note = "https://www.ebi.ac.uk/bioimage-archive/help-download/", + url = "https://www.ebi.ac.uk/bioimage-archive/help-download/"}</citation> + </citations> + </xml> +</macros> +