Description

FastK based version of Merqury

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

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

*.ktab*

assembly{:bash}

:file

Genome (primary) assembly files (fasta format)

.fasta

haplotigs{:bash}

:file

Assembly haplotigs (fasta format)

.fasta

meta2{:bash}

:map

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

mathaptab{:bash}

:file

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

*.ktab*

meta3{:bash}

:map

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

pathaptab{:bash}

:file

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

*.ktab*

Output

name:type
description
pattern

stats{:bash}

meta{:bash}

:map

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

${prefix}.completeness.stats{:bash}

:file

Assembly statistics file

*.completeness.stats

bed{:bash}

meta{:bash}

:map

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

${prefix}.*_only.bed{:bash}

:file

Assembly only kmer positions not supported by reads in bed format

*_only.bed

assembly_qv{:bash}

meta{:bash}

:map

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

${prefix}.*.qv{:bash}

:file

error and qv table for each scaffold of the assembly

*.qv

qv{:bash}

meta{:bash}

:map

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

${prefix}.qv{:bash}

:file

error and qv of each assembly as a whole

*.qv

phased_block_bed{:bash}

meta{:bash}

:map

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

${prefix}.phased_block.bed{:bash}

:file

Assembly kmer positions separated by block in bed format

*.phased.block.bed

phased_block_stats{:bash}

meta{:bash}

:map

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

${prefix}.phased_block.stats{:bash}

:file

phased assembly statistics file

*.phased.block.stats

images{:bash}

meta{:bash}

:map

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

*.{pdf,png}{:bash}

:file

Output graphs from MerquryFK

*.{pdf,png}

versions_merquryfk{:bash}

${task.process}{:bash}

:string

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

Name of the process

fastk{:bash}

:string

Name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

versions_r{:bash}

${task.process}{:bash}

:string

Name of the process

R{:bash}

:string

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

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

Name of the process

fastk{:bash}

:string

Name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

Name of the process

R{:bash}

:string

Name of the tool

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

: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