Mercurial > repos > goeckslab > backsub
comparison macros.xml @ 0:bf9f98a7f936 draft default tip
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/background-subtraction commit 7030070398b2b137b40f7893a82bd9889ae9df6f
| author | goeckslab |
|---|---|
| date | Wed, 05 Jun 2024 18:01:54 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bf9f98a7f936 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <macros> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <container type="docker">ghcr.io/schapirolabor/background_subtraction:v@TOOL_VERSION@</container> | |
| 6 </requirements> | |
| 7 </xml> | |
| 8 | |
| 9 <xml name="version_cmd"> | |
| 10 <version_command>echo @TOOL_VERSION@</version_command> | |
| 11 </xml> | |
| 12 <xml name="citations"> | |
| 13 <citations> | |
| 14 <citation type="doi">10.1038/s41592-021-01308-y</citation> | |
| 15 </citations> | |
| 16 </xml> | |
| 17 | |
| 18 <token name="@PROFILE@">21.0</token> | |
| 19 <token name="@TOOL_VERSION@">0.4.1</token> | |
| 20 <token name="@VERSION_SUFFIX@">0</token> | |
| 21 | |
| 22 </macros> |
