comparison pretext_map.xml @ 13:bd07b0d0f568 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit 6eb4fd6a6e9e8bc6cc489ba260f8baf438e565f5
author iuc
date Wed, 18 Mar 2026 21:57:59 +0000
parents 056f86469460
children
comparison
equal deleted inserted replaced
12:056f86469460 13:bd07b0d0f568
1 <tool id="pretext_map" name="PretextMap" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> 1 <tool id="pretext_map" name="PretextMap" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>converts SAM or BAM files into genome contact maps</description> 2 <description>converts SAM or BAM files into genome contact maps</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">0.2.3</token> 4 <token name="@TOOL_VERSION@">0.2.4</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">0</token>
6 <token name="@PROFILE@">25.0</token>
6 </macros> 7 </macros>
7 <requirements> 8 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement> 9 <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement>
9 <requirement type="package" version="1.14">samtools</requirement> 10 <requirement type="package" version="1.23">samtools</requirement>
10 </requirements> 11 </requirements>
11 <version_command>PretextMap --version</version_command>
12 <command detect_errors="exit_code"><![CDATA[ 12 <command detect_errors="exit_code"><![CDATA[
13 #if $input.is_of_type("bam"): 13 #if $input.is_of_type("bam"):
14 samtools view -h '${input}' | 14 samtools view -h '${input}' |
15 #else 15 #else
16 cat '${input}' | 16 cat '${input}' |