Mercurial > repos > thanhlv > bin3c
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:eb31dd5dc3ed |
|---|---|
| 1 <macros> | |
| 2 <token name="@VERSION@">0.3</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <container type="singularity">path/to/bin3c.sif</container> | |
| 6 </requirements> | |
| 7 </xml> | |
| 8 | |
| 9 <xml name="version_command"> | |
| 10 <version_command>bin3C -V | grep -E -o "([0-9]\.[0-9])"</version_command> | |
| 11 </xml> | |
| 12 <xml name="citations"> | |
| 13 <citations> | |
| 14 <citation type="doi">10.1186/s13059-019-1643-1</citation> | |
| 15 </citations> | |
| 16 </xml> | |
| 17 </macros> |
