nf-core/metator/pipeline @ 0.0.0-945dd56
Summary
Metagenomic Tridimensional Organisation-based Reassembly - A set of scripts that streamlines the processing and binning of metagenomic metaHiC datasets.
Get started
Add the following snippet to your workflow script to include this module.
include { METATOR_PIPELINE } from 'nf-core/metator/pipeline'
License
MIT License
Name
|
METATOR_PIPELINE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
contigs
file
|
Reference assembly to bin, in FASTA format *.{fa,fa.gz}
|
hic_input
file
|
One of:
*.{fastq,fastq.gz,fq,fq.gz,bam,pairs,pairs.gz}
|
depths
file
|
(optional) A TSV file describing the coverages of each input contig, as created by jgi_summarize_bam_contig_depths *.{txt,tsv}
|
bins
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
final_bin_unscaffold/*.fa.gz
file
|
Output bins *.fa.gz
|
plots
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
plot/*.png
file
|
Plots summarising binning process *.png
|
network
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
network.txt
file
|
TSV describing Hi-C network network.txt
|
contig2bin
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
binning.txt
file
|
Contig-to-bin mapping for bins binning.txt
|
bin_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bin_summary.txt
file
|
Summary TSV of bins bin_summary.txt
|
contig_data
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
contig_data_final.txt
file
|
TSV describing input contigs contig_data_final.txt
|
versions_find
tuple
${task.process}
string
|
The name of the process |
|---|---|
find
string
|
The name of the tool |
find --version | sed '1!d; s/.* //'
eval
|
The expression to obtain the version of the tool |
versions_gunzip
tuple
${task.process}
string
|
The name of the process |
|---|---|
gunzip
string
|
The name of the tool |
gunzip --version |& sed "1!d;s/^.*(gzip) //;s/ Copyright.*//"
eval
|
The expression to obtain the version of the tool |
versions_metator
tuple
${task.process}
string
|
The name of the process |
|---|---|
metator
string
|
The name of the tool |
metator -v
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| metator | Metagenomic binning based on Hi-C data. |