Description

A reimplemenation of Kat Comp to work with FastK databases

Input

name:type
description
pattern

meta{:bash}

:map

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

fastk1_hist{:bash}

:file

A histogram files from the program FastK

*.hist

fastk1_ktab{:bash}

:file

Histogram ktab files from the program FastK (option -t)

*.ktab*

fastk2_hist{:bash}

:file

A histogram files from the program FastK

*.hist

fastk2_ktab{:bash}

:file

Histogram ktab files from the program FastK (option -t)

*.ktab*

Output

name:type
description
pattern

images{:bash}

meta{:bash}

:map

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

*.fi.{png,pdf}

*.{png,pdf}{:bash}

:file

Comparison of Kmers between sample 1 and 2 in PNG or PDF format.

*.{png,pdf}

versions_merquryfk{:bash}

${task.process}{:bash}

:string

The name of the process

merquryfk{:bash}

:string

The name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

versions_fastk{:bash}

${task.process}{:bash}

:string

The name of the process

fastk{:bash}

:string

The name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

versions_r{:bash}

${task.process}{:bash}

:string

The name of the process

R{:bash}

:string

The name of the tool

R --version | sed "1!d; s/.*version //; s/ .*//"{: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

merquryfk{:bash}

:string

The name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

fastk{:bash}

:string

The name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

R{:bash}

:string

The name of the tool

R --version | sed "1!d; s/.*version //; s/ .*//"{:bash}

:eval

The expression to obtain the version of the tool