Mercurial > repos > bebatut > metaphlan2
diff metaphlan2_macros.xml @ 31:83f06bee818c draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/metaphlan2/ commit a6bf1721b4efa39b8cbcd059288c68e4abf8f9bd-dirty
author | bebatut |
---|---|
date | Tue, 21 Feb 2017 12:29:37 -0500 |
parents | 99fe591b59fb |
children | 0cfe385629da |
line wrap: on
line diff
--- a/metaphlan2_macros.xml Thu Jun 16 06:07:23 2016 -0400 +++ b/metaphlan2_macros.xml Tue Feb 21 12:29:37 2017 -0500 @@ -1,10 +1,10 @@ <?xml version="1.0"?> <macros> + <token name="@WRAPPER_VERSION@">2.6.0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="2.2.5">bowtie2</requirement> - <requirement type="package" version="1.9">numpy</requirement> - <requirement type="package" version="2.5.0">metaphlan2</requirement> + <requirement type="package" version="@WRAPPER_VERSION@">metaphlan2</requirement> + <yield/> </requirements> </xml> <xml name="stdio"> @@ -20,4 +20,9 @@ description="" /> </stdio> </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1038/nmeth.3589</citation> + </citations> + </xml> </macros>