Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2022 May 17;50(W1):W657–W662. doi: 10.1093/nar/gkac372

rna-tools.online: a Swiss army knife for RNA 3D structure modeling workflow

Marcin Magnus 1,
PMCID: PMC9252763  PMID: 35580057

Abstract

Significant improvements have been made in the efficiency and accuracy of RNA 3D structure prediction methods in recent years; however, many tools developed in the field stay exclusive to only a few bioinformatic groups. To perform a complete RNA 3D structure modeling analysis as proposed by the RNA-Puzzles community, researchers must familiarize themselves with a quite complex set of tools. In order to facilitate the processing of RNA sequences and structures, we previously developed the rna-tools package. However, using rna-tools requires the installation of a mixture of libraries and tools, basic knowledge of the command line and the Python programming language. To provide an opportunity for the broader community of biologists to take advantage of the new developments in RNA structural biology, we developed rna-tools.online. The web server provides a user-friendly platform to perform many standard analyses required for the typical modeling workflow: 3D structure manipulation and editing, structure minimization, structure analysis, quality assessment, and comparison. rna-tools.online supports biologists to start benefiting from the maturing field of RNA 3D structural bioinformatics and can be used for educational purposes. The web server is available at https://rna-tools.online.

Graphical Abstract

Graphical Abstract.

Graphical Abstract

Overview of the tasks supported by rna-tools.online.

INTRODUCTION

Ribonucleic acid or RNA is a central type of molecule in a broad variety of biological processes throughout the central dogma (1,2), RNA splicing (3), transcription regulation (4). The functional diversity of RNA is attributed to its ability to form specific 3D structures that can carry out biological functions (5). Thus, the accurate and rapid modeling of RNA 3D structure is an important step in understanding the molecular function as well as its interaction with other macromolecules and ligands.

During the last decade, a good number of RNA 3D structure prediction algorithms have been actively developed and improved. Improvements have been made in the efficiency and accuracy of RNA 3D structure prediction methods as reported in publications describing the RNA-Puzzles initiative (6–9). However, many tools developed in the field stay exclusive to only a few bioinformatic groups. To perform a complete RNA 3D structure modeling analysis as proposed in the RNA-Puzzles publications, researchers must familiarize themselves with a complex set of disparate tools, which often work at cross purposes. Several described tools are implemented in a form of a web server, such as methods for RNA 3D structure prediction: SimRNAweb (10), ROSIE/FARFAR2 (11,12), RNAComposer (13), however, many operations must be done on a local machine and are difficult to be applied without the knowledge of basic RNA bioinformatics.

In order to facilitate the processing of RNA sequences and structures, we previously developed the rna-tools package (14). The initial goal of the package was to provide a more abstract way to process data for RNA 3D modeling and analysis. Our work on the standardized dataset for the RNA-Puzzle community (14) made us realize how difficult it was to process structural files so they can be compared and the best models can be selected. A similar problem has been also recognized in the field of protein structure prediction and projects like pdb-tools (15) were developed. The focus of rna-tools was to (i) identify limitations of the existing tools (e.g. in the case of ModeRNA used here for introducing mutations, we developed a workaround so the program can process mutations in multiple chains), (ii) add advanced options to existing tools (e.g. for calculation of RMSD, advanced system of selection segments was introduced), (iii) identify the need for new tools (e.g. ‘diffpdb’ for text-based comparison of PDB files), (iv) integrate the existing tools and design ability to combine them into complex analyses. Nowadays, rna-tools has become a wide toolbox to approach every aspect of working with various types of RNA data. The package was used in various scientific projects, to calculate the stability of various U6 RNAs of the spliceosome (16), for years now to process input files obtained from users for SimRNAweb (10)(RNA 3D structure prediction method) and NPDock (17)(RNA/DNA protein docking method), and to analyze data for RNArchitecture (18) database (a classification system of RNA families with a focus on structural information) and EvoClustRNA (19) (RNA 3D structure prediction using multiple sequence alignment information). Moreover, the package was used to provide computational resources for the RNA-puzzle community (14) and also offered tools for biological applications developed by others, e.g. processing files for the development of a new scoring function for RNA-ligand interactions (20) and for an analysis of spliceosomal structures (21).

