Description
Convert BEDPE (paired-end BED) intervals to BAM format.
This tool converts genomic paired-end interval data into BAM alignment format,
where each BEDPE record becomes a pair of BAM alignment records representing
the paired-end reads.
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.bam"
mapq: [ 255 ]
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_bedpetobam/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--genome -g | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--mapq | integer |
--ubam | boolean_true |