Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad version check in manage_sv_pipeline.sh #3595

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

TedBrookings
Copy link
Contributor

manage_sv_pipeline checks version from gatk-spark.jar and compares it
to the current git hash (to ensure the correct version is run). Newer
gatk versions had a slightly different file name format and caused
errors parsing the hash. This updates the hash check and produces
more comprehensible error messages when it fails.

Resolves: #3593

manage_sv_pipeline checks version from gatk-spark.jar and compares it
to the current git hash (to ensure the correct version is run). Newer
gatk versions had a slightly different file name format and caused
errors parsing the hash. This updates the hash check and produces
more comprehensible error messages when it fails.

Resolves: #3593
Copy link
Contributor

@vruano vruano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine and we know it works. Free to merge once tests pass.

@codecov-io
Copy link

Codecov Report

Merging #3595 into master will increase coverage by 0.002%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##              master     #3595       +/-   ##
===============================================
+ Coverage     79.736%   79.738%   +0.002%     
- Complexity     18148     18149        +1     
===============================================
  Files           1217      1217               
  Lines          66602     66602               
  Branches       10429     10429               
===============================================
+ Hits           53106     53107        +1     
  Misses          9289      9289               
+ Partials        4207      4206        -1
Impacted Files Coverage Δ Complexity Δ
...oadinstitute/hellbender/utils/gcs/BucketUtils.java 78.571% <0%> (ø) 39% <0%> (ø) ⬇️
...er/tools/spark/sv/discovery/AlignmentInterval.java 88.889% <0%> (+0.463%) 52% <0%> (+1%) ⬆️

@vruano vruano merged commit 5537ae4 into master Sep 20, 2017
@vruano vruano deleted the tb_fix_bad_hash_check_3593 branch September 20, 2017 19:12
tedsharpe pushed a commit that referenced this pull request Sep 22, 2017
manage_sv_pipeline checks version from gatk-spark.jar and compares it
to the current git hash (to ensure the correct version is run). Newer
gatk versions had a slightly different file name format and caused
errors parsing the hash. This updates the hash check and produces
more comprehensible error messages when it fails.

Resolves: #3593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants