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

VAT cleanup and documentation #7531

Merged
merged 11 commits into from
Jan 5, 2022
Merged

Conversation

RoriCremer
Copy link
Contributor

@RoriCremer RoriCremer commented Oct 28, 2021

Additional cleanup on the VAT--specifically focused on the failing shards and optimizing the workflow with them in mind.

As a next step, this workflow will be split up into 3 sub-workflows to keep the failures from knocking over the remaining likely-successful shards

@RoriCremer RoriCremer force-pushed the rc-remove-sites-only-step branch 3 times, most recently from 6e3fa2d to 66acc54 Compare November 1, 2021 16:24
@RoriCremer RoriCremer force-pushed the rc-remove-sites-only-step branch 4 times, most recently from 665a52a to 8eed433 Compare January 3, 2022 18:12
@RoriCremer RoriCremer force-pushed the rc-remove-sites-only-step branch 9 times, most recently from e953f75 to 8831c01 Compare January 3, 2022 19:18
@RoriCremer RoriCremer marked this pull request as ready for review January 3, 2022 19:20
Copy link

@rsasch rsasch left a comment

Choose a reason for hiding this comment

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

two small nits, otherwise 👍🏻


## make a file of just the first 5 columns of the tsv
## During normalization, sometimes duplicate variamts appear but with different calculations. This seems to be a bug in bcftools. For now we arre dropping all duplicate variants
## The say in which this is done is a bit hamfisted and should be optimized in the future.
Copy link

Choose a reason for hiding this comment

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

nit: typo?

Suggested change
## The say in which this is done is a bit hamfisted and should be optimized in the future.
## The way in which this is done is a bit hamfisted and should be optimized in the future.

@@ -326,9 +333,11 @@ task AnnotateVCF {
echo "Creating custom annotations"
mkdir customannotations_dir
CUSTOM_ANNOTATIONS_FOLDER="$PWD/customannotations_dir"
## TODO this is a pass thru
Copy link

Choose a reason for hiding this comment

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

nit: do you still need this comment?

@RoriCremer RoriCremer changed the title Cleanup comments and documentation VAT cleanup and documentation Jan 4, 2022
@RoriCremer RoriCremer merged commit 372a7f4 into ah_var_store Jan 5, 2022
@RoriCremer RoriCremer deleted the rc-remove-sites-only-step branch January 5, 2022 15:18
This was referenced Mar 17, 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.

2 participants