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
Contributors
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.0 \
-main-script target/nextflow/bedtools/bedtools_getfasta/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_fasta -fi | file required |
--input_bed -bed | file required |
--rna | boolean_true |
Name | Type & Properties |
|---|---|
--strandedness -s | boolean_true |
--split | boolean_true |
--full_header -fullHeader | boolean_true |
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 |