comparison bamtools_split_ref.xml @ 4:9b8feb118f9e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 5ebe920838ab3c36e93d620c479df17f43f8e336
author iuc
date Fri, 15 Mar 2024 13:49:30 +0000 (12 months ago)
parents 9b520009db81
children
comparison
equal deleted inserted replaced
3:9b520009db81 4:9b8feb118f9e
1 <tool id="bamtools_split_ref" name="Split BAM by reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> 1 <tool id="bamtools_split_ref" name="Split BAM by reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09">
2 <description>into a dataset list collection</description> 2 <description>into a dataset list collection</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/>
6 <expand macro="requirements"> 7 <expand macro="requirements">
7 <requirement type="package" version="1.16.1">samtools</requirement> 8 <requirement type="package" version="1.16.1">samtools</requirement>
8 </expand> 9 </expand>
9 <command><![CDATA[ 10 <command><![CDATA[
10 ln -s '${input_bam}' localbam.bam && 11 ln -s '${input_bam}' localbam.bam &&