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

ah update array extract tool #6827

Merged
merged 2 commits into from
Sep 18, 2020
Merged

ah update array extract tool #6827

merged 2 commits into from
Sep 18, 2020

Conversation

ahaessly
Copy link
Contributor

remove compressed data, change GT to single char

@@ -98,6 +98,12 @@
)
private String cohortTable = null;

@Argument(
fullName = "gt-only",
doc = "If true, only get the genotype info",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you say in the doc here what is excluded since it's not that many fields (NORMX, NORMY, LLR, and BAF)

genotypeAlleles.add(alleles.get(2));
break;
case MISSING:
default:
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need this default here?

builder.id(probeInfo.name);

List<Allele> alleles = createAllelesFromProbeInfo(probeInfo);
Allele ref = Allele.create(probeInfo.ref, true);
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the diff just being weird or should the code below be deleted since it was moved to createAllelesFromProbeInfo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, i need to change createAlleles... back to just new ArrayList.
this version of the methods need to know alleleA and alleleB so there is some duplicate code while we are supporting the legacy mode.

Copy link
Contributor

@meganshand meganshand left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@ahaessly ahaessly merged commit 2f9e43c into ah_var_store Sep 18, 2020
@ahaessly ahaessly deleted the ah_extract_updates branch September 18, 2020 16:35
meganshand pushed a commit that referenced this pull request Oct 6, 2020
* remove compressed data, change GT to single char
kcibul pushed a commit that referenced this pull request Jan 29, 2021
* remove compressed data, change GT to single char
kcibul pushed a commit that referenced this pull request Feb 1, 2021
* remove compressed data, change GT to single char
Marianie-Simeon pushed a commit that referenced this pull request Feb 16, 2021
* remove compressed data, change GT to single char
kcibul pushed a commit that referenced this pull request Mar 9, 2021
* remove compressed data, change GT to single char
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* remove compressed data, change GT to single char
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