nf-core/epang/split @ 0.0.0-6c4ed3a
Summary
splits an alignment into reference and query parts
Get started
Add the following snippet to your workflow script to include this module.
include { EPANG_SPLIT } from 'nf-core/epang/split'
License
MIT License
Process
Name
|
EPANG_SPLIT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
refaln
file
|
reference alignment in any supported format including phylip and fasta, may be gzipped *.{faa,fna,fa,fasta,fa,phy,aln,alnfaa,alnfna,alnfa,mfa,faa.gz,fna.gz,fa.gz,fasta.gz,fa.gz,phy.gz,aln.gz,alnfaa.gz,alnfna.gz,alnfa.gz,mfa.gz}
|
fullaln
file
|
full alignment in any supported format to split into reference and query alignments *.{faa,fna,fa,fasta,fa,phy,aln,alnfaa,alnfna,alnfa,mfa,faa.gz,fna.gz,fa.gz,fasta.gz,fa.gz,phy.gz,aln.gz,alnfaa.gz,alnfna.gz,alnfa.gz,mfa.gz}
|
Output
3 channels
#1
query
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*query.fasta.gz
file
|
query sequence alignment in gzipped fasta format |
#2
reference
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*reference.fasta.gz
file
|
reference sequence alignment in gzipped fasta format |
#3
versions_epang
tuple
${task.process}
string
|
The name of the process |
|---|---|
epa-ng
string
|
The name of the tool |
epa-ng --version | sed "s/EPA-ng v//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| epang | Massively parallel phylogenetic placement of genetic sequences | https://github.com/Pbdas/epa-ng |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:15:05 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fepang%2Fsplit/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/epang/split/blobs/sha256:bed722e341cdc81e9e798606c627615bac929572ceae9409c27883bda59e0c17 |
| Size | 2.5 KB |
| Checksum | sha256:bed722e341cdc81e9e798606c627615bac929572ceae9409c27883bda59e0c17 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:15:05 (UTC) | 4 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:11:00 (UTC) | 4 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:58:52 (UTC) | 2 | 2.5 KB |