comparison macros.xml @ 0:08b34a6c34ec draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a95f5b04b1219489a327a622184633a561fe5ac0
author iuc
date Thu, 25 Apr 2024 21:00:59 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:08b34a6c34ec
1 <macros>
2 <token name="@TOOL_VERSION@">1.3</token>
3 <token name="@GALAXY_TOOL_VERSION@">galaxy</token>
4 <token name="@SUFFIX_VERSION@">6</token>
5 <token name="@PROFILE@">22.01</token>
6 <xml name="edam_ontology">
7 <edam_topics>
8 <edam_topic>topic_0196</edam_topic>
9 </edam_topics>
10 <edam_operations>
11 <edam_operation>operation_0525</edam_operation>
12 </edam_operations>
13 </xml>
14 <xml name="requirements">
15 <requirements>
16 <requirement type="package" version="1.1">merqury</requirement>
17 <requirement type="package" version="@TOOL_VERSION@">meryl</requirement>
18 <requirement type="package" version="1.34">tar</requirement>
19 </requirements>
20 </xml>
21 <xml name="meryldb_archive_assumptions">
22 <has_archive_member path="^[^/]+.meryl$" n="1"/> <!-- folder also counts -->
23 <has_archive_member path="[^/]+.meryl/merylIndex" n="1" all="true">
24 <has_size min="1"/>
25 </has_archive_member>
26 <has_archive_member path="[^/]+.meryl/.*\.merylIndex" n="64" all="true">
27 <has_size min="1"/>
28 </has_archive_member>
29 <has_archive_member path="[^/]+.meryl/.*\.merylData" n="64" all="true">
30 <!-- <has_size min="1"/> seems to be 0 sometimes -->
31 </has_archive_member>
32 <has_archive_member path=".*" n="130"/>
33 </xml>
34 <xml name="citations">
35 <citations>
36 <citation type="bibtex">
37 @misc{githubMeryl,
38 author = {Arang Rhie, Brian P. Walez, Sergey Koren, Adam M. Phillippy},
39 year = {2020},
40 title = {Meryl},
41 publisher = {GitHub},
42 journal = {GitHub repository},
43 url = {https://github.com/marbl/meryl},
44 }
45 </citation>
46 </citations>
47 </xml>
48 </macros>