Description
Converts BAM alignments to BED6 or BEDPE format.
This tool converts alignments in BAM format to either BED6 or BEDPE format,
allowing for flexible downstream analysis of genomic intervals.
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.2 \
-main-script target/nextflow/bedtools/bedtools_bamtobed/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--bedpe | boolean_true |
--mate1 | boolean_true |
--bed12 | boolean_true |
--split | boolean_true |
--splitD | boolean_true |
--edit_distance -ed | boolean_true |
--tag | string |
--color | string |
--cigar | boolean_true |