-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix pval calc for low t values #3
base: master
Are you sure you want to change the base?
Conversation
This commit is copied from commit 706764e in Pull Request #3. That PR does more than fixing issue #2, so I decided to split the other parts off into separate commits. - Add omicOUT to the Makefile.am - Fix compiler error about the ifstream pointer check. - Add some omitOUT related files to the Git ignore list. Thanks for Albert Vernon Smith <avsmith@gmail.com> for the fix!
This commit is copied from commit 706764e in Pull Request #3. That PR does more than fixing issue #2, so I decided to split the other parts off into separate commits. - Add omicOUT to the Makefile.am - Fix compiler error about the ifstream pointer check. - Add some omitOUT related files to the Git ignore list. Thanks for Albert Vernon Smith <avsmith@gmail.com> for the fix!
Hi Albert, Thanks again for sending this patch. I finally found the time to look at it in more detail. In order to keep things a bit clean (and let the pull request only fix the actual Issue) I have taken the other parts of your commits and applied them separately on master. Could you rebase your changes on top of the current HEAD of master? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Albert,
Am I missing something or does commit 95b58b3 indeed duplicate the /OmicOUT/.deps/
directory in the .gitignore
file?
yup, miscommited. |
P-values for T < 1.6 incorrectly calculated. Change to erfc based calculation for all T, no major performance hit detected (in limited testing).
Proposed fix for "fixes #2"