-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow GenomicsDBImport to connect to az:// files without interference
* GATK's lack of support for az:// uri means that although genomicsdb can natively read them, parts of the java code crash when they're passed through * Adding --avoid-nio and --header parameters these allow disabling all of the java codes interaction with the az:// links and simply pass them through to genomicsdb This disables some safeguards but allows operating on files in azure * Move GenomicsDB version to released 1.5.1 for azure improved support * There are no direct tests on azure since we do not yet have any infrastructure to generate the necessary tokens --------- Co-authored-by: Nalini Ganapati <[email protected]> Co-authored-by: Nalini Ganapati <[email protected]>
- Loading branch information
1 parent
e2c5fab
commit de45517
Showing
9 changed files
with
345 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 101 additions & 55 deletions
156
src/main/java/org/broadinstitute/hellbender/tools/genomicsdb/GenomicsDBImport.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.