bedtools/bedtools_flank

genomics
intervals
flank
upstream
downstream
flanking
regions

Description

Create flanking intervals for each genomic feature.

This tool generates new intervals representing the regions immediately
upstream and/or downstream of existing genomic features. Unlike slop which
extends existing intervals, flank creates entirely new intervals from the
flanking regions.

Type

bash_script

License

MIT

Keywords

genomics
intervals
flank
upstream
downstream
flanking
regions

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

Inputs

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

Outputs

Name
Type & Properties
--output
file
required
output

Flanking Options

Name
Type & Properties
--both
-b
string
--left
-l
string
--right
-r
string

Flanking Behavior

Name
Type & Properties
--strand
-s
boolean_true
--percent
-pct
boolean_true

Output Options

Name
Type & Properties
--header
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.