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

Rc remove ad from vat #7832

Merged
merged 3 commits into from
May 5, 2022
Merged

Rc remove ad from vat #7832

merged 3 commits into from
May 5, 2022

Conversation

RoriCremer
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@c1c8154). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 9a902a7 differs from pull request most recent head 89b0c4a. Consider uploading reports for the commit 89b0c4a to get more accurate results

@@               Coverage Diff                @@
##             ah_var_store     #7832   +/-   ##
================================================
  Coverage                ?   86.303%           
  Complexity              ?     35194           
================================================
  Files                   ?      2170           
  Lines                   ?    164837           
  Branches                ?     17774           
================================================
  Hits                    ?    142260           
  Misses                  ?     16254           
  Partials                ?      6323           

@RoriCremer RoriCremer merged commit 9f1148f into ah_var_store May 5, 2022
@RoriCremer RoriCremer deleted the rc-remove-AD-from-VAT branch May 5, 2022 20:29
@@ -147,9 +147,9 @@ task ExtractAnAcAfFromVCF {

## During normalization, sometimes duplicate variants appear but with different calculations. This seems to be a bug in bcftools. For now we are dropping all duplicate variants
## to locate the duplicates, we first make a file of just the first 5 columns
bcftools query normalized.filtered.bcf -f '%CHROM\t%POS\t%ID\t%REF\t%ALT\n' | sort check_duplicates.tsv | uniq -d | cut -f1,2,3,4,5 > duplicates.tsv
grep -v '^#' normalized.filtered.bcf | cut -f1,2,4,5 | sort | uniq -d > duplicates.tsv
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should update the comment on line 149 to indicate that it's not the first 5 columns (using 1,2,4,5)

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.

3 participants