comparison bamToBed.xml @ 51:b4cf5fca8773 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit e2a10eeee8765ba6cf03847562e56cdaeaf4ba5c"
author iuc
date Thu, 05 Sep 2019 19:34:55 -0400
parents df28283b3778
children 678ea22d643d
comparison
equal deleted inserted replaced
50:df28283b3778 51:b4cf5fca8773
7 <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement> 7 <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement>
8 </expand> 8 </expand>
9 <expand macro="stdio" /> 9 <expand macro="stdio" />
10 <command><![CDATA[ 10 <command><![CDATA[
11 #if $input.extension == 'bam' and $option == "-bedpe": 11 #if $input.extension == 'bam' and $option == "-bedpe":
12 samtools sort -n '${input}' ./input && 12 samtools sort -n -T "\${TMPDIR:-.}" '${input}' ./input &&
13 #else 13 #else
14 ln -s '${input}' ./input.bam && 14 ln -s '${input}' ./input.bam &&
15 #end if 15 #end if
16 16
17 bedtools bamtobed 17 bedtools bamtobed