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
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.1 \
-main-script target/nextflow/bedtools/bedtools_annotate/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--files | file required multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--names | string multiple |
--counts | boolean_true |
--both | boolean_true |
--strand -s | boolean_true |
--different_strand -S | boolean_true |