GenDBWiki/DeveloperDocumentation: Difference between revisions
Jump to navigation
Jump to search
m (13 revisions) |
No edit summary |
||
Line 4: | Line 4: | ||
Currently, the developers' version of GenDB which is maintained via the Concurrent Versions System ([https://www.cvshome.org/ CVS]), comprises more than 200 modules and more than 500,000 lines of Perl source code, not including more than 20 common modules that have been implemented for a number of general purpose tasks (e.g. for translating or reversing a DNA sequence. If you are interested in writing your own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation. | Currently, the developers' version of GenDB which is maintained via the Concurrent Versions System ([https://www.cvshome.org/ CVS]), comprises more than 200 modules and more than 500,000 lines of Perl source code, not including more than 20 common modules that have been implemented for a number of general purpose tasks (e.g. for translating or reversing a DNA sequence. If you are interested in writing your own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation. | ||
* [[/CVSAccess]] | * [[GenDBWiki/DeveloperDocumentation/CVSAccess|CVS Access]] | ||
* /UseTheSource | * [[GenDBWiki/DeveloperDocumentation/UseTheSource|Using the Source]] | ||
* /DocumentationGuidelines | * [[GenDBWiki/DeveloperDocumentation/DocumentationGuidelines|Documentation Guidelines]] | ||
* /SystemDesign | * [[GenDBWiki/DeveloperDocumentation/SystemDesign|System Design]] | ||
* [[/GenDBDemoScript]] | * [[GenDBWiki/DeveloperDocumentation/GenDBDemoScript|GenDB Demo Script]] | ||
* [[/GenDBProgrammingTutorial]] | * [[GenDBWiki/DeveloperDocumentation/GenDBProgrammingTutorial|GenDB Programming Tutorial]] | ||
* /ContributedScripts | * [[GenDBWiki/DeveloperDocumentation/ContributedScripts|Contributed Scripts]] | ||
* /ToolIntegration | * [[GenDBWiki/DeveloperDocumentation/ToolIntegration|Tool Integration]] | ||
* /ClassDiagram | * [[GenDBWiki/DeveloperDocumentation/ClassDiagram|Class Diagram]] | ||
* /PersonalWebServer | * [[GenDBWiki/DeveloperDocumentation/PersonalWebServer|Personal Web Server]] |
Latest revision as of 14:35, 28 October 2011
Information for Software Developers
Currently, the developers' version of GenDB which is maintained via the Concurrent Versions System (CVS), comprises more than 200 modules and more than 500,000 lines of Perl source code, not including more than 20 common modules that have been implemented for a number of general purpose tasks (e.g. for translating or reversing a DNA sequence. If you are interested in writing your own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation.