Mayday is THE workbench for visualization, analysis, and storage of microarray data. Thank you for your interest in our code basis.
Besides java>=1.7 and you favorite IDE/editor, you need
git clone https://lambda.informatik.uni-tuebingen.de/gitlab/mayday/Mayday.git
cd Mayday
./setup.bash
This will create a new folder Mayday at your current working directory.
Choose the Create new Project from existing source option, and select the file pom.xml within the Mayday folder. When running Mayday from the IDE, please set the classpath from module option in the run configurations, because the additional dependencies or a module would not be loaded.
- Open/Create Workspace at the Mayday folder
- File > Import
- General > Existing Projects into Workspace
- Choose the Mayday as the root directory
- Finish import dialog