You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERSIONS
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,14 @@ development head (in the master branch):
118
118
Haplosome method outputMS(): check that all haplosomes belong to a single chromosome, output MS based on that
119
119
Subpopulation method outputMSSample(): add a [Niso<Chromosome>$ chromosome = NULL] parameter to identify the chromosome to sample with
120
120
Haplosome method readFromMS(): check that all haplosomes belong to a single chromosome, input MS based on that
121
+
fix built-in SLiM-format partial input/output methods for multiple chromosomes:
122
+
Haplosome method output(): check that all haplosomes belong to a single chromosome; output the chromosome symbol in the header if multi-chrom
123
+
Subpopulation method outputSample(): check that all haplosomes belong to a single chromosome
124
+
fix built-in VCF input/output methods for multiple chromosomes:
125
+
Haplosome method outputVCF(): check that all haplosomes belong to a single chromosome; pairs haplosomes as appropriate
126
+
Subpopulation method outputVCFSample(): check that all haplosomes belong to a single chromosome; use chromosome symbols for the CHROM column
127
+
add [l$ groupAsIndividuals = T] parameter; if F, each haplosome is emitted as a haploid call rather than forming diploids, regardless of the chromosome's ploidy
128
+
Haplosome_Class::ExecuteMethod_readFromVCF(): require VCF data that is single-chromosome, as with output
0 commit comments