nf-core/chewbbaca/allelecall @ 0.0.0-6c4ed3a
Summary
Determine the allelic profiles of a genome using a pre-defined schema
Get started
Add the following snippet to your workflow script to include this module.
include { CHEWBBACA_ALLELECALL } from 'nf-core/chewbbaca/allelecall'
License
MIT License
Name
|
CHEWBBACA_ALLELECALL |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
FASTA file(s) to be staged in a directory for allele calling *.{fasta,fa,fna}
|
meta2
map
|
Groovy Map containing scheme information e.g. |
|---|---|
scheme
directory
|
Directory containing the schema files */
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_logging_info.txt
file
|
File contains the log information *_logging_info.txt
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_results_statistics.tsv
file
|
File contains the total number of exact matches *_results_statistics.tsv
|
alleles
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_results_alleles.tsv
file
|
File contains the allelic profiles determined for the input sample *_results_alleles.tsv
|
invalid_cds
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_invalid_cds.txt
file
|
File contains the list of alleles predicted by Prodigal that were excluded *_invalid_cds.txt
|
contigs_info
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_results_contigsInfo.tsv
file
|
File contains the loci coordinates in the genomes analyzed *_results_contigsInfo.tsv
|
cds_coordinates
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_cds_coordinates.tsv
file
|
File contains the coordinates of the CDS in the input sample *_cds_coordinates.tsv
|
paralogous_loci
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_paralogous_loci.tsv
file
|
File contains the sets of paralogous loci identified in the input sample *_paralogous_loci.tsv
|
paralogous_counts
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_paralogous_counts.tsv
file
|
File contains the list of paralogous loci and the number of times those loci matched a CDS that was also similar to other loci in the schema *_paralogous_counts.tsv
|
loci_summary_stats
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_loci_summary_stats.tsv
file
|
File contains summary statistics for each locus *_loci_summary_stats.tsv
|
versions_chewbbaca
tuple
${task.process}
string
|
The name of the process |
|---|---|
chewbbaca
string
|
The name of the tool |
chewie --version 2>&1 | sed 's/chewBBACA version: //'
eval
|
The expression to obtain the version of the tool |