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
-
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-1765 [ 17855 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
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. |
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. |
Status | In Progress [ 3 ] | To-Do [ 10305 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Assignee | Nowlan Freese [ nfreese ] |
Assignee | Nowlan Freese [ nfreese ] | Sai Supreeth Segu [ ssegu ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Assignee | Sai Supreeth Segu [ ssegu ] |
Comment | [ Pull request https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/847 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Assignee | Nowlan Freese [ nfreese ] |
Story Points | 3 | 2 |
Assignee | Nowlan Freese [ nfreese ] | Sai Supreeth Segu [ ssegu ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Fix Version/s | 9.1.6 Major Release [ 10604 ] |
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.