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

BQSR using vcf loader #180

Merged
merged 1 commit into from Mar 17, 2014
Merged

Conversation

arahuja
Copy link
Contributor

@arahuja arahuja commented Mar 17, 2014

Changes BQSR command to use standard VCF loading process as opposed to separate parser. I left in the other way as another option, but we can remove it as well.

@AmplabJenkins
Copy link

One or more automated tests failed
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/230/

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/232/

@@ -73,4 +72,12 @@ object SnpTable {
// construct SnpTable from immutable copy of `table`
new SnpTable(table.mapValues(_.toSet).toMap)
}

def apply(variants : RDD[RichADAMVariant]) : SnpTable =
{
Copy link
Member

Choose a reason for hiding this comment

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

Nit: braces style.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ugh, clearly picked this habit up somewhere and can't break it. Will fix.

Copy link
Member

Choose a reason for hiding this comment

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

No prob; I write all my C++ code this way, so I can relate...

@fnothaft
Copy link
Member

I had one small nit, otherwise this looks good to merge.

@jey
Copy link
Contributor

jey commented Mar 17, 2014

Thanks for making this change, @arahuja!

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/233/

fnothaft added a commit that referenced this pull request Mar 17, 2014
@fnothaft fnothaft merged commit add948d into bigdatagenomics:master Mar 17, 2014
@fnothaft
Copy link
Member

Merged! Thanks @arahuja!

@hammer hammer deleted the bqsr-vcf branch March 18, 2014 15: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.

None yet

4 participants