Description

extract sequences in a FASTA file based on intervals defined in a feature file.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bed

:file

Bed feature file

*.{bed}

fasta

:file

Input fasta file

*.{fa,fasta}

Output

name:type
description
pattern

fasta

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.fa

:file

Output fasta file with extracted sequences

*.{fa}

versions

versions.yml

:file

File containing software versions

versions.yml

Tools

bedtools
MIT

A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.