Skip to content

Commit

Permalink
Rename R-scape cyk to fold
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Nov 26, 2019
1 parent 60c760e commit e490f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/choosing-gathering-threshold.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ R-scape secondary structures
:ref:`glossary:R-scape` analyses RNA multiple sequence alignment to check if the consensus secondary structure is supported by the covariation observed in the alignment. To run R-scape, enter the following commands::

mkdir rscape-seed
R-scape --cyk --outdir rscape-seed SEED
R-scape --fold --outdir rscape-seed SEED
mkdir rscape-align
R-scape --cyk --outdir rscape-align align
R-scape --fold --outdir rscape-align align

The results will appear in the ``rscape-seed`` folder that can be copied to your computer for inspection. A good family will have multiple basepairs highlighted in green, which indicates covariation support. The ``--cyk`` option checks if there is an alternative secondary structure compatible with the alignment. Comparing the regular and the ``--cyk`` secondary structure diagrams may suggest a better structure than the current secondary structure consensus found in the seed alignment.

Expand Down

0 comments on commit e490f97

Please sign in to comment.