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

Delete a lot of unused VCF constants #6361

Merged
merged 27 commits into from
Jan 10, 2020
Merged

Delete a lot of unused VCF constants #6361

merged 27 commits into from
Jan 10, 2020

Conversation

davidbenjamin
Copy link
Contributor

Closes #5678.

@ldgauthier I was addressing #5678 and decided to continue cleaning house. Do you object to any of these? They are all unused.

Copy link
Contributor

@ldgauthier ldgauthier left a comment

Choose a reason for hiding this comment

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

These are all fine to delete since nothing calculates them, but some of them are good annotations that may return if I get a chance.

public static final String ORIGINAL_DP_KEY = "DP_Orig"; //SelectVariants
public static final String DOWNSAMPLED_KEY = "DS";
Copy link
Contributor

Choose a reason for hiding this comment

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

I have a branch where I hook this up so it actually works. It's pretty handy for debugging some types of things. If you want to delete it now in the case that I never merge that branch, that's fair.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll leave this in.

@@ -26,60 +26,42 @@
public static final String AS_RAW_RMS_MAPPING_QUALITY_KEY = "AS_RAW_MQ";
public static final String AS_CULPRIT_KEY = "AS_culprit";
public static final String AS_VQS_LOD_KEY = "AS_VQSLOD";
public static final String ALLELE_BALANCE_HET_KEY = "ABHet";
public static final String ALLELE_BALANCE_HOM_KEY = "ABHom";
Copy link
Contributor

Choose a reason for hiding this comment

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

These would be useful, but there's no code to generate them. You can delete them, but they're not bad annotations.

public static final String GQ_MEAN_KEY = "GQ_MEAN";
public static final String GQ_STDEV_KEY = "GQ_STDDEV";
public static final String HAPLOTYPE_SCORE_KEY = "HaplotypeScore";
public static final String HI_CONF_DENOVO_KEY = "hiConfDeNovo";
public static final String HOMOPOLYMER_RUN_KEY = "HRun";
Copy link
Contributor

Choose a reason for hiding this comment

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

The TandemRepeat annotation will annotate repeat unit length one, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it does, so this is safe.

public static final String MAP_QUAL_RANK_SUM_KEY = "MQRankSum";
public static final String RAW_MAP_QUAL_RANK_SUM_KEY = "RAW_MQRankSum";
public static final String AS_MAP_QUAL_RANK_SUM_KEY = "AS_MQRankSum";
public static final String AS_RAW_MAP_QUAL_RANK_SUM_KEY = "AS_RAW_MQRankSum";
public static final String MENDEL_VIOLATION_LR_KEY = "MVLR";
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this from PhaseByTransmission? Alas, even after the entire duration of Laurent's postdoc, we still never got that code into GATK4.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No idea.

@gatk-bot
Copy link

gatk-bot commented Jan 8, 2020

Travis reported job failures from build 28535
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 28535.4 logs
integration openjdk11 28535.12 logs
integration oraclejdk8 28535.11 logs
integration openjdk8 28535.2 logs

@davidbenjamin davidbenjamin changed the title Db ds annotation Delete a lot of unused VF constants Jan 9, 2020
@gatk-bot
Copy link

gatk-bot commented Jan 9, 2020

Travis reported job failures from build 28547
Failures in the following jobs:

Test Type JDK Job ID Logs
integration oraclejdk8 28547.11 logs
variantcalling openjdk8 28547.4 logs
integration openjdk11 28547.12 logs
integration openjdk8 28547.2 logs

@gatk-bot
Copy link

gatk-bot commented Jan 9, 2020

Travis reported job failures from build 28552
Failures in the following jobs:

Test Type JDK Job ID Logs
integration oraclejdk8 28552.11 logs
variantcalling openjdk8 28552.4 logs
integration openjdk11 28552.12 logs
integration openjdk8 28552.2 logs

@gatk-bot
Copy link

gatk-bot commented Jan 9, 2020

Travis reported job failures from build 28550
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 28550.4 logs
integration oraclejdk8 28550.11 logs
integration openjdk11 28550.12 logs
unit openjdk8 28550.3 logs
integration openjdk8 28550.2 logs

@gatk-bot
Copy link

gatk-bot commented Jan 9, 2020

Travis reported job failures from build 28553
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 28553.4 logs
integration oraclejdk8 28553.11 logs
integration openjdk11 28553.12 logs
integration openjdk8 28553.2 logs

@davidbenjamin davidbenjamin changed the title Delete a lot of unused VF constants Delete a lot of unused VCF constants Jan 9, 2020
@gatk-bot
Copy link

gatk-bot commented Jan 9, 2020

Travis reported job failures from build 28559
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 28559.4 logs

@gatk-bot
Copy link

Travis reported job failures from build 28569
Failures in the following jobs:

Test Type JDK Job ID Logs
variantcalling openjdk8 28569.4 logs

@davidbenjamin davidbenjamin merged commit 65f5772 into master Jan 10, 2020
@davidbenjamin davidbenjamin deleted the db_ds_annotation branch January 10, 2020 14:55
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.

Is the Downsampled annotation still a real thing?
3 participants