Mercurial > repos > thanhlv > bin3c
diff macros.xml @ 0:eb31dd5dc3ed draft
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit 0c7c0f6a955950df029477a0532268bf2b30d269-dirty
| author | thanhlv |
|---|---|
| date | Thu, 26 Sep 2019 12:12:13 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Sep 26 12:12:13 2019 -0400 @@ -0,0 +1,17 @@ +<macros> + <token name="@VERSION@">0.3</token> + <xml name="requirements"> + <requirements> + <container type="singularity">path/to/bin3c.sif</container> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>bin3C -V | grep -E -o "([0-9]\.[0-9])"</version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s13059-019-1643-1</citation> + </citations> + </xml> +</macros> \ No newline at end of file
