Description
Converts BAM alignments to BED6 or BEDPE format.
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"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.0 \
-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 |