```bash
docker run --rm quay.io/biocontainers/bedtools:2.31.1--h13024bc_3 bedtools bedpetobam -h
```

Tool:    bedtools bedpetobam (aka bedpeToBam)
Version: v2.31.1
Summary: Converts feature records to BAM format.

Usage:   bedpetobam [OPTIONS] -i <bed/gff/vcf> -g <genome>

Options: 
	-mapq	Set the mappinq quality for the BAM records.
		(INT) Default: 255

	-ubam	Write uncompressed BAM output. Default writes compressed BAM.

Notes: 
	(1)  BED files must be at least BED4 to create BAM (needs name field).

