Skip to content

Commit 39b8c0c

Browse files
committed
added to Changelog
1 parent 7a29abf commit 39b8c0c

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

Changelog.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

3-
- V 1.2.3 : Adapted to newest sequence-formats. Had to change all the chromosome-related code to the newType Chrom datatype. Also started implementing normaliseBimWithVCF.
4-
- V 1.2.4: normaliseBimWithVCF is ready.
5-
- V 1.3.0: Lots of refactoring. Lots of testing. Removed some features in vcf2eigenstrat and in pileupCaller, including
6-
- the option in pileupCaller to call without a SNP file.
7-
- V 1.3.1: Bumped dependency on sequence-formats to new sequence-formats-1.4.0, which includes strand-information in pileup data, as well as rsIds in freqSum to output the correct rsId, and an option to parse chromosomes X, Y and MT.
8-
- V 1.4.0: Added single strand mode, and new triallelic treatment.
9-
- V 1.4.0.1: Improved README, fixed output bug in genoStats.hs
10-
- V 1.4.0.3: Updated to new sequence-formats version, now including reading of genetic position from eigenstrat files.
3+
- V 1.5.3: Upgraded to sequence-formats 1.7.0 introducing an option for plink popName encoding, and improved pileup-Parsing to allow for skip-reference characters
4+
- V 1.5.2: Fixed a bug with --samplePopName having to be entered after -p or -e. Fixed a bug in the sequence-formats dependency.
5+
- V 1.5.1: Added automatic building
6+
- V 1.5.0: Added support for Plink output
117
- V 1.4.0.4:
128
* Fixed eigenstrat-output in pileupCaller to add a dot after the outputprefix before the file extensions.
139
* Updated haskell-stack wrapper scripts for EIGENSOFT and ADMIXTOOLS.
1410
* Moved unmaintained scripts into unmaintained folder.
15-
- V 1.5.0: Added support for Plink output
16-
- V 1.5.1: Added automatic building
17-
- V 1.5.2: Fixed a bug with --samplePopName having to be entered after -p or -e. Fixed a bug in the sequence-formats dependency.
11+
- V 1.4.0.3: Updated to new sequence-formats version, now including reading of genetic position from eigenstrat files.
12+
- V 1.4.0.1: Improved README, fixed output bug in genoStats.hs
13+
- V 1.4.0: Added single strand mode, and new triallelic treatment.
14+
- V 1.3.1: Bumped dependency on sequence-formats to new sequence-formats-1.4.0, which includes strand-information in pileup data, as well as rsIds in freqSum to output the correct rsId, and an option to parse chromosomes X, Y and MT.
15+
- V 1.3.0: Lots of refactoring. Lots of testing. Removed some features in vcf2eigenstrat and in pileupCaller, including the option in pileupCaller to call without a SNP file.
16+
- V 1.2.4: normaliseBimWithVCF is ready.
17+
- V 1.2.3 : Adapted to newest sequence-formats. Had to change all the chromosome-related code to the newType Chrom datatype. Also started implementing normaliseBimWithVCF.
18+

0 commit comments

Comments
 (0)