Description
Find genomic intervals that are NOT covered by input intervals.
This tool returns the complement of genomic intervals - the regions
of the genome that are NOT covered by the input features. Useful for
finding gaps, uncovered regions, or background intervals.
Type
bash_script
License
MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bed"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/bedtools/bedtools_complement/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--genome -g | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--limit_chromosomes -L | boolean_true |