bedtools/bedtools_getfasta

sequencing
fasta
BED
GFF
VCF
sequence extraction

Description

Extract DNA sequences from a FASTA file based on feature coordinates.

Given intervals specified in BED/GFF/VCF format and a FASTA file, this tool
extracts the corresponding sequences from the FASTA file. Various output formats
are supported including FASTA (default), tab-delimited, and BED format with sequences.

Type

bash_script

License

GPL-2.0

Keywords

sequencing
fasta
BED
GFF
VCF
sequence extraction

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output"  
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_getfasta/main.nf \  
  -params-file params.yaml  

Input arguments

Name
Type & Properties
--input_fasta
-fi
file
required
--input_bed
-bed
file
required
--rna
boolean_true

Processing options

Name
Type & Properties
--strandedness
-s
boolean_true
--split
boolean_true
--full_header
-fullHeader
boolean_true

Output arguments

Name
Type & Properties
--output
-o
-fo
file
required
output
--name
boolean_true
--name_only
-nameOnly
boolean_true
--tab
boolean_true
--bed_out
-bedOut
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.