-
Notifications
You must be signed in to change notification settings - Fork 9
Update devel branch #49
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add pyproject.toml
Add publish.yml
Deleted zip file as we will move to pypi package.
- Add segregation output feature, further improvement can be made with modifications in tinyhouse - Fix edge case bug of no known loci in forward imputation discovered by the PIC group - Fix the edge case of the imputation of heterozygous loci described in AlphaGenes#46 - Modify the genotype error rate from 0.01 to 0.0001in fillPointEstimates to reflect a more realistic error rate and therefore a better accuracy - Remove commit hash and date info in version.py, as the correct version should be able to indicate both - Automate the generation of version info in version.py based on the version info in the package metadata - Fix the deprecation of the file referencing of the license in the pyproject.toml - Discard outdated zip file - Update gitignore
Fix AlphaGenes#30 Fix AlphaGenes#31 Fix AlphaGenes#36 Fix AlphaGenes#41 Fix AlphaGenes#43 Add a sample test
* Update tinyhouse referenc * Update .gitignore * Updated submodule reference to 65456ea AlphaGenes#16 * Undo update * Fixing outputkey for writekey * Updated submodule reference to 0add4b8 AlphaGenes/AlphaPeel#118 * Add tests.yml * Update workflow actions versions * Add pre-commit configuration file * Reformatting * Modify distribution version * Modify distribution name * Skip tests in workflow * Bugfix in Heuristic_Peeling.py AlphaGenes#40 Pointed out by @XingerTang in AlphaGenes#40 * Add seg output and Fix bugs - Add segregation output feature, further improvement can be made with modifications in tinyhouse - Fix edge case bug of no known loci in forward imputation discovered by the PIC group - Fix the edge case of the imputation of heterozygous loci described in AlphaGenes#46 - Modify the genotype error rate from 0.01 to 0.0001in fillPointEstimates to reflect a more realistic error rate and therefore a better accuracy - Remove commit hash and date info in version.py, as the correct version should be able to indicate both - Automate the generation of version info in version.py based on the version info in the package metadata - Fix the deprecation of the file referencing of the license in the pyproject.toml - Discard outdated zip file - Update gitignore * Run pre-commit & Update documentation * Fix AlphaGenes#27 Fix AlphaGenes#30 Fix AlphaGenes#31 Fix AlphaGenes#36 Fix AlphaGenes#41 Fix AlphaGenes#43 Add a sample test * Fix wheel file name * Include pytest in the test pipeline --------- Co-authored-by: Gregor Gorjanc <gregor.gorjanc@gmail.com> Co-authored-by: yqiqichen <s2459130@ed.ac.uk>
Add a user guide link and an installation instruction.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.