Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Summer 1, Summer 2, Summer 5, Summer 6, Summer 7
Description
Three additional tasks to update / improve the find junction code in bitbucket:
1) Now that find junctions is recommended to be built using JDK 21, we need to update the bitbucket pipelines file. The pipeline might not even run, so this task may take some effort to debug it.
2) Also, we may also want to indicate in the README which genome a user needs to open in order to view the "test" bed file, and explain to the user what they ought to see in IGB when they do that. That way, if there is a problem, they will know.
3) Lastly, let's change the main development branch from "master" to "main".
Changed the JDK version to 21 in my local and built the application, jar is generated successfully. Modified the bitbucket pipeline code too, will test this once my build minutes are renewed.