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

Don't check picard.jar in to lib, but instead declare as dependency i… #364

Closed
wants to merge 1 commit into from

Conversation

alecw
Copy link
Collaborator

@alecw alecw commented Nov 30, 2023

…n gradle.

I'm checking this for posterity, but I won't merge because until broadinstitute/picard#1919 is merged and we upgrade to a version including this change, we need to declare all the transitive dependencies we use in our code.

Saving these changes for posterity but probably not going to merge, because having to enumerate many transitive dependencies is ugly. Also, there are some (e.g. freemarker) where it probably would be better to change the code rather than pull in a jar for a single utility method.

…n gradle.

I'm checking this for posterity, but I won't merge because until broadinstitute/picard#1919 is merged and we upgrade to a version including this change, we need to declare all the transitive dependencies we use in our code.
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (252ccb0) 81.02% compared to head (8754ddd) 81.02%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #364   +/-   ##
=========================================
  Coverage     81.02%   81.02%           
  Complexity     4200     4200           
=========================================
  Files           315      315           
  Lines         17696    17696           
  Branches       2760     2760           
=========================================
  Hits          14339    14339           
  Misses         2249     2249           
  Partials       1108     1108           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mschilli87
Copy link
Contributor

@alecw: Does broadinstitute/picard#1934 change anything compared to last year? I have no clue how Gradle work but figured you might have missed this.

@alecw
Copy link
Collaborator Author

alecw commented Mar 26, 2024

Hi @mschilli87,

This change causes some problems downstream for us building some tools that depend on dropseq.jar. Since the current arrangement is working, it hasn't been a priority for us to debug it.

-Alec

@kshakir
Copy link
Contributor

kshakir commented Apr 11, 2024

I believe the changes in this PR have been completed via #373

@alecw alecw closed this Apr 11, 2024
@alecw alecw deleted the aw_picard_maven branch April 11, 2024 14:02
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