We realized that the next step for making RNA 3D structure modeling workflows even more accessible was to provide these tools online. Using rna-tools requires the installation of a mixture of libraries and programs, basic knowledge of the command line and the Python programming language. To open opportunities for the wider community of biologists to take advantage of the new developments in RNA structural biology, we developed the rna-tools.online. The web server provides a user-friendly platform to perform many standard analyses required for the typical modeling workflow: 3D structure manipulation and editing, structure minimization, structure analysis, comparison analysis, and quality assessment. There are tools that provide some of these functions. However, RNApolis (22) is a central hub that connects the user to a few independent tools that carry out specific tasks that are not directly integrated together. The ROSIE server (12) and the MolProbity server (23) offer only limited functionality for PDB file editing compared to the described server. The goal for rna-tools.online is to develop a more versatile platform with expert-selected tools to perform actions from every area of RNA 3D structure modeling and with a gentle learning curve for new users.

MATERIALS AND METHODS

Implementation

rna-tools.online and all utility programs were implemented in Python 3. All the tools implemented in the server leverage the use of the standalone rna-tools package, to which we added a way to input the data from the web (a page form for each tool) and a way to return the results of the computation and of the command line outputs. The web server was developed using the Django framework for the backend, while the frontend uses the jQuery JavaScript library to send and retrieve the data from the backend. Each tool collects the user inputs within a form. The uploaded files and the supplementary data are sent through an Ajax request to the backend when the user presses the ‘Run!’ button to start the computation. In the backend, the original rna-tools package is run on the server command line to perform the job requested by the user. The output of this job is then sent back through an Ajax response to the page the user is visualizing. At the end when the computation has processed the original files, the result files, a log file and a bash script are returned to the user as links. The user can download them by clicking on these links. The bash script can be used to re-run the tool on the user's local machine (if the local version of the rna-tools package is installed). The user will be able to later return to the job and its results by using a unique link that will be generated and displayed on the tool page at the end of the computation. Some tools use JSMol (24) in order to render a preview of their resulting 3D structures.

RESULTS

The rna-tools.online server is designed to facilitate various procedures required in structural files analysis and preparation in the field of RNA 3D structural bioinformatics. The user can take advantage of multiple groups of tools that were divided into sections to help the user understand which tool to use for a given task. All tools on the web page follow a very similar pattern (Figure 1), are well documented and multiple examples are provided. By using a standard web browser, the user will be able to select a tool from a list of categorized rna-tools, follow the specific instructions given on the tool page to learn how to use it and what the tool is used for, upload the user's files and start a job execution. Once the computation is done, the web server allows the user to download the results and explore the command-line steps that were used to perform the analysis. This will also provide a way to learn how the rna-tool package can be used and will spur the user into trying to perform more customized analyses. For each job, a unique identifier is generated, this can be used to pass the output of one job to another job using the ‘Fetch’ functionality allowing users to create complex analyses by chaining together different tools. Below, we will provide a quick summary of tools available online.

Figure 1.

Figure 1.

Example of a tool page ‘Calculate RMSD’. Analogous forms are provided for each tool. (1) Input files from other jobs can be fetched by specifying a unique job identifier (2) or can be uploaded by dropping files into the upload box. (3) Some tools may have specific options. For example, in ‘Calculate RMSD’, it is possible to calculate RMSD in an all-vs-all way or using different fragment selection options. (4) For each job a unique link is provided. This link can be saved, shared, or used to return the job results. The ending of this link is the unique job code that can be used in other tools of rna-tools.online to fetch its stored files. (5) The list of loaded files represents both, files uploaded by the user or generated by the tool. Each file can be downloaded or removed from the job folder. (6) To help the user understand how to run the same tool at the local machine, the executed command is displayed. (7) Results are presented in a tool-specific manner, here, a table of filenames and RMSD is displayed with a superposition rendered using JSmol for the reference structure and one of the models. (8) The main execution for a tool is triggered upon clicking ‘Run!’ (9) Auxiliary functionalities are also provided, in the case of this tool, the user can execute a standardization procedure of PDB files and conversion from the mmCIF file format to the PDB format before pressing ‘Run!’ in order to prepare the files. (10) A demo can be loaded in order to test the tool. (11) Furthermore, at the bottom of each form, a section with detailed documentation can be found.

