Skip to content

tools_bedtools_intersect.cwl

Travis CI User edited this page Jan 28, 2021 · 4 revisions

Documentation for bedtools_intersect.cwl

This page is auto-generated. Do not edit.

Docker Requirement

quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0

Inputs

Name Label Description Type Secondary Files
file_a BAM/BED/GFF/VCF file to compare to file b File
file_b BAM/BED/GFF/VCF file to compare to file a File
output_file_a Write the original entry in A for each overlap, default to true boolean?
output_header Print the header from the A file prior to results, default to true boolean?
output_name string
unique_result Write original A entry once if any overlaps found in B, default to true boolean?

Outputs

Name Label Description Type Secondary Files
intersect_result stdout
Clone this wiki locally