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

TSPS-239 get wdl running on 500k sample ref panel #1373

Open
wants to merge 20 commits into
base: TSPS-183_mma_beagle_imputation_hg38
Choose a base branch
from

Conversation

jsotobroad
Copy link
Contributor

@jsotobroad jsotobroad commented Sep 13, 2024

Description

When runnign the wdl on the 500k sample simluated reference panel we ran in to some issues where things were getting fuly preempted and then fully retried so i removed the retries and lowered the preemptible number. I think we can probably up the preemptible number back up but we should leave the maxRetries removed cuz tehy dont really make sense for our workflow.

CountVariantsInSampleBeagle was also runnign out of memory for the larger chromosomes so I upped the memory for that.

I increased the gap between the machine memory and the command memory for java commands because i was seeing machines fall over because the machine wasnt getting enough memory to do what it needed. this made things more consistent

Run before changes -https://bvdp-saturn-dev.appspot.com/#workspaces/teaspoons-imputation-
dev/teaspoons_imputation_dev_control_workspace_20240726/job_history/6981ff6e-8acf-4769-9109-192e794741ce

Run after changes - https://bvdp-saturn-dev.appspot.com/#workspaces/teaspoons-imputation-dev/teaspoons_imputation_dev_control_workspace_20240726/job_history/67c74355-5ec2-4ee4-87e1-905d5c77596c


Checklist

If you can answer "yes" to the following items, please add a checkmark next to the appropriate checklist item(s) and notify our WARP documentation team by tagging either @ekiernan or @kayleemathews in a comment on this PR.

  • Did you add inputs, outputs, or tasks to a workflow?
  • Did you modify, delete or move: file paths, file names, input names, output names, or task names?
  • If you made a changelog update, did you update the pipeline version number?

Jose Soto added 2 commits September 12, 2024 08:21
increase gap between command memory and machine memory so machines dont crash
@dsde-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@jsotobroad jsotobroad changed the title TSPS_239 get wdl running on 500k sample ref panel TSPS-239 get wdl running on 500k sample ref panel Sep 17, 2024
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