From 2e7fea482d5ddcd4fc8fe86f5d532b114a135aac Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 3 Apr 2024 15:54:15 +0200 Subject: [PATCH] restore internalDataLink field --- jass/models/inittable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jass/models/inittable.py b/jass/models/inittable.py index bf157399..f0d2e0df 100644 --- a/jass/models/inittable.py +++ b/jass/models/inittable.py @@ -94,6 +94,7 @@ def create_pheno_summary(description): "Reference", "ReferenceLink", "dataLink", + "internalDataLink", "Nsample", "Ncase", "Ncontrol", @@ -129,6 +130,7 @@ def create_pheno_summary(description): "Reference", "ReferenceLink", "dataLink", + "internalDataLink", "Nsample", "Ncase", "Ncontrol", -- GitLab