about summary refs log tree commit diff
AgeCommit message (Expand)Author
43 hoursSpecify PlantUML output filenames.Arun Isaac
43 hoursReplace PlantUML image generation script with Guix computed-file.Arun Isaac
43 hoursHint at pyhegp commands in UML visualization.Arun Isaac
43 hoursAdd @startuml and @enduml tags.Arun Isaac
2 daysSplit up hsmice test into smaller computed files.Arun Isaac
2 daysExclude .guix and e2e-tests from the pyhegp package.Arun Isaac
2 daysDetail SNP dropping.Arun Isaac
2 daysUpdate README instructions with phenotype encryption.Arun Isaac
2 daysComment on QTL checking code.Arun Isaac
4 daysUpdate r-mixed-model-gwas to 1.3.1.Arun Isaac
4 daysAdd end-to-end tests for hsmice dataset.Arun Isaac
4 daysConstruct empty genotype frame using series.Arun Isaac
4 daysRoll cat_data_frames into cat_genotype.Arun Isaac
4 daysCatenate phenotype frames along the index.Arun Isaac
4 daysSplit catenable phenotype frames along the index.Arun Isaac
4 daysGeneralize split_data_frame to split along any axis.Arun Isaac
4 daysSimplify split_data_frame so it is more composable.Arun Isaac
5 daysGenerate unique SNPs in genotype frames without dropping duplicates.Arun Isaac
5 daysDeduplicate genotype frame metadata generation.Arun Isaac
5 daysDrop SNPs with a zero standard deviation.Arun Isaac
5 daysFix typo in comment: tha->that.Arun Isaac
6 daysAvoid wildcard import from helpers.strategies.Arun Isaac
6 daysLimit values in genotype and phenotype strategies.Arun Isaac
6 daysTest that ciphertext does not contain NA values.Arun Isaac
6 daysParameterize number of samples in phenotype frame strategy.Arun Isaac
6 daysParameterize number of samples in genotype frame strategy.Arun Isaac
6 daysParameterize presence of reference column in genotype frame strategy.Arun Isaac
6 daysAdd keys strategy.Arun Isaac
6 daysRaise exception if data frame to be written has NA values.Arun Isaac
6 daysAdd --force flag to encrypt subcommand permitting file overwriting.Arun Isaac
7 daysSupport encrypting phenotypes.Arun Isaac
7 daysCompare complete frame in test_cat_*.Arun Isaac
7 daysDo not import unused settings from hypothesis.Arun Isaac
7 daysTest cat_phenotype.Arun Isaac
7 daysAdd cat-phenotype subcommand.Arun Isaac
8 daysRename cat subcommand to cat-genotype.Arun Isaac
8 daysAdd is_phenotype_metadata_column.Arun Isaac
8 daysDrop duplicates in generated test phenotype frames.Arun Isaac
8 daysSet CI environment variable when building Guix package.Arun Isaac
8 daysMerge, not concat, genotype frames.Arun Isaac
8 daysTest cat_genotype.Arun Isaac
8 daysAdd is_genotype_metadata_column.Arun Isaac
8 daysDrop duplicates in generated test genotype frames.Arun Isaac
8 daysCatenate an empty list of genotypes.Arun Isaac
8 daysMove hypothesis strategies to separate file.Arun Isaac
8 daysAdd cat_genotype workhorse function.Arun Isaac
8 daysSuffix CLI subcommand functions with _command.Arun Isaac
9 daysDo not require output ciphertext file path.Arun Isaac
9 daysPass dtype to read_csv.Arun Isaac
9 daysUse open method of Path object, rather than the open function.Arun Isaac