diff bedpeToBam.xml @ 32:b0d5e752c0c5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a78ca56350b1fcf9d7de2a1112155c9bd0844348
author iuc
date Tue, 05 Sep 2017 09:51:56 -0400
parents a2d4c30ba2f9
children ac2040a5e6ff
line wrap: on
line diff
--- a/bedpeToBam.xml	Fri Aug 18 15:32:52 2017 -0400
+++ b/bedpeToBam.xml	Tue Sep 05 09:51:56 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="bedtools_bedpetobam" name="BEDPE to BAM" version="@WRAPPER_VERSION@.0">
+<tool id="bedtools_bedpetobam" name="BEDPE to BAM" version="@WRAPPER_VERSION@.1">
     <description>converter</description>
     <macros>
         <import>macros.xml</import>
@@ -10,13 +10,13 @@
         bedtools bedpetobam
             -mapq $mapq
             -i '$input'
-            -g $genome
+            -g @GENOME_FILE@
             > '$output'
 ]]>
     </command>
     <inputs>
         <param name="input" format="bed,gff,vcf" type="data" label="BED/VCF/GFF file"/>
-        <expand macro="genome" />
+        <expand macro="input_conditional_genome_file" />
         <param name="mapq" type="integer" value="255"
             label="Set a mapping quality (SAM MAPQ field) value for all BED entries"
             help="(-mapq)" />
@@ -27,6 +27,7 @@
     <tests>
         <test>
             <param name="input" value="bedpeToBamBed1.bed" ftype="bed" />
+            <param name="genome_file_opts_selector" value="hist" />
             <param name="genome" value="mm9.len"/>
             <output name="output" file="bedpeToBam_result1.bam" lines_diff="72" ftype="bam" />
         </test>