Mercurial > repos > iuc > bigwig_outlier_bed
comparison bigwig_outlier_bed.xml @ 6:96a3c972424f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigwig_outlier_bed commit cb9e88d49f51904b8128a64e3ff6778f0ff50ed3
author | iuc |
---|---|
date | Thu, 20 Feb 2025 20:19:33 +0000 |
parents | bae6cba73e32 |
children |
comparison
equal
deleted
inserted
replaced
5:bae6cba73e32 | 6:96a3c972424f |
---|---|
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.2</token> | 4 <token name="@TOOL_VERSION@">0.2.4</token> |
5 <token name="@PYTHON_VERSION@">3.12.3</token> | 5 <token name="@PYTHON_VERSION@">3.12.3</token> |
6 <token name="@VERSION_SUFFIX@">0</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> |
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.1.3">numpy</requirement> | 20 <requirement type="package" version="2.2.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> |