Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-2221

Compare bin sizes to chromosome sizes

    Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Story Points:
      5
    • Sprint:
      Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Summer 2: 22 Jun - 3 Jul, Summer 3: 6 Jul - 17 Jul

      Description

      When loading a bai file, if no bam file or its header is found, compare the bin sizes of the bai file to the chromosome lengths for the selected genome. Use this comparison to determine the order of the chromosomes. For example if the bin sizes are 16kbp, 32kbp, 64kbp and the chromosome sizes are Chr1:15kbp, Chr2:61kbp, and Chr3:32kbp, the order of the bai file must be Chr1, Chr3, Chr2. Use this to correctly order the chromosomes in the bai graph in IGB.

        Attachments

          Issue Links

            Activity

            nfreese Nowlan Freese created issue -
            nfreese Nowlan Freese made changes -
            Field Original Value New Value
            Epic Link IGBF-1919 [ 18010 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to IGBF-2210 [ IGBF-2210 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan [ 85 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb [ 85, 86 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb [ 85, 86 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 21 Feb [ 85, 86, 87 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ]
            nfreese Nowlan Freese made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb [ 85, 86, 87 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 85, 86, 87, 89 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            pbole Pawan Bole (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            pbole Pawan Bole (Inactive) made changes -
            Assignee Pawan Bole [ pbole ]
            pbole Pawan Bole (Inactive) made changes -
            Status In Progress [ 3 ] To-Do [ 10305 ]
            nfreese Nowlan Freese made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 85, 86, 87, 89 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar [ 85, 86, 87, 89, 90 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            pbole Pawan Bole (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            nfreese Nowlan Freese added a comment -

            I put an additional bam and bai in the index hacking google drive:

            https://drive.google.com/open?id=1Y9krI6VX3vBzTKEcneGy1McnMJEK739m

            human_2009_inOrder_evenNumberChromosomesAndXHaveLessData.bam
            This file is from the smoketesting dataset for the 2009 human genome. I went through and chopped out some amount of data on every even numbered chromosome and the X chromosome. I kept the order of the chromosomes as they appear below. Note that the chromosomes are for the most part in order from largest to smallest. However, chr20, chr22, and chrX are out of order in terms of their size.

            Order and sizes of chromosomes in bam/bai file
            @SQ SN:chr1 LN:249250621
            @SQ SN:chr2 LN:243199373
            @SQ SN:chr3 LN:198022430
            @SQ SN:chr4 LN:191154276
            @SQ SN:chr5 LN:180915260
            @SQ SN:chr6 LN:171115067
            @SQ SN:chr7 LN:159138663
            @SQ SN:chr8 LN:146364022
            @SQ SN:chr9 LN:141213431
            @SQ SN:chr10 LN:135534747
            @SQ SN:chr11 LN:135006516
            @SQ SN:chr12 LN:133851895
            @SQ SN:chr13 LN:115169878
            @SQ SN:chr14 LN:107349540
            @SQ SN:chr15 LN:102531392
            @SQ SN:chr16 LN:90354753
            @SQ SN:chr17 LN:81195210
            @SQ SN:chr18 LN:78077248
            @SQ SN:chr19 LN:59128983
            @SQ SN:chr20 LN:63025520
            @SQ SN:chr21 LN:48129895
            @SQ SN:chr22 LN:51304566
            @SQ SN:chrM LN:16571
            @SQ SN:chrX LN:155270560

            Show
            nfreese Nowlan Freese added a comment - I put an additional bam and bai in the index hacking google drive: https://drive.google.com/open?id=1Y9krI6VX3vBzTKEcneGy1McnMJEK739m human_2009_inOrder_evenNumberChromosomesAndXHaveLessData.bam This file is from the smoketesting dataset for the 2009 human genome. I went through and chopped out some amount of data on every even numbered chromosome and the X chromosome. I kept the order of the chromosomes as they appear below. Note that the chromosomes are for the most part in order from largest to smallest. However, chr20, chr22, and chrX are out of order in terms of their size. Order and sizes of chromosomes in bam/bai file @SQ SN:chr1 LN:249250621 @SQ SN:chr2 LN:243199373 @SQ SN:chr3 LN:198022430 @SQ SN:chr4 LN:191154276 @SQ SN:chr5 LN:180915260 @SQ SN:chr6 LN:171115067 @SQ SN:chr7 LN:159138663 @SQ SN:chr8 LN:146364022 @SQ SN:chr9 LN:141213431 @SQ SN:chr10 LN:135534747 @SQ SN:chr11 LN:135006516 @SQ SN:chr12 LN:133851895 @SQ SN:chr13 LN:115169878 @SQ SN:chr14 LN:107349540 @SQ SN:chr15 LN:102531392 @SQ SN:chr16 LN:90354753 @SQ SN:chr17 LN:81195210 @SQ SN:chr18 LN:78077248 @SQ SN:chr19 LN:59128983 @SQ SN:chr20 LN:63025520 @SQ SN:chr21 LN:48129895 @SQ SN:chr22 LN:51304566 @SQ SN:chrM LN:16571 @SQ SN:chrX LN:155270560
            nfreese Nowlan Freese made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar [ 85, 86, 87, 89, 90 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10 [ 85, 86, 87, 89, 90, 91 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Hide
            nfreese Nowlan Freese added a comment -

            I made a new altered file where the chromosomes are out of order from IGB. I tested the bai file in IGB, and it does appear to load the data in the wrong order. Even numbered and X chromosome have reduced data.

            In the google drive: https://drive.google.com/open?id=1Y9krI6VX3vBzTKEcneGy1McnMJEK739m

            Order of chromosomes in bam/bai
            @SQ SN:chr11 LN:135006516
            @SQ SN:chr12 LN:133851895
            @SQ SN:chr13 LN:115169878
            @SQ SN:chr14 LN:107349540
            @SQ SN:chr15 LN:102531392
            @SQ SN:chr16 LN:90354753
            @SQ SN:chr17 LN:81195210
            @SQ SN:chr18 LN:78077248
            @SQ SN:chr19 LN:59128983
            @SQ SN:chr20 LN:63025520
            @SQ SN:chr21 LN:48129895
            @SQ SN:chr22 LN:51304566
            @SQ SN:chrM LN:16571
            @SQ SN:chrX LN:155270560
            @SQ SN:chr1 LN:249250621
            @SQ SN:chr2 LN:243199373
            @SQ SN:chr3 LN:198022430
            @SQ SN:chr4 LN:191154276
            @SQ SN:chr5 LN:180915260
            @SQ SN:chr6 LN:171115067
            @SQ SN:chr7 LN:159138663
            @SQ SN:chr8 LN:146364022
            @SQ SN:chr9 LN:141213431
            @SQ SN:chr10 LN:135534747

            Show
            nfreese Nowlan Freese added a comment - I made a new altered file where the chromosomes are out of order from IGB. I tested the bai file in IGB, and it does appear to load the data in the wrong order. Even numbered and X chromosome have reduced data. In the google drive: https://drive.google.com/open?id=1Y9krI6VX3vBzTKEcneGy1McnMJEK739m Order of chromosomes in bam/bai @SQ SN:chr11 LN:135006516 @SQ SN:chr12 LN:133851895 @SQ SN:chr13 LN:115169878 @SQ SN:chr14 LN:107349540 @SQ SN:chr15 LN:102531392 @SQ SN:chr16 LN:90354753 @SQ SN:chr17 LN:81195210 @SQ SN:chr18 LN:78077248 @SQ SN:chr19 LN:59128983 @SQ SN:chr20 LN:63025520 @SQ SN:chr21 LN:48129895 @SQ SN:chr22 LN:51304566 @SQ SN:chrM LN:16571 @SQ SN:chrX LN:155270560 @SQ SN:chr1 LN:249250621 @SQ SN:chr2 LN:243199373 @SQ SN:chr3 LN:198022430 @SQ SN:chr4 LN:191154276 @SQ SN:chr5 LN:180915260 @SQ SN:chr6 LN:171115067 @SQ SN:chr7 LN:159138663 @SQ SN:chr8 LN:146364022 @SQ SN:chr9 LN:141213431 @SQ SN:chr10 LN:135534747
            Hide
            nfreese Nowlan Freese added a comment -

            I added some additional files to the Google Drive.

            human_2009_outOfOrder (bam/bai) is out of order (starts with chromosome 11, see previous post), but includes all of the data (it is NOT truncated).

            human_2009_inOrder_evenNumberChromosomesAndXHaveLessData.txt is the JVARkit output that gives an example of what the index contains. It looks like it does have bins up until the very end of the chromosome even when the data is truncated, but it may be misleading as the offsets become zero, which is odd. JVARkit does use the bam file header (which is why you can see the chromosome names) and may be adding in bins until the end of the chromosome length. May need to investigate further based on what Pawan has observed in IGB.

            Show
            nfreese Nowlan Freese added a comment - I added some additional files to the Google Drive. human_2009_outOfOrder (bam/bai) is out of order (starts with chromosome 11, see previous post), but includes all of the data (it is NOT truncated). human_2009_inOrder_evenNumberChromosomesAndXHaveLessData.txt is the JVARkit output that gives an example of what the index contains. It looks like it does have bins up until the very end of the chromosome even when the data is truncated, but it may be misleading as the offsets become zero, which is odd. JVARkit does use the bam file header (which is why you can see the chromosome names) and may be adding in bins until the end of the chromosome length. May need to investigate further based on what Pawan has observed in IGB.
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10 [ 85, 86, 87, 89, 90, 91 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr [ 85, 86, 87, 89, 90, 91, 92 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            Show
            nfreese Nowlan Freese added a comment - Additional test files ftp://ftp-trace.ncbi.nlm.nih.gov/giab/ftp/data/AshkenazimTrio/HG004_NA24143_mother/NIST_Illumina_2x250bps/novoalign_bams/
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr [ 85, 86, 87, 89, 90, 91, 92 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May [ 85, 86, 87, 89, 90, 91, 92, 93 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May [ 85, 86, 87, 89, 90, 91, 92, 93 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May [ 85, 86, 87, 89, 90, 91, 92, 93, 94 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            Hide
            pbole Pawan Bole (Inactive) added a comment - - edited

            This task was mainly focused on the BAI files that had the out of order indexing of the BAM file
            I was working on the matching the chromosomes with the bin sizes for that I carried out the following ways:

            1. I got the maximum bin size from the bin list of each chromosome of the BAI file. After I tried matching it with the chromosome list from the GenLoadUtils. If the bin sizes of the indexed data are not complete the matching of the chromosomes.
            For eg. If the indexed chromosome has the data with maximum binsize 100,000. Each chromosome has a unique length. So considering there are two chromosomes that are near to this value of indexed chromosome, chromosome A with 102,000 and chromosome B 112,000. So here we can easily guess that the indexed chromosome is A, but if the indexed chromosome is derived from chromosome B with no data after 100,000 we can never reach a correct conclusion for the same.
            Hence we need to have a lookup of the order of indexing of the chromosomes ( It is present in the header of the BAM file).

            2.We also referred to the method of using offsets instead of bin sizes for the chromosome length matching.
            https://github.com/jorainer/biovizBase/blob/master/R/coverage.R
            It also uses a similar approach of getting the sequences information of the chromosomes.

            Show
            pbole Pawan Bole (Inactive) added a comment - - edited This task was mainly focused on the BAI files that had the out of order indexing of the BAM file I was working on the matching the chromosomes with the bin sizes for that I carried out the following ways: 1. I got the maximum bin size from the bin list of each chromosome of the BAI file. After I tried matching it with the chromosome list from the GenLoadUtils. If the bin sizes of the indexed data are not complete the matching of the chromosomes. For eg. If the indexed chromosome has the data with maximum binsize 100,000. Each chromosome has a unique length. So considering there are two chromosomes that are near to this value of indexed chromosome, chromosome A with 102,000 and chromosome B 112,000. So here we can easily guess that the indexed chromosome is A, but if the indexed chromosome is derived from chromosome B with no data after 100,000 we can never reach a correct conclusion for the same. Hence we need to have a lookup of the order of indexing of the chromosomes ( It is present in the header of the BAM file). 2.We also referred to the method of using offsets instead of bin sizes for the chromosome length matching. https://github.com/jorainer/biovizBase/blob/master/R/coverage.R It also uses a similar approach of getting the sequences information of the chromosomes.
            pbole Pawan Bole (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            pbole Pawan Bole (Inactive) made changes -
            Assignee Pawan Bole [ pbole ] Nowlan Freese [ nfreese ]
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May [ 85, 86, 87, 89, 90, 91, 92, 93, 94 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Summer 2: 22 Jun - 3 July [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Summer 2: 22 Jun - 3 Jul [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97 ] Spring 2 : 20 Jan to 31 Jan, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Summer 2: 22 Jun - 3 Jul, Summer 3: 3 Jul - 14 Jul [ 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Needs 1st Level Review [ 10005 ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            ann.loraine Ann Loraine made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            Hide
            nfreese Nowlan Freese added a comment -

            Unfortunately it does not seem possible to accurately compare the chromosome and bin sizes given the limitations of the bai index.

            Closing this issue for now.

            Show
            nfreese Nowlan Freese added a comment - Unfortunately it does not seem possible to accurately compare the chromosome and bin sizes given the limitations of the bai index. Closing this issue for now.
            nfreese Nowlan Freese made changes -
            Link This issue relates to IGBF-2482 [ IGBF-2482 ]

              People

              • Assignee:
                nfreese Nowlan Freese
                Reporter:
                nfreese Nowlan Freese
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: