bedtools/bedtools_bamtobed

Converts
BAM
BED
BED6
BEDPE

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

Converts
BAM
BED
BED6
BEDPE

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
-i
file
required

Outputs

Name
Type & Properties
--output
-o
file
required
output

Options

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.