comparison bigwig_outlier_bed.xml @ 5:bae6cba73e32 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigwig_outlier_bed commit dcef254bc908394b3f187218e3b2ce8c40844784
author iuc
date Tue, 12 Nov 2024 16:51:47 +0000
parents 2488bcddaf14
children 96a3c972424f
comparison
equal deleted inserted replaced
4:2488bcddaf14 5:bae6cba73e32
1 <tool name="Bigwig outliers to bed features" id="bigwig_outlier_bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> 1 <tool name="Bigwig outliers to bed features" id="bigwig_outlier_bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
2 <description>Writes high and low bigwig runs as features in a bed file</description> 2 <description>Writes high and low bigwig runs as features in a bed file</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">0.2.0</token> 4 <token name="@TOOL_VERSION@">0.2.2</token>
5 <token name="@PYTHON_VERSION@">3.12.3</token> 5 <token name="@PYTHON_VERSION@">3.12.3</token>
6 <token name="@VERSION_SUFFIX@">2</token> 6 <token name="@VERSION_SUFFIX@">0</token>
7 </macros> 7 </macros>
8 <edam_topics> 8 <edam_topics>
9 <edam_topic>topic_0157</edam_topic> 9 <edam_topic>topic_0157</edam_topic>
10 <edam_topic>topic_0092</edam_topic> 10 <edam_topic>topic_0092</edam_topic>
11 </edam_topics> 11 </edam_topics>
15 <xrefs> 15 <xrefs>
16 <xref type="bio.tools">bigtools</xref> 16 <xref type="bio.tools">bigtools</xref>
17 </xrefs> 17 </xrefs>
18 <requirements> 18 <requirements>
19 <requirement type="package" version="@PYTHON_VERSION@">python</requirement> 19 <requirement type="package" version="@PYTHON_VERSION@">python</requirement>
20 <requirement type="package" version="2.0.0">numpy</requirement> 20 <requirement type="package" version="2.1.3">numpy</requirement>
21 <requirement type="package" version="@TOOL_VERSION@">pybigtools</requirement> 21 <requirement type="package" version="@TOOL_VERSION@">pybigtools</requirement>
22 </requirements> 22 </requirements>
23 <required_files> 23 <required_files>
24 <include path="bigwig_outlier_bed.py"/> 24 <include path="bigwig_outlier_bed.py"/>
25 </required_files> 25 </required_files>