comparison makeWindowsBed.xml @ 59:539958feb49c 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:35:06 +0000
parents 1d0a0d6a78b1
children f6c88d2e9ae5
comparison
equal deleted inserted replaced
58:ed6f66aed1f9 59:539958feb49c
1 <tool id="bedtools_makewindowsbed" name="bedtools MakeWindowsBed" version="@TOOL_VERSION@" profile="@PROFILE@"> 1 <tool id="bedtools_makewindowsbed" name="bedtools MakeWindowsBed" version="@TOOL_VERSION@" profile="@PROFILE@">
2 <description>make interval windows across a genome</description> 2 <description>make interval windows across a genome</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 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <command><![CDATA[ 9 <command><![CDATA[
10 bedtools makewindows 10 bedtools makewindows
11 #if $type.type_select == 'genome': 11 #if $type.type_select == 'genome':