Description

FastK based version of Merqury

Input

name:type
description
pattern

meta

:map

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

fastk_hist

:file

A histogram files from the program FastK

*.hist

fastk_ktab

:file

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

*.ktab*

assembly

:file

Genome (primary) assembly files (fasta format)

.fasta

haplotigs

:file

Assembly haplotigs (fasta format)

.fasta

meta2

:map

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

mathaptab

:file

trio maternal histogram ktab files from the program FastK (option -t)

*.ktab*

meta3

:map

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

pathaptab

:file

trio paternal histogram ktab files from the program FastK (option -t)

*.ktab*

Output

name:type
description
pattern

stats

meta

:map

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

${prefix}.completeness.stats

:file

Assembly statistics file

*.completeness.stats

bed

meta

:map

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

${prefix}.*_only.bed

:file

Assembly only kmer positions not supported by reads in bed format

*_only.bed

assembly_qv

meta

:map

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

${prefix}.*.qv

:file

error and qv table for each scaffold of the assembly

*.qv

qv

meta

:map

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

${prefix}.qv

:file

error and qv of each assembly as a whole

*.qv

phased_block_bed

meta

:map

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

${prefix}.phased_block.bed

:file

Assembly kmer positions separated by block in bed format

*.phased.block.bed

phased_block_stats

meta

:map

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

${prefix}.phased_block.stats

:file

phased assembly statistics file

*.phased.block.stats

images

meta

:map

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

*.{pdf,png}

:file

Output graphs from MerquryFK

*.{pdf,png}

versions_merquryfk

${task.process}

:string

Name of the process

merquryfk

:string

The name of the tool

1.2

:string

The expression to obtain the version of the tool

versions_fastk

${task.process}

:string

Name of the process

fastk

:string

Name of the tool

1.2

:string

The expression to obtain the version of the tool

versions_r

${task.process}

:string

Name of the process

R

:string

Name of the tool

R --version | sed "1!d; s/.*version //; s/ .*//"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

Name of the process

merquryfk

:string

The name of the tool

1.2

:string

The expression to obtain the version of the tool

${task.process}

:string

Name of the process

fastk

:string

Name of the tool

1.2

:string

The expression to obtain the version of the tool

${task.process}

:string

Name of the process

R

:string

Name of the tool

R --version | sed "1!d; s/.*version //; s/ .*//"

:eval

The expression to obtain the version of the tool

Tools

merquryfk
https://github.com/thegenemyers/MERQURY.FK/blob/main/LICENSE

FastK based version of Merqury