×

nf-core/traitar/run @ 0.0.0-6c4ed3a

Traitar3 - predict microbial phenotypes from genomic sequences using protein families

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @brovolia
Maintainers: @brovolia

Summary

Traitar3 - predict microbial phenotypes from genomic sequences using protein families

Get started

Add the following snippet to your workflow script to include this module.

include { TRAITAR } from 'nf-core/traitar/run'

License

MIT License

Process
Name TRAITAR
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

fasta file

Input sequences in FASTA format (nucleotides, genes, or annotation summary), can be gzipped

*.{fa,fasta,faa,fna,fa.gz,fasta.gz,faa.gz,fna.gz}
input_type string

Input type specifying the format of input sequences (from_nucleotides, from_genes, or from_annotation_summary)

pfam_db directory

PFAM database directory created by traitar/pfamget module or downloaded from https://ftp.ebi.ac.uk/pub/databases/Pfam/

pfam_data
Output 7 channels
#1 gene_prediction tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/gene_prediction/ directory

Gene prediction directory

#2 pfam_annotation tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/annotation/pfam/ directory

Pfam annotation directory

#3 predictions_raw tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/predictions_*.txt file

Raw phenotype predictions

#4 predictions_flat tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/phenotype_prediction/predictions_flat_*.txt file

Flattened phenotype predictions

#5 versions_traitar tuple
${task.process} string

The name of the process

traitar string

The name of the tool

traitar --version 2>&1 | tail -1 eval

The expression to obtain the version of the tool

#6 predictions_combined tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/phenotype_prediction/predictions_majority-vote_combined.txt file

Combined phenotype predictions using majority voting

#7 predictions_single_votes tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*/phenotype_prediction/predictions_single-votes_combined.txt file

Single vote phenotype predictions

Tool Description Homepage
traitar Traitar3 - the microbial trait analyzer (for Python3) https://github.com/nick-youngblut/traitar3
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:50:01 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftraitar%2Frun/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/traitar/run/blobs/sha256:f3f18b837a9c6f5168e75407aeb764447d7f2e79c6e6e5d984f1b1fdf2cd6c39
Size 4.0 KB