bedtools/bedtools_annotate

Annotate
Coverage
Overlap
BED
GFF
VCF

Description

Annotates the depth and breadth of coverage of features from multiple files.

This tool analyzes how intervals in the input file are covered by features
from one or more annotation files. It reports either the fraction of each
interval covered, the count of overlapping features, or both metrics.

Default behavior: Reports fraction of each input interval covered by features
Multiple files: Can process multiple annotation files simultaneously
Strand options: Supports same-strand, opposite-strand, or strand-agnostic analysis

Type

bash_script

License

MIT

Keywords

Annotate
Coverage
Overlap
BED
GFF
VCF

Contributors

Run this component

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

Inputs

Name
Type & Properties
--input
-i
file
required
--files
file
required
multiple

Outputs

Name
Type & Properties
--output
file
required
output

Options

Name
Type & Properties
--names
string
multiple
--counts
boolean_true
--both
boolean_true
--strand
-s
boolean_true
--different_strand
-S
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.