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

Draft: Fix memory problem with alt hla #87

Open
wants to merge 2 commits into
base: ReleaseBranch_1.2.73-2
Choose a base branch
from

Conversation

vinjana
Copy link
Member

@vinjana vinjana commented May 9, 2023

Looks like a lot, but most changes are only refactorings (mostly groovification, layout, and some other small things).

  • minor: Added bwaPostAltJsK8Options to allow setting opt K8 options for bwa-postalt.js
  • minor: Added SAMPESORT_MEMSIZE to allow reducing memory for SAM sorting. Default: ~2 GiB.
  • minor: Upgrade from COWorkflows 1.2.76 to COWorkflowsBasePlugin 1.4.2.
    • minor: Old FLAG_USE_EXISTING_PAIRED_BAMS was renamed to FLAG_USE_ONLY_EXISTING_PAIRED_BAMS
    • minor: Removed FLAG_RUN_SLIM_WORKFLOW. Corresponding code is unused for years.
  • patch: Little refactorings and groovification of old Java code

…n ALT processing.

Removed FLAG_RUN_SLIM_WORKFLOW that is unusable for years.
Renamed FLAG_USE_EXISTING_PAIRED_BAMS to FLAG_USE_ONLY_EXISTING_PAIRED_BAMS
@vinjana vinjana requested a review from NagaComBio May 9, 2023 07:15
@vinjana
Copy link
Member Author

vinjana commented May 9, 2023

Sorry, the COWorkflowsBasePlugin 1.4.2 bump has to be rolled back. I somehow get compilation problems now, and have no clue why, because the original changes are actually really old.

@vinjana vinjana changed the title Fix memory problem with alt hla Draft: Fix memory problem with alt hla May 9, 2023
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.

None yet

1 participant