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 flanks to gather #64

Merged
merged 1 commit into from
May 14, 2014

Conversation

fnothaft
Copy link
Member

@fnothaft fnothaft commented May 8, 2014

Adds code to gather flanking sequence to gather/groupBy phase of assembly. Updates all variant calling algorithms to provide PartitionSet, and also adds configuration hooks to assembler. Depends on #63.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

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

@fnothaft fnothaft mentioned this pull request May 8, 2014
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

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

This was referenced May 9, 2014
@arahuja
Copy link
Contributor

arahuja commented May 9, 2014

@fnothaft This looks good - do you have to rebase before it can be merged? Looks the other commits are still showing in the diff?

@fnothaft
Copy link
Member Author

Thanks @arahuja! I've just rebased, which should fix the diff.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

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

@@ -38,7 +38,7 @@ class TransitionMatrix(val LOG_GAP_OPEN: Double = -4.0,

// P( indel -> match) = 1 - P(indel -> indel) = 1 - P( gap-continue)
// in log-space
val LOG_GAP_CLOSE = log10(1 - pow(10, LOG_GAP_CONTINUE))
val LOG_GAP_CLOSE = -log10(1 - pow(10, LOG_GAP_CONTINUE))
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to have snuck back

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry about that! I think that was an artifact of the squash/rebase?

@arahuja
Copy link
Contributor

arahuja commented May 13, 2014

@fnothaft This looks good to merge - but a negative sign on the gap_close probability seems to have returned - this should be removed correct?

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

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

arahuja added a commit that referenced this pull request May 14, 2014
@arahuja arahuja merged commit 64928ee into bigdatagenomics:master May 14, 2014
@arahuja
Copy link
Contributor

arahuja commented May 14, 2014

Thanks!

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