Changes between Version 2 and Version 3 of MolgenisSourceCode


Ignore:
Timestamp:
2009-10-17T13:46:05+02:00 (15 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisSourceCode

    v2 v3  
    11= MOLGENIS source code =
    22
    3 You can [http://www.molgenis.org/browser browse the code] or checkout directly from SVN at http://www.molgenis.org/svn
    4 {{{
    5 TODO: tutorial commandline or
    6 }}}
     3You can check the latests versions of the MOLGENIS code via the [http://gbic.target.rug.nl/trac/molgenis/browser browser] or check it out from our open repository at http://www.molgenis.org. We mostly use Eclipse but we know that it works on NetBeans too with some tweaks.
     4
     5MOLGENIS consists of two main components. Current version is 3.3:
     6 1. The software generator 'molgenis'. Check out from http://www.molgenis.org/svn/molgenis/3.3
     7 1. The application template 'molgenis_distro'. Check out from http://www.molgenis.org/svn/molgenis_distro/3.3
     8
     9Inside the molgenis_distro you will find in handwritten the 'MolgenisGenerate' program.
     10See MolgenisGuide for usage.