bedtools/bedtools_expand

genomics
intervals
expand
split
comma-separated
replicate

Description

Expand rows by splitting comma-separated values into separate rows.

This tool replicates lines based on columns containing comma-separated values,
creating one row for each value. Useful for expanding collapsed data formats
like BED12 blocks or multi-value annotations into individual entries.

Type

bash_script

License

MIT

Keywords

genomics
intervals
expand
split
comma-separated
replicate

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.1 \  
  -main-script target/nextflow/bedtools/bedtools_expand/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
-i
file
required

Outputs

Name
Type & Properties
--output
file
required
output

Expansion Options

Name
Type & Properties
--columns
-c
string
required

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.