Mercurial > repos > tduigou > icfree_learner
diff macros.xml @ 0:da588cac4813 draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit 48497f3422d15940998cf709ea74e4b1460fb76c
| author | tduigou |
|---|---|
| date | Wed, 05 Feb 2025 14:04:54 +0000 |
| parents | |
| children | ee240ae47d61 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Feb 05 14:04:54 2025 +0000 @@ -0,0 +1,20 @@ +<macros> + <token name="@TOOL_VERSION@">2.9.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">icfree</requirement> + <yield/> + </requirements> + </xml> + <xml name="citation"> + <citations> + <citation type="doi">10.1101/2024.10.28.619828</citation> + </citations> + </xml> + <xml name="creator"> + <creator> + <organization name="BioRetroSynth" url="https://github.com/brsynth"/> + </creator> + </xml> +</macros>
