Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samtools/htsjdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Choose a base ref
...
head repository: samtools/htsjdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.3
Choose a head ref
  • 6 commits
  • 59 files changed
  • 4 contributors

Commits on Jul 3, 2024

  1. reducing memory required in IntervalMergerIterator when not concattin…

    …g names (#1711)
    
    * reducing memory required with merging intervals with first name only
      this works around an issue when using a large interval list that completely covers the genome (like a GVCF) where you would end up storing the entire potentially very large list in memory in order to computer an inordinately long name.
    * cleaner and better tests
    meganshand authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9e89d3c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    204a0db View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Implement VCF bundles. (#1703)

    * Implement VariantBundles.
    cmnbroad authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    46f6f0f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Make Snappy technically an optional dependency (#1715)

    * Separate SnappyLoader into SnappyLoader and SnappyLoaderInternal
     This allows SnappyLoader to function (and correctly respond that snappy is not available)
     in the case where the Snappy library is completely missing. Previously it identified and
     worked around cases where the native code was missing or incompatible, but the java code was required.
    
    * Snappy is still marked as a dependency in gradle so downstream projects have to actively opt out of it.
    lbergelson authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    966737b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4c1c766 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Replace toPath().toString() with getURIString() (#1719)

    Replace toPath().toString() with toUriString() this should prevent the scheme from being cutoff unintentionally in beta VCFDecoder. Refactor optional handling for clarity
    lbergelson authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1cb5f07 View commit details
    Browse the repository at this point in the history
Loading