2020-07-14 14:17:23 +00:00
|
|
|
name: bedtools intersect
|
|
|
|
description: Returns the overlapping features between two sets of genomics features
|
|
|
|
keywords:
|
2020-07-14 15:40:17 +00:00
|
|
|
- bedtools intersect
|
2020-07-14 14:17:23 +00:00
|
|
|
tools:
|
|
|
|
- bedtools:
|
|
|
|
description: |
|
|
|
|
Bedtools is a software package that provides with a toolset to perform genome arithmetic operations.
|
|
|
|
homepage: https://bedtools.readthedocs.io/en/latest/index.html
|
|
|
|
documentation: https://bedtools.readthedocs.io/en/latest/index.html
|
|
|
|
doi: 10.093/bioinformatics/btq033
|
|
|
|
input:
|
|
|
|
-
|
|
|
|
- input_file_1:
|
|
|
|
type: file
|
|
|
|
description: Input genomic coordinates file
|
|
|
|
pattern: "*.{bam,bed,BED,gff,vcf}"
|
|
|
|
- input_file_2:
|
|
|
|
type: file
|
|
|
|
description: Input genomic coordinates file
|
|
|
|
pattern: "*.{bam,bed,BED,gff,vcf}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
-
|
|
|
|
- index:
|
|
|
|
type: stdout,file
|
|
|
|
description:
|
|
|
|
pattern: "stdout,*.{bed,BED}"
|
|
|
|
authors:
|
|
|
|
- "@JoseEspinosa"
|