Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.6 Major Release
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 5 Nov 9 - Nov 20
Description
Situation: Quickloads that point to files stored in ftp are unable to be loaded in IGB. This feature was last working in version 8.3.4, indicating a change in 8.4.0 broke some of the functionality.
The issue may be several issues. For example, in FeatureTreeView.java actionPerformed there is a check to see if the data is reachable. In 9.1.6 attempting to load an ftp via quickload causes the isReachable(dataset) to return false. If this is hardcoded to true, then the file will be added to IGB, however, when the data are loaded a bai index file not found error is then thrown.
Note that loading ftp data directly through IGB works, it is only when the ftp data are attempted to load through the quickload that it fails.
Task: Implement a fix so that ftp files can be loaded via quickload.
Attachments
Issue Links
- blocks
-
IGBF-1217 add Genome in a Bottle data sets to IGB Quickload
-
- Closed
-
I have attached an example quickload (zip file) for the human genome that includes links to two bam files. The Illumina_2x250 points to an ftp file.