nf-core/custom/catadditionalfasta @ 0.0.0-6c4ed3a
Summary
Custom module to Add a new fasta file to an old one and update an associated GTF
Get started
Add the following snippet to your workflow script to include this module.
include { CUSTOM_CATADDITIONALFASTA } from 'nf-core/custom/catadditionalfasta'
License
MIT License
Process
Name
|
CUSTOM_CATADDITIONALFASTA |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing fasta information |
|---|---|
fasta
file
|
FASTA-format sequence file *.{fasta,fa}
|
gtf
file
|
GTF-format annotation file for fasta *.gtf
|
#2
tuple
meta2
map
|
Groovy Map containing additional fasta information |
|---|---|
add_fasta
file
|
FASTA-format file of additional sequences *.fa
|
biotype
string
|
Biotype to apply to new GTF entries |
|---|
Output
3 channels
#1
gtf
tuple
meta
map
|
Groovy Map containing fasta information |
|---|---|
out/${prefix}.gtf
file
|
GTF-format combined annotation file *.gtf
|
#2
fasta
tuple
meta
map
|
Groovy Map containing fasta information |
|---|---|
out/${prefix}.fasta
file
|
FASTA-format combined sequence file *.{fasta,fa}
|
#3
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| custom | Custom module to Add a new fasta file to an old one and update an associated GTF | n/a |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:12:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Fcatadditionalfasta/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/catadditionalfasta/blobs/sha256:fec9503b34a9300937c3eefa007b255a2ee1c80780ca5dcb53acb2109852b1fa |
| Size | 4.1 KB |
| Checksum | sha256:fec9503b34a9300937c3eefa007b255a2ee1c80780ca5dcb53acb2109852b1fa |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:03 (UTC) | 1 | 4.1 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:23 (UTC) | 1 | 4.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:55:07 (UTC) | 1 | 4.1 KB |