×

nf-core/segul/aligntrim @ 0.0.0-6c4ed3a

Trim multiple sequence alignments by filtering columns based on missing data proportion or parsimony informative sites using SEGUL.

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

Summary

Trim multiple sequence alignments by filtering columns based on missing data proportion or parsimony informative sites using SEGUL.

Get started

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

include { SEGUL_ALIGNTRIM } from 'nf-core/segul/aligntrim'

License

MIT License

Process
Name SEGUL_ALIGNTRIM
Input 1 channel
#1 tuple
meta map

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

aln file

One or more multiple sequence alignment files. Files with non-standard extensions are automatically renamed to .fa for SEGUL compatibility.

*.{fa,fas,fasta,nex,nexus,phy,phylip,aln,alnfaa,clipkit,trimal,msa}
Output 3 channels
#1 summary tuple
meta map

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

${prefix}/trimming_summary.csv file

CSV summary with per-alignment trimming statistics.

*.csv
#2 trimmed tuple
meta map

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

${prefix}/trimmed_alignments/* file

Trimmed alignment files.

*.{fas,nex,phy}
#3 versions_segul tuple
${task.process} string

The name of the process

segul string

The name of the tool

segul --version | sed 's/segul //' eval

The expression to obtain the version of the tool

Tool Description Homepage
segul An ultrafast and memory efficient tool for phylogenomics https://www.segul.app
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:43:48 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fsegul%2Faligntrim/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/segul/aligntrim/blobs/sha256:f362bee810281f8ae2eb944dd31503a9b383927b90562ec7e571efc36559864f
Size 3.5 KB
Checksum sha256:f362bee810281f8ae2eb944dd31503a9b383927b90562ec7e571efc36559864f
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:43:48 (UTC) 3 3.5 KB
0.0.0-3fc6d40 22 Apr 2026 15:30:11 (UTC) 3 3.5 KB
0.0.0-0c7146d 08 Apr 2026 19:35:33 (UTC) 3 3.5 KB