Skip to content

Commit

Permalink
Doing an update pass through AlphaImpute.
Browse files Browse the repository at this point in the history
  • Loading branch information
WHALEN Andrew committed Dec 3, 2019
1 parent 4340d72 commit ffca387
Show file tree
Hide file tree
Showing 7 changed files with 2,268 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ CMakeCache.txt
cmake_install.cmake
objs/
bin/
*.exe
*.mod
*.o
*.obj
*.i90
*.dwarf
AlphaImpute_*
AlphaImpute1*
GeneProbForAlphaImpute
proj*
Expand Down
2 changes: 1 addition & 1 deletion alphaimpute-docs
Submodule alphaimpute-docs updated from eb9859 to bdb950
Binary file added binaries/AlphaImpute_Linux
Binary file not shown.
38 changes: 38 additions & 0 deletions example/AlphaImputeSpec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
= BOX 1: Input Files ==========================================================
PedigreeFile ,Pedigree.txt
GenotypeFile ,Genotypes.txt
TrueGenotypeFile ,None
= BOX 2: Sex Chromosome ========================================================
SexChrom ,No
= BOX 3: SNPs ==================================================================
MultipleHDPanels ,0
NumberSnpxChip ,0,0
HDAnimalsThreshold ,0.0
= BOX 4: Internal Editing =======================================================
InternalEdit ,No
EditingParameters ,0.0,0.0,0.0,AllSnpOut
= BOX 5: Phasing ================================================================
NumberPhasingRuns ,4
CoreAndTailLengths ,300,350,400,450
CoreLengths ,250,300,350,400
PedigreeFreePhasing ,No
GenotypeError ,0.0
= BOX 6: Imputation =========================================================
InternalIterations ,5
ConservativeHaplotypeLibraryUse ,No
WellPhasedThreshold ,99.0
= BOX 7: Hidden Markov Model ================================================
HMMOption ,No
TemplateHaplotypes ,200
BurnInRounds ,5
Rounds ,20
ParallelProcessors ,8
Seed ,-123456789
ThresholdForMissingAlleles ,50.0
ThresholdImputed ,90.0
= BOX 8: Running options ====================================================
PreprocessDataOnly ,No
PhasingOnly ,No
UserDefinedAlphaPhaseAnimalsFile ,None
PrePhasedFile ,None
RestartOption ,0
1,100 changes: 1,100 additions & 0 deletions example/Genotypes.txt

Large diffs are not rendered by default.

Loading

0 comments on commit ffca387

Please sign in to comment.