comparison macros.xml @ 0:a3af9d9727ad draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a3a16149db71f9b72dd7e949df0db08797637312
author iuc
date Tue, 08 Oct 2024 16:42:51 +0000
parents
children 0a1ea8818564
comparison
equal deleted inserted replaced
-1:000000000000 0:a3af9d9727ad
1 <macros>
2 <token name="@TOOL_VERSION@">1.3</token>
3 <token name="@GALAXY_TOOL_VERSION@">galaxy</token>
4 <token name="@SUFFIX_VERSION@">7</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 <requirement type="package" version="2.8">pigz</requirement>
20 </requirements>
21 </xml>
22 <xml name="meryldb_archive_assumptions">
23 <has_archive_member path="^[^/]+.meryl$" n="1"/> <!-- folder also counts -->
24 <has_archive_member path="[^/]+.meryl/merylIndex" n="1" all="true">
25 <has_size min="1"/>
26 </has_archive_member>
27 <has_archive_member path="[^/]+.meryl/.*\.merylIndex" n="64" all="true">
28 <has_size min="1"/>
29 </has_archive_member>
30 <has_archive_member path="[^/]+.meryl/.*\.merylData" n="64" all="true">
31 <!-- <has_size min="1"/> seems to be 0 sometimes -->
32 </has_archive_member>
33 <has_archive_member path=".*" n="130"/>
34 </xml>
35 <xml name="citations">
36 <citations>
37 <citation type="bibtex">
38 @misc{githubMeryl,
39 author = {Arang Rhie, Brian P. Walez, Sergey Koren, Adam M. Phillippy},
40 year = {2020},
41 title = {Meryl},
42 publisher = {GitHub},
43 journal = {GitHub repository},
44 url = {https://github.com/marbl/meryl},
45 }
46 </citation>
47 </citations>
48 </xml>
49 </macros>