Mercurial > repos > dlalgroup > text_to_wordmatrix
diff macros.xml @ 0:dd696b179eb7 draft
"planemo upload for repository https://github.com/dlal-group/simtext commit fd3f5b7b0506fbc460f2a281f694cb57f1c90a3c-dirty"
| author | dlalgroup |
|---|---|
| date | Thu, 24 Sep 2020 02:58:53 +0000 |
| parents | |
| children | 949e46ca234b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Sep 24 02:58:53 2020 +0000 @@ -0,0 +1,24 @@ +<macros> + <token name="@VERSION@">0.0.1</token> + + <xml name="requirements"> + <requirements> + <yield/> + <container type="docker">lalgroup/simtext:@VERSION@</container> + </requirements> + </xml> + + <xml name="stdio"> + <stdio> + <exit_code level="fatal" range="1:"/> + </stdio> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1101/2020.07.06.190629</citation> + </citations> + </xml> + +</macros> +
