comparison macros.xml @ 4:428fd2cee5d9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/filtlong commit 5875d08292df3ceac45962dcc1790a36de9dcf9a
author iuc
date Tue, 23 Sep 2025 16:33:00 +0000
parents e6d48d485920
children
comparison
equal deleted inserted replaced
3:e6d48d485920 4:428fd2cee5d9
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">0.2.1</token> 2 <token name="@TOOL_VERSION@">0.3.1</token>
3 <token name="@VERSION_SUFFIX@">0</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">20.01</token> 4 <token name="@PROFILE@">20.01</token>
5 <xml name="biotools">
6 <xrefs>
7 <xref type="bio.tools">filtlong</xref>
8 </xrefs>
9 </xml>
5 <xml name="requirements"> 10 <xml name="requirements">
6 <requirements> 11 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">filtlong</requirement> 12 <requirement type="package" version="@TOOL_VERSION@">filtlong</requirement>
8 </requirements> 13 </requirements>
9 </xml> 14 </xml>
15 <xml name="citations">
16 <citations>
17 <citation type="bibtex">
18 @misc{rrwick2017,
19 author = {Wick, Ryan},
20 year = {2017},
21 title = {Filtlong},
22 publisher = {GitHub},
23 journal = {GitHub repository},
24 url = {https://github.com/rrwick/Filtlong},
25 }
26 </citation>
27 </citations>
28 </xml>
10 </macros> 29 </macros>
11