Description

SALSA, A tool to scaffold long read assemblies with HiC

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Fasta file of assembly. Headers must not contain ’:’

*.{fa, fasta}

index{:bash}

:file

Fasta index file of assembly containing the length of contigs.

*.{fa.fai, fasta.fai}

bed{:bash}

:file

BED file of alignments sorted by read names, e.g., from HiC-Pro

*.{bed}

gfa{:bash}

:file

GFA file of the assembly graph

dup{:bash}

:file

File containing the duplicated contigs

filter_bed{:bash}

:file

BED file of the filtered alignments

*.{bed}

Output

name:type
description
pattern

fasta{:bash}

meta{:bash}

:map

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

*_scaffolds_FINAL.fasta{:bash}

:file

Sequences for the scaffolds generated by the algorithm

*_scaffolds_FINAL.fasta

agp{:bash}

meta{:bash}

:map

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

*_scaffolds_FINAL.agp{:bash}

:file

AGP style output for the scaffolds describing the assignment, orientation and ordering of contigs along the scaffolds

*_scaffolds_FINAL.agp

agp_original_coordinates{:bash}

meta{:bash}

:map

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

*/*scaffolds_FINAL.original-coordinates.agp{:bash}

:file

Secondary output AGP file with names and coordinates matching the original input assembly (optional)

*scaffolds_FINAL.original-coordinates.agp

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

salsa2
MIT

Salsa is a tool to scaffold long read assemblies with Hi-C.