Mercurial > repos > galaxyp > data_manager_eggnog_mapper
comparison data_manager/eggnog_macros.xml @ 3:4a7444e92ad5 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper_data_manager commit 75035b2919ce95fa8d3b785d86c7c7c9da531db2
| author | galaxyp |
|---|---|
| date | Mon, 20 Jun 2022 12:47:05 +0000 |
| parents | 55cb477ec52c |
| children |
comparison
equal
deleted
inserted
replaced
| 2:55cb477ec52c | 3:4a7444e92ad5 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <macros> | 2 <macros> |
| 3 <token name="@VERSION@">2.1.6</token> | 3 <token name="@TOOL_VERSION@">2.1.8</token> |
| 4 <token name="@VERSION_SUFFIX@">2.1.8</token> | |
| 4 <token name="@EGGNOG_DB_VERSION@">5.0.2</token> | 5 <token name="@EGGNOG_DB_VERSION@">5.0.2</token> |
| 5 <!-- | 6 <!-- |
| 6 # DB versionning was super confusing for eggnog-mapper 2.0.x: | 7 # DB versionning was super confusing for eggnog-mapper 2.0.x: |
| 7 # eggnog-mapper 1.* needed a db v4.5 (based on eggnog v4.5) | 8 # eggnog-mapper 1.* needed a db v4.5 (based on eggnog v4.5) |
| 8 # eggnog-mapper 2.x needed a db v2.0 (based on eggnog v5.0) | 9 # eggnog-mapper 2.x needed a db v2.0 (based on eggnog v5.0) |
| 16 <citation type="doi">10.1093/molbev/msx148</citation> | 17 <citation type="doi">10.1093/molbev/msx148</citation> |
| 17 </citations> | 18 </citations> |
| 18 </xml> | 19 </xml> |
| 19 <xml name="requirements"> | 20 <xml name="requirements"> |
| 20 <requirements> | 21 <requirements> |
| 21 <requirement type="package" version="@VERSION@">eggnog-mapper</requirement> | 22 <requirement type="package" version="@TOOL_VERSION@">eggnog-mapper</requirement> |
| 22 </requirements> | 23 </requirements> |
| 23 </xml> | 24 </xml> |
| 24 <xml name="version_command"> | 25 <xml name="version_command"> |
| 25 <version_command>emapper.py --version</version_command> | 26 <version_command>emapper.py --version</version_command> |
| 26 </xml> | 27 </xml> |
| 61 <has_text text="@EGGNOG_DB_VERSION@" /> | 62 <has_text text="@EGGNOG_DB_VERSION@" /> |
| 62 </assert_contents> | 63 </assert_contents> |
| 63 </output> | 64 </output> |
| 64 </test> | 65 </test> |
| 65 </xml> | 66 </xml> |
| 67 <xml name="stdout_assertion"> | |
| 68 <assert_stdout> | |
| 69 <has_line line="# emapper-@TOOL_VERSION@"/> | |
| 70 <has_line line="FINISHED"/> | |
| 71 </assert_stdout> | |
| 72 </xml> | |
| 66 </macros> | 73 </macros> |
