Skip to content

tools_bedtools_intersect.cwl

Travis CI User edited this page Feb 4, 2020 · 4 revisions

Documentation for bedtools_intersect.cwl

This page is auto-generated. Do not edit.

Docker Requirement

ernfrid/bedtools:v2.27.1

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