comparison coverageBed.xml @ 41:7ab85ac5f64b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 500a03281ea704abc7a16d9af63d67dbdcc5cd0b"
author iuc
date Thu, 04 Nov 2021 11:36:55 +0000
parents 3e38c9b3214f
children a1a923cd89e8
comparison
equal deleted inserted replaced
40:a68aa6c1204a 41:7ab85ac5f64b
1 <tool id="bedtools_coveragebed" name="bedtools Compute both the depth and breadth of coverage" version="@TOOL_VERSION@" profile="@PROFILE@"> 1 <tool id="bedtools_coveragebed" name="bedtools Compute both the depth and breadth of coverage" version="@TOOL_VERSION@" profile="@PROFILE@">
2 <description>of features in file B on the features in file A (bedtools coverage)</description> 2 <description>of features in file B on the features in file A (bedtools coverage)</description>
3 <expand macro="bio_tools" />
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools" />
7 <expand macro="requirements"> 7 <expand macro="requirements">
8 <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement> 8 <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement>
9 </expand> 9 </expand>
10 <expand macro="stdio" /> 10 <expand macro="stdio" />
11 <command><![CDATA[ 11 <command><![CDATA[