Description
Calculate coverage of genomic intervals from one file over intervals in another.
This tool reports the depth and breadth of coverage of features from file B
over the intervals in file A. It provides detailed coverage statistics including
overlap counts, covered bases, and coverage fractions.
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.txt"
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_coverage/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_a -a | file required |
--input_b -b | file required multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--histogram -hist | boolean_true |
--depth_per_position -d | boolean_true |
--counts_only -counts | boolean_true |
--mean_depth -mean | boolean_true |
Name | Type & Properties |
|---|---|
--same_strand -s | boolean_true |
--different_strand -S | boolean_true |
Name | Type & Properties |
|---|---|
--min_overlap_a -f | double |
--min_overlap_b -F | double |
--reciprocal -r | boolean_true |
--either -e | boolean_true |
Name | Type & Properties |
|---|---|
--split | boolean_true |
--bed_output -bed | boolean_true |
--header | boolean_true |
Name | Type & Properties |
|---|---|
--sorted | boolean_true |
--genome -g | file |
--no_name_check -nonamecheck | boolean_true |