Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb
Description
There is now a new plugin module for the project.
For the next step, we need to add it to the various POMs in the project:
- parent aggregator POM (as a module)
We will also likely need to add it to sub-project POMs - you will need to do some research to check that this is right!:
- main - to ensure it gets packaged with IGB builds for testing
- shared-lib-wrapper - to ensure it gets copied to the bundles location so that you can test while developing IGB
To test:
- Build the project on your local computer
- Unpack igb_exe.jar - check that the genotyping bundle is included
- Look in "bundles" in the project directory; check that the genotyping bundle is in bundles/dynamic
Check for genotyping bundle while running IGB:
- Run IGB using igb_exe.jar
- Open the felix console
- Check that the genotyping bundle is there
Ready for first-level review:
https://bitbucket.org/srishtitiwari/integrated-genome-browser/commits/6468f37
Verified bundles directory "bundles/dynamic", igb_exe.jar and Felix console and found that the genotyping bundle is included.