RNA 3D structure analysis

The first group of tools includes programs that aim to facilitate the analysis of RNA 3D structure. With ‘Get sequences’ the user can easily obtain RNA sequences for the uploaded PDB files. To obtain secondary structures from the PDB files the tool ‘Get secondary structures’ can be used based internally on 3DNA/DSSR (25) software. The 3DNA/DSSR software is also used for the next tool, ‘Analysis with X3DNA’ which provides various detailed statistics for PDB files such as a list of RNA elements (helixes, stems, motifs, nucleotide modifications) and configuration of base pairs. The last tool in this group uses ClaRNA (26) to classify the contacts (interactions) between base pairs in a PDB file.

RNA 3D structure editing

The next group of tools allows the user to edit PDB files, most of them are using BioPython (27). The ‘Concatenate PDB files’ tool is able to merge two or more PDB files into one file. ‘Extract from PDB’ extracts and ‘Delete from PDB’ removes specified residues from a PDB file. ‘Edit PDB file’ edits specific residues in a PDB file. ‘Mutate residues in PDB file’ mutates residues in a PDB file using an improved (multiple chains) code with ModeRNA (28). ‘Swap chains name in PDB file’ swaps names of the chains in a PDB file, ‘Replace XYZ coordinates in PDB file’ replaces XYZ coordinates of one PDB file with XYZ coordinates from another file which is useful for homology modeling.

RNA 3D structure standardization

This group of tools aims to facilitate operations on the standardization of RNA 3D structure. ‘Standardize PDB for RNA puzzle submission’ allows standardizing a PDB file to be compatible with the format proposed by the RNA-Puzzles community (14). The tool standardizes the naming of atoms, residues, and chains, reports and adds missing atoms removes water and ions, and keeps only canonical RNA atoms. ‘Standardize PDB for Molecular Dynamics’ allows standardizing a PDB file to be compatible with the format used in Molecular Dynamics, e.g. by OpenMM (29). The tool standardizes the naming of atoms, residues, and chains, reports and adds missing atoms removes water and ions, and keeps only canonical RNA atoms.

RNA 3D structure minimization

A common task in RNA bioinformatics is to remove steric clashes and optimize bonds and angles of an RNA model. We provide two tools: ‘Minimize with QRNAS’ which offers structural minimization based on QRNAS (30), a software tool for fine-grained refinement of nucleic acid structures, and ‘Minimize with OpenMM’ which offers another type of structural minimization for PDB files based on OpenMM (29), a molecular dynamics simulation toolkit.

RNA 3D structures comparison

The next group contains three tools that can be used to compare structural files. The ‘diffpdb’ tool is a simple program to perform a text-based comparison of two files of PDB format to identify the difference in the annotation of atoms, missing atoms, and missing fragments. ‘Calculate Root Mean Square Deviation (RMSD)’ can be used to calculate an RMSD (31) that is a measure of the average distance between the atoms of superimposed RNAs. The tool at the server provides options for the selection of fragments in the target structure and structures used for comparison, as well as the exclusion of specific atoms (Figure 1). RMSD is a relatively simple, geometrical measure, useful in some scenarios, however for RNA comparison more useful can be a measurement that takes into account interactions networks of RNA molecules. We provide ‘Calculate Network Interaction Fidelity (INF)’ where RNAs are represented by a network of interactions, and the closer two networks of interactions of two molecules are similar, the higher the INF score (32).

RNA 3D model quality assessment

The last step of RNA 3D structure modeling is the assessment of the quality of a model. The web server provides two tools that are executed to obtain predicted quality scores: RASP (33) and Dfire (34). In both cases, lower scores mean a higher probability of a given structural model being of good quality.

Conversion between mmCIF and PDB

As only a limited number of chains and atoms can be deposited in the PDB format, the mmCIF format (35,36) has been introduced to provide an alternative way to save structures. As the predicted RNA structures are normally within the capability of the PDB format, this format is still used in the RNA-Puzzles community. Moreover, many tools available in the field of RNA 3D bioinformatics still are using the PDB format and likely will not be updated for the mmCIF format. Thus, we decided to provide a web application to convert mmCIF format to PDB format (‘Convert CIF files to PDB’) and reverse (‘Convert PDB files to CIF’). These two tools are based on the open-source version of PyMOL (37).

DISCUSSION

The rna-tools.online server offers a new user-friendly interface for the rna-tools package, delivering RNA 3D structure modeling tools to any user. The server accepts RNA structural files and enables various analyses. On the documentation page (https://rna-tools.online/docs), the user can find a detailed description of how the tools can be used and how to interpret the results. All tools are well documented and examples are provided to help the users to understand the tools. Advanced applications are possible after downloading output scripts and files to a local machine. The rna-tools website and its stand-alone version are rigorously maintained and we are open to providing additional tools and addressing requests from the general community. Moreover, we plan also to enhance the infrastructure to provide more computational power, especially for molecular dynamics-based functions. We hope that the user will be encouraged by the possibility to replicate the execution of these tools on their local machine to perform even more complex analyses using the tools provided by the rna-tools stand-alone version or similar packages, e.g. Barnaba (38). We encourage users to report any problems and requests using the Issues system of the GitHub web page or to send feedback directly. We believe that our user-friendly server will encourage biologists to start benefiting from the maturing field of RNA 3D structural bioinformatics and that rna-tools.online will prove to be an important tool in both research and educational contexts.

DATA AVAILABILITY

The web server is available at https://rna-tools.online. This website is free and open to all users and there is no login requirement.

ACKNOWLEDGEMENTS

The author wants to thank Jadwiga Meissner, Yusuf Rozimemet, and current and former members of the Janusz Bujnicki group, in particular Wayne Dawson for their comments and/or for testing the server and Pietro Boccaletto for initial work on the project and hours of discussion.

The clipart used for the graphical abstract was provided by OpenClipart (public domain license, source https://freesvg.org/swiss-army-knife-photorealistic-vector-clip-art).

FUNDING

M.M. was supported by the ‘Regenerative Mechanisms for Health-ReMedy’ [MAB/2017/2], carried out within the International Research Agendas Program of the Foundation for Polish Science co-financed by the European Union under the European Regional Development Fund. Funding for open access charge: “Regenerative Mechanisms for Health-ReMedy” grant MAB/2017/2, carried out within the International Research Agendas Program of the Foundation for Polish Science co-financed by the European Union under the European Regional Development Fund.

Conflict of interest statement. None declared.

REFERENCES

  • 1. Strobel E.J., Watters K.E., Loughrey D., Lucks J.B.. RNA systems biology: uniting functional discoveries and structural tools to understand global roles of RNAs. Curr. Opin. Biotech. 2016; 39:182–191. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2. Cech T.R., Steitz J.A.. The noncoding RNA revolution-trashing old rules to forge new ones. Cell. 2014; 157:77–94. [DOI] [PubMed] [Google Scholar]
  • 3. Buratti E., Baralle F.E.. Influence of RNA secondary structure on the pre-mRNA splicing process. Mol. Cell. Biol. 2004; 24:10505–10514. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4. Long Y., Wang X., Youmans D.T., Cech T.R.. How do lncRNAs regulate transcription?. Sci. Adv. 2017; 3:eaao2110. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Al-Hashimi H.M., Walter N.G.. RNA dynamics: it is about time. Curr. Opin. Struct. Biol. 2008; 18:321–329. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6. Cruz J.A., Blanchet M.-F., Boniecki M.J., Bujnicki J.M., Chen S.-J., Cao S., Das R., Ding F., Dokholyan N.V., Flores S.C.et al.. RNA-Puzzles: a CASP-like evaluation of RNA three-dimensional structure prediction. RNA. 2012; 18:610–625. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Miao Z., Adamiak R.W., Blanchet M.-F., Boniecki M.J., Bujnicki J.M., Chen S.-J., Cheng C.Y., Chojnowski G., Chou F.-C., Cordero P.et al.. RNA-Puzzles round II: assessment of RNA structure prediction programs applied to three large RNA structures. RNA. 2015; 21:1066–1084. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8. Miao Z., Adamiak R.W., Antczak M., Batey R.T., Becka A.J., Biesiada M., Boniecki M.J., Bujnicki J.M., Chen S.-J., Cheng C.Y.et al.. RNA-Puzzles round III: 3D RNA structure prediction of five riboswitches and one ribozyme. RNA. 2017; 23:655–672. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Miao Z., Adamiak R.W., Antczak M., Boniecki M.J., Bujnicki J.M., Chen S.-J., Cheng C.Y., Cheng Y., Chou F.-C., Das R.et al.. RNA-Puzzles round IV: 3D structure predictions of four ribozymes and two aptamers. RNA. 2020; 26:982–995. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10. Magnus M., Boniecki M.J., Dawson W.K., Bujnicki J.M.. SimRNAweb: a web server for RNA 3D structure modeling with optional restraints. Nucleic Acids Res. 2016; 44:W315–W319. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Watkins A.M., Rangan R., Das R.. FARFAR2: improved de novo rosetta prediction of complex global RNA folds. Struct./Fold. Des. 2020; 28:963–976. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12. Lyskov S., Chou F.-C., Conchúir S.Ó., Der B.S., Drew K., Kuroda D., Xu J., Weitzner B.D., Renfrew P.D., Sripakdeevong P.et al.. Serverification of molecular modeling applications: the rosetta online server that includes everyone (ROSIE). PLoS One. 2013; 8:e63906. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Popenda M., Szachniuk M., Antczak M., Purzycka K.J., Lukasiak P., Bartol N., Blazewicz J., Adamiak R.W.. Automated 3D structure composition for large RNAs. Nucleic Acids Res. 2012; 40:e112. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Magnus M., Antczak M., Zok T., Wiedemann J., Lukasiak P., Cao Y., Bujnicki J.M., Westhof E., Szachniuk M., Miao Z.. RNA-Puzzles toolkit: a computational resource of RNA 3D structure benchmark datasets, structure manipulation, and evaluation tools. Nucleic Acids Res. 2020; 48:576–588. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Rodrigues J.P.G.L.M., Teixeira J.M.C., Trellet M., Bonvin A.M.J.J.. pdb-tools: a swiss army knife for molecular structures. F1000research. 2018; 7:1961. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Eysmont K., Matylla-Kulinska K., Jaskulska A., Magnus M., Konarska M.M.. Rearrangements within the U6 snRNA core during the transition between the two catalytic steps of splicing. Mol. Cell. 2019; 75:538–548. [DOI] [PubMed] [Google Scholar]
  • 17. Tuszyńska I., Magnus M., Jonak K., Dawson W.K., Bujnicki J.M.. NPDock: a web server for protein-nucleic acid docking. Nucleic Acids Res. 2015; 43:W425–W430. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18. Boccaletto P., Magnus M., Almeida C., Zyła A., Astha A., Pluta R., Bagiński B., Jankowska E.J., Dunin-Horkawicz S., Wirecki T.K.et al.. RNArchitecture: a database and a classification system of RNA families, with a focus on structural information. Nucleic Acids Res. 2018; 46:D202–D205. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Magnus M., Kappel K., Das R., Bujnicki J.M.. RNA 3D structure prediction guided by independent folding of homologous sequences. BMC Bioinf. 2019; 20:512–515. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20. Stefaniak F., Bujnicki J.M.. AnnapuRNA: a scoring function for predicting RNA-small molecule binding poses. PLoS Comput. Biol. 2021; 17:e1008309. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Feltz C.vander, Nikolai B., Schneider C., Paulson J.C., Fu X., Hoskins A.A. Saccharomyces cerevisiae ecm2 modulates the catalytic steps of pre-mRNA splicing. RNA. 2021; 27:591–603. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22. Szachniuk M. RNApolis: computational platform for RNA structure analysis. Found. Comput. Decis. Sci. 2019; 44:241–257. [Google Scholar]
  • 23. Williams C.J., Headd J.J., Moriarty N.W., Prisant M.G., Videau L.L., Deis L.N., Verma V., Keedy D.A., Hintze B.J., Chen V.B.et al.. MolProbity: more and better reference data for improved all-atom structure validation. Protein Sci. 2018; 27:293–315. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Hanson R.M., Prilusky J., Renjian Z., Nakane T., Sussman J.L.. JSmol and the next-generation web-based representation of 3D molecular structure as applied to proteopedia. Isr. J. Chem. 2013; 53:207–216. [Google Scholar]
  • 25. Lu X.-J., Bussemaker H.J., Olson W.K.. DSSR: an integrated software tool for dissecting the spatial structure of RNA. Nucleic Acids Res. 2015; 43:e142. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. Waleń T., Chojnowski G., Gierski P., Bujnicki J.M.. ClaRNA: a classifier of contacts in RNA 3D structures based on a comparative analysis of various classification schemes. Nucleic Acids Res. 2014; 42:e151. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Cock P.J.A., Antao T., Chang J.T., Chapman B.A., Cox C.J., Dalke A., Friedberg I., Hamelryck T., Kauff F., Wilczynski B.et al.. Biopython: freely available python tools for computational molecular biology and bioinformatics. Bioinformatics. 2009; 25:1422–1423. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Rother M., Rother K.M., Puton T., Bujnicki J.M.. ModeRNA: a tool for comparative modeling of RNA 3D structure. Nucleic Acids Res. 2011; 39:4007–4022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29. Eastman P., Swails J., Chodera J.D., McGibbon R.T., Zhao Y., Beauchamp K.A., Wang L.-P., Simmonett A.C., Harrigan M.P., Stern C.D.et al.. OpenMM 7: rapid development of high performance algorithms for molecular dynamics. PLoS Comput. Biol. 2017; 13:e1005659-17. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Stasiewicz J., Mukherjee S., Nithin C., Bujnicki J.M.. QRNAS: software tool for refinement of nucleic acid structures. BMC Struct. Biol. 2019; 19:5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Kabsch W. A discussion of the solution for the best rotation to relate two sets of vectors. Acta Crystallogr. Sect. Cryst. Phys. Diffr. Theor. Gen. Crystallogr. 1978; 34:827–828. [Google Scholar]
  • 32. Parisien M., Cruz J.A., Westhof É., Major F.. New metrics for comparing and assessing discrepancies between RNA 3D structures and models. RNA. 2009; 15:1875–1885. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. Capriotti E., Norambuena T., Marti-Renom M.A., Melo F.. All-atom knowledge-based potential for RNA structure prediction and assessment. Bioinformatics. 2011; 27:1086–1093. [DOI] [PubMed] [Google Scholar]
  • 34. Zhang T., Hu G., Yang Y., Wang J., Zhou Y.. All-atom knowledge-based potential for RNA structure discrimination based on the distance-scaled finite ideal-gas reference state. J. Comput. Biol. 2020; 27:856–867. [DOI] [PubMed] [Google Scholar]
  • 35. Westbrook J.D., Fitzgerald P.M.D.. The PDB format, mmCIF, and other data formats. Method Biochem. Anal. 2003; 44:161–179. [PubMed] [Google Scholar]
  • 36. Burley S.K., Berman H.M., Bhikadiya C., Bi C., Chen L., Costanzo L.D., Christie C., Duarte J.M., Dutta S., Feng Z.et al.. Protein data bank: the single global archive for 3D macromolecular structure data. Nucleic Acids Res. 2018; 47:gky949. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. LLC S. The PyMOL Molecular Graphics System. 2015; Version 1.7 Edu Enhanced for Mac OS X by Schrödinger. [Google Scholar]
  • 38. Bottaro S., Bussi G., Pinamonti G., Reißer S., Boomsma W., Lindorff-Larsen K.. Barnaba: software for analysis of nucleic acid structures and trajectories. RNA. 2019; 25:219–231. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The web server is available at https://rna-tools.online. This website is free and open to all users and there is no login requirement.


Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES