Mercurial > repos > thanhlv > data_manager_build_ariba_database
diff data_manager/macros.xml @ 0:a8bb47cc7625 draft
planemo upload for repository tbd commit 0af229dbbda0496819ca95938c2e0628db689134
| author | thanhlv |
|---|---|
| date | Tue, 08 Jan 2019 11:04:25 -0500 |
| parents | |
| children | be46816110b4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data_manager/macros.xml Tue Jan 08 11:04:25 2019 -0500 @@ -0,0 +1,18 @@ +<macros> + <token name="@VERSION@">0.1.0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.13.2">ariba</requirement> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>ariba version | head -n 1</version_command> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1099/mgen.0.000131</citation> + </citations> + </xml> +</macros> \ No newline at end of file
