Description

Queries a sequence subject

Input

name:type
description
pattern

meta{:bash}

:map

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

query{:bash}

:file

Sequence file

*.{fasta,fasta.gz,fa,fa.gz,nib,2bit}

meta2{:bash}

:map

Groovy Map containing subject information e.g. [ id:'test', single_end:false ]

subject{:bash}

:file

Sequence file

*.{fa,nib,2bit}

Output

name:type
description
pattern

psl{:bash}

meta{:bash}

:map

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

*.psl{:bash}

:file

Search results

*.{psl}

versions_blat{:bash}

${task.process}{:bash}

:string

The name of the process

blat{:bash}

:string

The name of the tool

blat 2>&1 | sed '1!d;s/^.*BLAT v. //;s/ fast.*//'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

blat{:bash}

:string

The name of the tool

blat 2>&1 | sed '1!d;s/^.*BLAT v. //;s/ fast.*//'{:bash}

:eval

The expression to obtain the version of the tool

Tools

blat
Free for academic, nonprofit and personal use

BLAT is a bioinformatics software tool which performs rapid mRNA/DNA and cross-species protein alignments.