ApolloRNA imageApolloRNA FAQ

Frequently asked questions related to Apollo and ApolloRNA


1. General

The new Apollo FAQ is also worth seeing.

1.1 How to memorize a different background color for the result parts of the display (the default one is black) loading GAME XML files ?

A/ For versions before 1.9.0
In the menu 'Edit', choose 'Preferences (style)...'.
Add the following line in 'your personal preferences file'. Beware that it must be a tabulation after 'FeatureBackgroundColor'.

FeatureBackgroundColor "white"

Click on the 'Save' button.
Restart Apollo for the change to be effective.

B/ For version 1.9.0
In the menu 'Edit', choose 'Preferences'.
It is interactively possible to set a color.

1.2 How to memorize not to display starts/stops ?

Edit the file 'apollo.cfg' in the 'conf' directory of Apollo.
Put the value of 'SiteShowLimit' to 0 (the default value is 15).
Note that is then no longer possible to see starts/stops in Apollo.

1.3 Loading a GBK file protein genes are not visible with the following messages 'Warning: CDS ... uses alternative translation table (...). Can't yet deal with alternative translation tables--not loading this CDS.

The used translation table is not supported par Apollo. All mentions of translation table could be removed from the GBK file. That is all lines with '/transl_table=...' could be removed. Beware that the translation provided when zooming in could be false. It is necessary to see the translation provided in the annotation info editor.

1.4 Searching for RNA-RNA potential interaction with a GFF annotation, when regions around STARTS and STOPS are specified for searching regions, no targets are found.

In Apollo it exists two types of information: results and annotation and they are displayed in two different areas of the display. Reading GFF information load them in Apollo results. So no STOP and START are defined in Apollo annotations using a GFF format. To use STARTS and STOPS Apollo annotated to specify the regions where to search for RNA-RNA interaction, GBK or XML are appropriated.

1.5 The genomic sequence is changed after layering more results or annotations in GAME XML.

To conserve the genomic sequence, it is necessary that the added information cover the begin and end of sequence. This is taken into account in the Convert utility provided. Two artefact elements are created, one on the first nucleotide, the other on the last one. This is the reason why the related sequence length is asked.

1.6 How could I used my old .tiers file with Apollo 1.9.0?

Before this version, it was possible to create particular .tiers files and specify their use with the interface: menu Edit, item Preferences, add manually the line 'Types "my.tiers"' then save the file in the user .apollo directory. With Apollo 1.9.0, to use this files, it is possible to do as following:
1/ menu Edit, item Preferences, tab Types, save in the default file .apollo/fly.tiers
2/ quit Apollo
2/ edit the created .apollo/fly.tiers file and paste the content of your own .tiers file at the end of the file.


2. Convert utility (based on Apollo)

2.1 Converting CRISPfinder result in GFF, I lost the first prediction.

It is necessary to select ALL the content of the window and paste it as input data. If just the sub part with the predictions is selected, the first prediction could be arased.

2.2 An error (apollo.dataadapter.ApolloAdapterException: -1) occurs trying to convert the file NC_002758.gbk in GAME XML with the provided Convert utility.

Before calling the convert utility, edit the file and modify the lines of the form:

/note="
similar to ..."

in (problem in Apollo 1.6.5 with empty first line for the note attribut):

/note="similar to ..."

2.3 With Apollo 1.6.5, an error (Message error: -1) occurs trying to convert the file NC_000913.gbk in GAME XML with the provided Convert utility.

Before calling the convert utility, edit the file and modify the lines of the form:

/function=" ... :
..."

in (problem with Apollo 1.6.5 with lines ending with ':' then remove the carriage return):

/function=" ... : ..."

The following Perl procedure ModifyGBKfunction could help doing both 2.3 and 2.4 indications.

2.4 With Apollo 1.9.4, an error (Message: GAME XML input steam was empty -- nothing loaded) occurs trying to load the file NC_000913.xml provided by the Convert utility from .GBK to GAME XML format.

Before calling the convert utility, edit the file and replace all:

&

by:

and

The following Perl procedure ModifyGBKfunction could help doing both 2.3 and 2.4 indications.


Last update: February 16, 2018