Description

Performs assembly scaffolding using YaHS

Input

name:type
description
pattern

meta

:map

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

fasta

:file

FASTA reference file

*.{fasta,fa}

fai

:file

index of the reference file

*.{fai}

hic_map

:file

BED file containing coordinates of read alignments

*.{bed,bam,bin}

agp

:file

Optional AGP file describing a set of scaffolds from the input contigs to use as a start point

*.agp

Output

name:type
description
pattern

scaffolds_fasta

meta

:map

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

${prefix}_scaffolds_final.fa

:file

FASTA file with resulting contigs

${prefix}_scaffolds_final.fa

scaffolds_agp

meta

:map

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

${prefix}_scaffolds_final.agp

:file

AGP file containing contigs placing coordinates

${prefix}_scaffolds_final.agp

initial_break_agp

meta

:map

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

${prefix}_{inital,no}_break*.agp

:file

AGP file describing initial contig breaks

${prefix}_{inital,no}_break*.agp

round_agp

meta

:map

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

${prefix}_r*_*.agp

:file

AGP file describing intermediate rounds of scaffolding

${prefix}_{initial,no}_break*.agp

binary

meta

:map

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

${prefix}.bin

:file

Binary data file with alignment results of Hi-C reads to the contigs in internal YaHS binary format

${prefix}.bin

log

meta

:map

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

${prefix}.log

:file

Log file describing YaHS run

${prefix}.log

versions_yahs

${task.process}

:string

The name of the process

yahs

:string

The name of the tool

yahs --version 2>&1

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

yahs

:string

The name of the tool

yahs --version 2>&1

:eval

The expression to obtain the version of the tool

Tools

yahs
MIT

YaHS, yet another Hi-C scaffolding tool.