bedtools/bedtools_bedtobam

Converts
BED
GFF
VCF
BAM

Description

Converts feature records to BAM format.

Converts genomic intervals from BED, GFF, or VCF formats into BAM format,
creating aligned sequence records that can be used with standard BAM tools.

Type

bash_script

License

MIT

Keywords

Converts
BED
GFF
VCF
BAM

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.bam"  
map_quality: [ 255 ]  
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_bedtobam/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
-i
file
required
--genome
-g
file
required

Outputs

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

Options

Name
Type & Properties
--map_quality
-mapq
integer
--bed12
boolean_true
--uncompress_bam
-ubam
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.