-
Notifications
You must be signed in to change notification settings - Fork 2
InteractionDB setup in Eclipse
De edited this page Nov 20, 2020
·
3 revisions
From Eclipse, you can build the jar file:
- Find the build.xml file
- Right mouse click on this file, Run As -> Ant Build. Check the console output if the jar was build properly.
- The latest version should be located in the "Dist" folder.
You can also run the IntdbBuilder class from Eclipse:
- Open the IntdbBuilder (located under src/org/bridgedb/interaction).
- Click on Run -> Run Configurations.
- Double click on "Java Application" **Note
- Set all the required command line arguments:
- 0 - Full path of the interactions database to be created (eg: "/home/user/interactions.bridge")
- 1 - Boolean download mapping (true/false) [Note : the download requires internet connection]
- 2 - Full path of the previous interactions database to run the QC (eg: "/home/user/interactions20201120.bridge")
**Note: If the Main class is not selected automatically, click the search button and select org.bridgedb.interaction.IntdbBuilder: