Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:1
-
Sprint:B - Summer 2018, Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1, Fall 2018 Sprint 2, Fall 2018 Sprint 3
Description
We need to upgrade our sam/bam parsing library to be in line with the updated sam/bam specification. Currently some header flags which are part of the specification (i.e. SO) will cause exceptions to be thrown by the samtools libary and prevent the ability of users to load their data.
We should update our libary and parsers to resolve the issue.
Attachments
Issue Links
- relates to
-
IGBF-1321 Test for errors due to htsjdk library update
- Closed
-
IGBF-1417 Create new artifact with bigbed and bigwig parsing code from IGV codebase
- Closed
-
IGBF-1418 Import htsjdk as OSGi bundle
- Closed
-
IGBF-1699 Remove unneeded dependencies from modules
- Closed
-
IGBF-1321 Test for errors due to htsjdk library update
- Closed
Code For this is in the branch :
https://bitbucket.org/kkorey/kkorey-igb/branch/IGBF-1098-sam-so
And also you can find the installers at :
https://bitbucket.org/kkorey/kkorey-igb/downloads/
I completed a General Smoke Testing Checklist by loading all the file types mentioned here (https://wiki.transvar.org/display/ITD/General+Smoke+Testing) + Sam file.
Things look good for now but need in-depth testing I'm expecting a lot of issues (But wish for none).