comparison mapBed.xml @ 42:d279800f4ff9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
author iuc
date Thu, 26 Apr 2018 17:02:24 -0400
parents ac2040a5e6ff
children 33c2e424ad7d
comparison
equal deleted inserted replaced
41:c96688f1746d 42:d279800f4ff9
19 @GENOME_FILE_MAPBED@ 19 @GENOME_FILE_MAPBED@
20 > "${output}" 20 > "${output}"
21 ]]> 21 ]]>
22 </command> 22 </command>
23 <inputs> 23 <inputs>
24 <param format="bam,bed,vcf,gff,gff3" name="inputA" type="data" label="File A (BAM/BED/VCF/GFF)" /> 24 <param format="bam,@STD_BEDTOOLS_INPUTS@" name="inputA" type="data" label="File A (BAM/@STD_BEDTOOLS_INPUT_LABEL@)" />
25 <param format="bam,bed,gff,vcf,gff3" name="inputB" type="data" label="File B (BAM/BED/VCF/GFF)" /> 25 <param format="bam,@STD_BEDTOOLS_INPUTS@" name="inputB" type="data" label="File B (BAM/@STD_BEDTOOLS_INPUT_LABEL@)" />
26 <expand macro="overlap" /> 26 <expand macro="overlap" />
27 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue="" 27 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue=""
28 label="Require reciprocal overlap" 28 label="Require reciprocal overlap"
29 help="If set, the overlap between the BAM alignment and the BED interval must affect the above fraction of both the alignment and the BED interval. (-r)" /> 29 help="If set, the overlap between the BAM alignment and the BED interval must affect the above fraction of both the alignment and the BED interval. (-r)" />
30 <expand macro="strand2" /> 30 <expand macro="strand2" />