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

EVA-3639 File stats job #197

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Conversation

nitin-ebi
Copy link
Contributor

No description provided.

@nitin-ebi nitin-ebi self-assigned this Aug 22, 2024
private static final String KEY_NO_OF_PASS = "nPass";
private static final String KEY_NO_OF_TRANSITION = "nTi";
private static final String KEY_NO_OF_TRANSVERSION = "nTv";
private static final String KEY_NO_OF_MEANQ = "meanQ";
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
private static final String KEY_NO_OF_MEANQ = "meanQ";
private static final String KEY_MEANQ = "meanQ";

Copy link
Contributor Author

Choose a reason for hiding this comment

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

corrected

if (isSNV) {
String ref = variantDocument.getReference();
String alt = variantDocument.getAlternate();
Set<String> transitions = new HashSet<>(Arrays.asList("AG", "GA", "CT", "TC"));
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be put as a class variable ?

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, this should be a constant. Updated.

@nitin-ebi nitin-ebi merged commit 2cf0c11 into EBIvariation:master Aug 29, 2024
1 check passed
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