Description
Cluster overlapping or nearby genomic intervals.
This tool groups genomic intervals into clusters based on overlap
or proximity within a specified distance. Each cluster is assigned
a unique cluster ID, making it useful for analyzing genomic feature
distributions and relationships.
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"
distance: [ 0 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/bedtools/bedtools_cluster/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--distance -d | integer |
--strand -s | boolean_true |