nf-core/segul/aligntrim @ 0.0.0-0c7146d
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. |
|---|---|
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. |
|---|---|
${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. |
|---|---|
${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-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:35:33 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsegul%2Faligntrim/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/segul/aligntrim/blobs/sha256:660eeb0bee79280a4e6778e0273698cd3f93566960551100ea0110a753de9690 |
| Size | 3.5 KB |
| Checksum | sha256:660eeb0bee79280a4e6778e0273698cd3f93566960551100ea0110a753de9690 |
| 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 |