Details

    • Type: Bug
    • Status: In Progress (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      -IGB live does produce the duplicated lines. (see * below)
      -The lines are not (strictly) ordered. (See **)

      Chr1 8227506 8227522 2.0
      Chr1 8227506 8227522 2.0 *
      Chr1 8227534 8227542 5.0
      Chr1 8227534 8227542 5.0
      Chr1 8227542 8227553 6.0
      Chr1 8227534 8227542 5.0
      Chr1 20998229 20998235 5.0
      Chr1 20998235 20998333 0.0
      Chr1 8227506 8227522 2.0 **

      For some downstream use cases, non-overlap and being sorted are required, or at least desired.

        Attachments

          Issue Links

            Activity

            Hide
            sneha Sneha Ramesh Watharkar (Inactive) added a comment -

            This issue occurs on graphs when a region is loaded, and then another region that contains genes that overlap with the first region is loaded. The overlapping genes are loaded each time a new region containing them is loaded into view. Annotations, .bed files, are saved correctly when overlapping regions are selected. This issue only exists with graphs.

            The first difference between the two methods of file saving exists in the exportFile method in the ExportFileAction class. This is the same class that was altered in issue 1090, but the issue existed before those changes were implemented.

            In exportFile, annotations and graphs follow two different if blocks to save. The annotations if block calls a function 'collectSyms' which then adds the syms and their children, in order, to a rootsym which is a List. The size of this list is in the 60s when working with Arabidopsis Thaliana.

            The if block for graphs simply adds all of the syms into an array list with an .addAll method. These syms do not have children.

            Attached is a .py to help determine if a file contains duplicate rows.

            Show
            sneha Sneha Ramesh Watharkar (Inactive) added a comment - This issue occurs on graphs when a region is loaded, and then another region that contains genes that overlap with the first region is loaded. The overlapping genes are loaded each time a new region containing them is loaded into view. Annotations, .bed files, are saved correctly when overlapping regions are selected. This issue only exists with graphs. The first difference between the two methods of file saving exists in the exportFile method in the ExportFileAction class. This is the same class that was altered in issue 1090, but the issue existed before those changes were implemented. In exportFile, annotations and graphs follow two different if blocks to save. The annotations if block calls a function 'collectSyms' which then adds the syms and their children, in order, to a rootsym which is a List. The size of this list is in the 60s when working with Arabidopsis Thaliana. The if block for graphs simply adds all of the syms into an array list with an .addAll method. These syms do not have children. Attached is a .py to help determine if a file contains duplicate rows.
            Hide
            ann.loraine Ann Loraine added a comment -

            We will address this for release 9.0.2. Moving to backlog.

            Show
            ann.loraine Ann Loraine added a comment - We will address this for release 9.0.2. Moving to backlog.

              People

              • Assignee:
                Unassigned
                Reporter:
                ieclabau Ivory Blakley (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated: