Skip to content

Commit d2fa8c2

Browse files
committed
version bump
1 parent 66c6ce0 commit d2fa8c2

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- V 2.1.3.0:
2+
- Removed tedious `PoseidonID/Group_Name should only contain alphanumeric characters ...` warning.
3+
- Introduced a quoting feature for the forge language to handle entity names that would usually break the parser, e.g. names containing `':', ',', '<', '>', '*'`.
14
- V 2.1.2.2:
25
- Better .tsv encoding and quoting for `writeJannoFileWithoutEmptyCols`, so in `trident rectify --jannoRemoveEmpty`. The previous solution generated broken output in combination with certain unicode characters.
36
- V 2.1.2.1:

poseidon-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: poseidon-hs
2-
version: 2.1.2.2
2+
version: 2.1.3.0
33
synopsis: A package with tools for working with Poseidon genotype data
44
description: The tools in this package read and analyse Poseidon-formatted genotype databases, a modular system for storing genotype data from thousands of individuals.
55
license: MIT

test/PoseidonGoldenTests/GoldenTestCheckSumFile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ad7e56177aad0a720f0bde13d47f2ac1 forge forge/ForgePac19/CHANGELOG.md
134134
3288b6ff2d7b02eec0f34a8434e4b7e3 forge forge/ForgePac20/POSEIDON.yml
135135
100405d0cc3bf72c1c3d7b87b7a22029 forge forge/ForgePac20/ForgePac20.janno
136136
ef1646043331ed9d67e4072ee46eb9f4 forge forge/ForgePac21/POSEIDON.yml
137-
581d24d33d6bf921276e49d2c5dae099 forge forge/ForgePac21/ForgePac21.vcf
137+
0bd2498ac2af532c2772fb125078a1a8 forge forge/ForgePac21/ForgePac21.vcf
138138
848cf0fab32e4078a88cc17ad8ec3381 forge forge/ForgePac21/ForgePac21.janno
139139
a1daaa1ebc9c93405acb4a0f24ffa355 forge forge/ForgePac21/ForgePac21.ssf
140140
b4f71aff4fbc11594008c3811781cc43 forge forge/ForgePac21/ForgePac21.bib

test/PoseidonGoldenTests/GoldenTestData/chronicle/chronicle2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ lastModified: 2026-07-11
55
packages:
66
- title: Lamnidis_2018
77
version: 1.0.0
8-
commit: 57a1654aa57aed0766a7fbfd911189a45c2e4e1c
8+
commit: 93bc8af032f3a46f66d074fbd90291fa48029834
99
path: Lamnidis_2018
1010
- title: Lamnidis_2018
1111
version: 1.0.1
12-
commit: 57a1654aa57aed0766a7fbfd911189a45c2e4e1c
12+
commit: 93bc8af032f3a46f66d074fbd90291fa48029834
1313
path: Lamnidis_2018_newVersion
1414
- title: Schiffels
1515
version: 1.1.1
16-
commit: eb702d9291d09b83b7d0105d9d8523cc19498893
16+
commit: 761702c05b524c29f8b9cc45cd13d106e08692f3
1717
path: Schiffels
1818
- title: Schiffels_2016
1919
version: 1.0.1
20-
commit: 57a1654aa57aed0766a7fbfd911189a45c2e4e1c
20+
commit: 93bc8af032f3a46f66d074fbd90291fa48029834
2121
path: Schiffels_2016
2222
- title: Schmid_2028
2323
version: 1.0.0
24-
commit: 57a1654aa57aed0766a7fbfd911189a45c2e4e1c
24+
commit: 93bc8af032f3a46f66d074fbd90291fa48029834
2525
path: Schmid_2028
2626
- title: Wang_2020
2727
version: 0.1.0
28-
commit: 57a1654aa57aed0766a7fbfd911189a45c2e4e1c
28+
commit: 93bc8af032f3a46f66d074fbd90291fa48029834
2929
path: Wang_2020

test/PoseidonGoldenTests/GoldenTestData/forge/ForgePac21/ForgePac21.vcf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##fileformat=VCFv4.2
2-
##source=trident_v2.1.2.2
2+
##source=trident_v2.1.3.0
33
##group_names=POP2,POP2,POP2,POP2,3,5
44
##genetic_sex=F,F,M,F,F,F
55
##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Samples With Data">
Binary file not shown.

0 commit comments

Comments
 (0)