Description

Performs assembly scaffolding using YaHS

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

FASTA reference file

*.{fasta,fa}

fai{:bash}

:file

index of the reference file

*.{fai}

hic_map{:bash}

:file

BED file containing coordinates of read alignments

*.{bed,bam,bin}

agp{:bash}

: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{:bash}

meta{:bash}

:map

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

${prefix}_scaffolds_final.fa{:bash}

:file

FASTA file with resulting contigs

${prefix}_scaffolds_final.fa

scaffolds_agp{:bash}

meta{:bash}

:map

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

${prefix}_scaffolds_final.agp{:bash}

:file

AGP file containing contigs placing coordinates

${prefix}_scaffolds_final.agp

initial_break_agp{:bash}

meta{:bash}

:map

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

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

:file

AGP file describing initial contig breaks

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

round_agp{:bash}

meta{:bash}

:map

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

${prefix}_r*_*.agp{:bash}

:file

AGP file describing intermediate rounds of scaffolding

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

binary{:bash}

meta{:bash}

:map

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

${prefix}.bin{:bash}

:file

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

${prefix}.bin

log{:bash}

meta{:bash}

:map

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

${prefix}.log{:bash}

:file

Log file describing YaHS run

${prefix}.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

yahs
MIT

YaHS, yet another Hi-C scaffolding tool.