Mercurial > repos > goeckslab > mesmer
view macros.xml @ 0:53240d7c1fc5 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mesmer commit 5fb6aa9066c68d9972b3cc4be13503a952f952a5
author | goeckslab |
---|---|
date | Thu, 08 Sep 2022 15:17:30 +0000 |
parents | |
children | 02abff468d60 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <container type="docker">quay.io/goeckslab/mesmer:@TOOL_VERSION@</container> </requirements> </xml> <xml name="version_cmd"> <version_command>@CMD_BEGIN@ --help</version_command> </xml> <xml name="citations"> <citations> <citation type="doi">10.1038/s41587-021-01094-0</citation> </citations> </xml> <token name="@TOOL_VERSION@">0.3.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@CMD_BEGIN@">python /usr/src/app/run_app.py mesmer</token> </macros>