×

nf-core/tcoffee/alncompare @ 0.0.0-6c4ed3a

Compares 2 alternative MSAs to evaluate them.

Latest version: 0.0.0-6c4ed3a
Total downloads: 8
Source: nf-core/modules
Authors: @l-mansouri @luisas

Summary

Compares 2 alternative MSAs to evaluate them.

Get started

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

include { TCOFFEE_ALNCOMPARE } from 'nf-core/tcoffee/alncompare'

License

MIT License

Process
Name TCOFFEE_ALNCOMPARE
Input 1 channel
#1 tuple
meta map

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

msa file

fasta file containing the alignment to be evaluated. Can be gzipped or uncompressed

*.{aln,fa,fasta,fas}{.gz,}
ref_msa file

fasta file containing the reference alignment used for the evaluation. Can be gzipped or uncompressed

*.{aln,fa,fasta,fas}{.gz,}
Output 3 channels
#1 scores tuple
meta map

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

*.scores file

a file containing the score of the alignment

*.scores
#2 versions_pigz tuple
${task.process} string

The name of the process

pigz string

The name of the tool

pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//" eval

The expression to obtain the version of the tool

#3 versions_tcoffee tuple
${task.process} string

The name of the process

tcoffee string

The name of the tool

t_coffee -version | awk '{gsub("Version_", ""); print \$3}' eval

The expression to obtain the version of the tool

Tool Description Homepage
tcoffee A collection of tools for Multiple Alignments of DNA, RNA, Protein Sequence http://www.tcoffee.org/Projects/tcoffee/
pigz Parallel implementation of the gzip algorithm. https://zlib.net/pigz/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:49:28 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftcoffee%2Falncompare/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/tcoffee/alncompare/blobs/sha256:dd3dcd820799a60f49f2acb21457c898b2316e503aad5b3ffd5738b1e78f2ced
Size 3.2 KB
Checksum sha256:dd3dcd820799a60f49f2acb21457c898b2316e503aad5b3ffd5738b1e78f2ced
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:49:28 (UTC) 3 3.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:34:18 (UTC) 3 3.3 KB
0.0.0-0c7146d 08 Apr 2026 19:43:11 (UTC) 2 3.2 KB