Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.0 Major Release
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Summer 2019 Sprint 12, Fall 2019 Sprint 1, Fall 2019 Sprint 2
Description
I am creating a Quickload site for a colleague in which I'm distributing some bigwig (.bw) files.
I am able to open these files into IGB in the usual way. When I do that, the file appears in the Data Management table with the expected data set name. Everything works great!
However, once I click "Load Data", the data set name changes to the name of the file, minus the ".bw" file extension.
This is a very strange bug! Please investigate.
Attachments
Issue Links
- relates to
-
IGBF-2266 Fix track definition name option affecting style
- To-Do
public class BigWigSymLoader has a method named parse where we are setting gid (graph name).
It is set as file name without the extension and hence the extension disappears.
Note : Before the data is loaded the style is set with filename with extension and once data is loaded, it is overriden by filename without extension.