nf-core/links @ 0.0.0-6c4ed3a
Summary
LINKS is a genomics application for scaffolding genome assemblies with long reads, such as those produced by Oxford Nanopore Technologies Ltd. It can be used to scaffold high-quality draft genome assemblies with any long sequences (eg. ONT reads, PacBio reads, other draft genomes, etc). It is also used to scaffold contig pairs linked by ARCS/ARKS. This module is for LINKS >=2.0.0 and does not support MPET input.
Get started
Add the following snippet to your workflow script to include this module.
include { LINKS } from 'nf-core/links'
License
MIT License
Name
|
LINKS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
assembly
file
|
(Multi-)fasta file containing the draft assembly *.{fa,fasta,fa.gz,fasta.gz}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
reads
file
|
fastq file(s) containing the long reads to be used for scaffolding *.{fq,fastq,fq.gz,fastq.gz}
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
text file; Logs execution time / errors / pairing stats. *.log
|
bloom
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.bloom
file
|
Bloom filter created by shredding the -f input into k-mers of size -k *.bloom
|
scaffolds_csv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.scaffolds
file
|
comma-separated file; containing the new scaffold(s) *.scaffolds
|
pairing_issues
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.pairing_issues
file
|
text file; Lists all pairing issues encountered between contig pairs and illogical/out-of-bounds pairing. *.pairing_issues
|
versions_links
tuple
${task.process}
string
|
The name of the process |
|---|---|
liftoff
string
|
The name of the tool |
echo \$(LINKS | grep -o 'LINKS v.*' | sed 's/LINKS v//')
eval
|
The expression to obtain the version of the tool |
scaffolds_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.scaffolds.fa
file
|
fasta file of the new scaffold sequence *.scaffolds.fa
|
scaffolds_graph
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.gv
file
|
scaffold graph (for visualizing merges), can be rendered in neato, graphviz, etc *.gv
|
tigpair_checkpoint
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tigpair_checkpoint.tsv
file
|
if -b BASNAME.tigpair_checkpoint.tsv is present, LINKS will skip the kmer pair extraction and contig pairing stages. Delete this file to force LINKS to start at the beginning. This file can be used to:
*.tigpair_checkpoint.tsv
|
pairing_distribution
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.pairing_distribution.csv
file
|
comma-separated file; 1st column is the calculated distance for each pair (template) with reads that assembled logically within the same contig. 2nd column is the number of pairs at that distance. *.pairing_distribution.csv
|
simplepair_checkpoint
tuple