-
Notifications
You must be signed in to change notification settings - Fork 57
tools_bedtools_intersect.cwl
Travis CI User edited this page Feb 4, 2020
·
4 revisions
This page is auto-generated. Do not edit.
ernfrid/bedtools:v2.27.1
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? |
Name | Label | Description | Type | Secondary Files |
---|---|---|---|---|
intersect_result | stdout |