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

add in feature extract code. resulting vcf still has bugs #6947

Merged
merged 2 commits into from
Nov 10, 2020

Conversation

ahaessly
Copy link
Contributor

@ahaessly ahaessly commented Nov 9, 2020

No description provided.

@ahaessly ahaessly requested a review from kcibul November 9, 2020 22:16
@gatk-bot
Copy link

gatk-bot commented Nov 9, 2020

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

Test Type JDK Job ID Logs
conda openjdk8 32074.5 logs
conda openjdk8 32074.5 logs

public final static Comparator<GenericRecord> LOCATION_COMPARATOR = new Comparator<GenericRecord>() {
@Override
public int compare( GenericRecord o1, GenericRecord o2 ) {
final long firstProbeId = (Long) o1.get(SchemaUtils.LOCATION_FIELD_NAME);
Copy link
Contributor

Choose a reason for hiding this comment

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

rename variables --- e.g. firstLocation instead of firstProbeId

@@ -73,15 +73,14 @@ public static String getSampleId(final String sampleName, final File sampleMap)
// Since tables have a limited number of samples (default is 4k)
public static int getTableNumber(String sampleId, int sampleMod) { // this is based on sample id
// sample ids 1-4000 will go in directory 001
int sampleIdInt = Integer.valueOf(sampleId); // TODO--should sampleId just get refactored as a long?
long sampleIdInt = Long.valueOf(sampleId); // TODO--should sampleId just get refactored as a long?
Copy link
Contributor

Choose a reason for hiding this comment

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

rename variable, maybe just sampleId and change the parameter to the function to be sampleIdString. MAybe remove the TODO

@ahaessly ahaessly merged commit fb48d23 into ah_var_store Nov 10, 2020
@ahaessly ahaessly deleted the ah_feature_extract branch November 10, 2020 16:14
kcibul pushed a commit that referenced this pull request Jan 29, 2021
* add in feature extract code. resulting vcf still has bugs
kcibul pushed a commit that referenced this pull request Feb 1, 2021
* add in feature extract code. resulting vcf still has bugs
Marianie-Simeon pushed a commit that referenced this pull request Feb 16, 2021
* add in feature extract code. resulting vcf still has bugs
kcibul pushed a commit that referenced this pull request Mar 9, 2021
* add in feature extract code. resulting vcf still has bugs
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* add in feature extract code. resulting vcf still has bugs
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* add in feature extract code. resulting vcf still has bugs
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