about summary refs log tree commit diff
AgeCommit message (Expand)Author
8 daysDecide to not use logging.Arun Isaac
8 daysTest for existence of output files.Arun Isaac
8 daysTitle case sentence.Arun Isaac
8 daysAdd phenotype file format and serialization functions.Arun Isaac
2025-08-08Clarify that the test suite is not for end users.Arun Isaac
2025-08-08Separate table of contents from introduction.Arun Isaac
2025-08-08Add table of contents to README.Arun Isaac
2025-08-08Replace csv extension with tsv extension on genotype files.Arun Isaac
2025-08-08Remove txt extension from summary files.Arun Isaac
2025-08-08Link to file formats documentation from README.Arun Isaac
2025-08-08Add example key file.Arun Isaac
2025-08-08Add example genotype file.Arun Isaac
2025-08-08Add example summary file.Arun Isaac
2025-08-08Reduce precision in test data files.Arun Isaac
2025-08-08Add instructions to install via Guix.Arun Isaac
2025-08-08Mark virtual environment creation as optional.Arun Isaac
2025-08-08Package as a CLI utility only, not a Python library.Arun Isaac
2025-08-06Subset to common SNPs.Arun Isaac
2025-08-06Standardize key files.Arun Isaac
2025-08-06Compute summary on encryption if not provided.Arun Isaac
2025-08-06Add simple workflow.Arun Isaac
2025-08-06Test joint workflow CLI.Arun Isaac
2025-08-06Standardize file formats in the likeness of plink files.Arun Isaac
2025-08-06Move negate to pyhegp.utils.Arun Isaac
2025-08-06Add gitignore.Arun Isaac
2025-08-06Loosen relative tolerance in test_pool_stats.Arun Isaac
2025-08-01Rename genotype_file argument in read_genotype.Arun Isaac
2025-08-01Test that read_genotype and write_genotype are inverses.Arun Isaac
2025-08-01Ensure that read genotype matrices have 2 dimensions.Arun Isaac
2025-08-01Write genotype matrix with increased precision.Arun Isaac
2025-08-01Tab-separate data section of summary files.Arun Isaac
2025-08-01Abstract out write_genotype.Arun Isaac
2025-08-01Test solution of linear system after encryption.Arun Isaac
2025-08-01Separate standardization from encryption.Arun Isaac
2025-08-01Do not test encryption on order 1 matrices.Arun Isaac
2025-08-01Mention TianjingZhao2023 paper in README.Arun Isaac
2025-07-18Add CI badge to README.Arun Isaac
2025-07-17Document usage instructions and workflow.Arun Isaac
2025-07-17Add development version installation instructions.Arun Isaac
2025-07-17Add cat subcommand.Arun Isaac
2025-07-17Only output key optionally.Arun Isaac
2025-07-17Use File instead of Path for encrypt subcommand options.Arun Isaac
2025-07-17Turn arguments of the encrypt subcommand into options.Arun Isaac
2025-07-17Move read_genotype to pyhegp.serialization.Arun Isaac
2025-07-17Standardize before encryption.Arun Isaac
2025-07-17Add standardization.Arun Isaac
2025-07-17Add pool subcommand.Arun Isaac
2025-07-17Add summary subcommand.Arun Isaac
2025-07-17Implement the summary file format.Arun Isaac
2025-07-17Remove decrypt subcommand.Arun Isaac