bedtools/bedtools_coverage

genomics
intervals
coverage
depth
breadth
overlap
statistics

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

genomics
intervals
coverage
depth
breadth
overlap
statistics

Contributors

Run this component

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.0 \  
  -main-script target/nextflow/bedtools/bedtools_coverage/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input_a
-a
file
required
--input_b
-b
file
required
multiple

Outputs

Name
Type & Properties
--output
file
required
output

Coverage Reporting

Name
Type & Properties
--histogram
-hist
boolean_true
--depth_per_position
-d
boolean_true
--counts_only
-counts
boolean_true
--mean_depth
-mean
boolean_true

Strand Options

Name
Type & Properties
--same_strand
-s
boolean_true
--different_strand
-S
boolean_true

Overlap Requirements

Name
Type & Properties
--min_overlap_a
-f
double
--min_overlap_b
-F
double
--reciprocal
-r
boolean_true
--either
-e
boolean_true

Format Options

Name
Type & Properties
--split
boolean_true
--bed_output
-bed
boolean_true
--header
boolean_true

Performance Options

Name
Type & Properties
--sorted
boolean_true
--genome
-g
file
--no_name_check
-nonamecheck
boolean_true

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.