Architecture of Gscope
Architecture of Gscope
To undestand how it is today we need a brief overview of the Historical Evolution or Evolutionary History of Gscope
Gscope from the begining
Odile Lecompte, Olivier Poch and Raymond Ripp had to annotate the genome of Pirococcus abyssi.
Starting with the DNA sequence of Pyrococcsu abyssi (1765120 bases) we determined the genes and tried to find the function of each protein.
For that we needed to have an interactive visualization tool allowing to show the sequences, blast outputs, multiple alignments and many other things.
ListeDesPABs
The Pabyssi gscope project handles DNA and protein sequences. Each one is represented as a rectangular box on the GscopeBoard.
We called it a PAB (from Pyrococcus AByssi)
Each one has an id PAB0001, PAB0002, ... (Numerotation may not be consecutive)
The procedure ListeDesPABs returns the list of all this ids. We use very often :
foreach Nom [ListeDesPABs] { DoSomething $Nom }
So since Pabyssi I didn't change the name of this central procedure ...