2020-07-14 13:50:35 +00:00
|
|
|
name: bedtools complement
|
|
|
|
description: Returns all intervals in a genome that are not covered by at least one interval in the input BED/GFF/VCF file
|
|
|
|
keywords:
|
|
|
|
- complement
|
|
|
|
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:
|
|
|
|
type: file
|
|
|
|
description: Input genomic coordinates file
|
|
|
|
pattern: "*.{bed,gff,vcf}"
|
|
|
|
- fasta_sizes:
|
|
|
|
type: file
|
2020-07-14 15:57:42 +00:00
|
|
|
description: Genome chromosome sizes
|
|
|
|
pattern: "*.{txt,sizes}"
|
2020-07-14 13:50:35 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
-
|
|
|
|
- index:
|
|
|
|
type: stdout,file
|
|
|
|
description:
|
|
|
|
pattern: "stdout,*.{bed,gff,vcf}"
|
|
|
|
authors:
|
|
|
|
- "@JoseEspinosa"
|