Description

A reimplemenation of KatGC 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 ]

fastk_hist{:bash}

:file

A histogram files from the program FastK

*.hist

fastk_ktab{:bash}

:file

ktab files from the program FastK

*.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

GC content plots 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