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

Parallelize pbsv call #75

Merged
merged 11 commits into from
Oct 5, 2023
Merged

Parallelize pbsv call #75

merged 11 commits into from
Oct 5, 2023

Conversation

williamrowell
Copy link
Collaborator

Split pbsv call task into 14 sets of ~150-300Mbp, never splitting chromosomes.

  • depends on changes to pbsv_call and the addition of concat_vcf in Use grep to filter svsigs to filter svsigs within region. wdl-common#29
  • depends on a new input, "pbsv_splits": "dataset/GRCh38/human_GRCh38_no_alt_analysis_set.pbsv_splits.json", which is a json file with an Array[Array[String]]. Each Array[String] is a set of chromosomes to be processed by the same task.

@williamrowell williamrowell self-assigned this Oct 3, 2023
@williamrowell
Copy link
Collaborator Author

Depends on PacificBiosciences/wdl-dockerfiles#30

Copy link
Contributor

@gconcepcion gconcepcion left a comment

Choose a reason for hiding this comment

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

Looks good to me, basically just the changes we've been talking about the past few days

@williamrowell williamrowell merged commit d8d539e into develop Oct 5, 2023
1 check passed
@williamrowell williamrowell deleted the feature/split-pbsv-call branch October 5, 2023 22:11
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.

2 participants