nf-core/viennarna/rnafold @ 0.0.0-3fc6d40
Summary
Predict RNA secondary structure using the ViennaRNA RNAfold tools. Calculate minimum free energy secondary structures and partition function of RNAs.
Get started
Add the following snippet to your workflow script to include this module.
include { VIENNARNA_RNAFOLD } from 'nf-core/viennarna/rnafold'
License
MIT License
Process
Name
|
VIENNARNA_RNAFOLD |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
A fasta file containing RNA or transcript sequences *.{fasta,fa}
|
Output
3 channels
#1
versions
tuple
meta
file
|
The text Output of RNAfold that *.{fold}
|
|---|---|
versions.yml
file
|
File containing software versions versions.yml
|
#2
rnafold_ps
tuple
meta
file
|
The text Output of RNAfold that *.{fold}
|
|---|---|
*.ps
file
|
The text Output of RNAfold that *.ss
|
#3
rnafold_txt
tuple
meta
file
|
The text Output of RNAfold that *.{fold}
|
|---|---|
*.fold
file
|
The text Output of RNAfold that *.{fold}
|
| Tool | Description | Homepage |
|---|---|---|
| viennarna | Calculate minimum free energy secondary structures and partition function of RNAs The program reads RNA sequences, calculates their minimum free energy (mfe) structure and prints the mfe structure in bracket notation and its free energy. If not specified differently using commandline arguments, input is accepted from stdin or read from an input file, and output printed to stdout. If the -p option was given it also computes the partition function (pf) and base pairing probability matrix, and prints the free energy of the thermodynamic ensemble, the frequency of the mfe structure in the ensemble, and the ensemble diversity to stdout. | https://www.tbi.univie.ac.at/RNA/ |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:36:23 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fviennarna%2Frnafold/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/viennarna/rnafold/blobs/sha256:96a898e3b6ce12f497694e85336cd65908715c245ffa959b265f8f4cc471dcd8 |
| Size | 2.7 KB |
| Checksum | sha256:96a898e3b6ce12f497694e85336cd65908715c245ffa959b265f8f4cc471dcd8 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:52:33 (UTC) | 3 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:23 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:46:55 (UTC) | 3 | 2.7 KB |