Skip to content

Commit 653f81f

Browse files
authored
Merge pull request #51 from poseidon-framework/poseidon26
Poseidon v2.6.0
2 parents 9ea7766 + 1bccbd0 commit 653f81f

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

POSEIDON_yml_fields.tsv

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
field level parent description type format mandatory unique
2-
poseidonVersion 0 Poseidon package format version (e.g. 2.0.1) String TRUE TRUE
3-
title 0 title of the package String TRUE TRUE
4-
description 0 some descriptive words about the package String FALSE TRUE
5-
contributor 0 list of contributors to the package (not the data producer/publication author, but the Poseidon package creator), each with name and email Array TRUE TRUE
6-
name 1 contributor name of one contributor String TRUE FALSE
7-
email 1 contributor email of one contributor (must be a valid email address) String Email TRUE FALSE
8-
packageVersion 0 version of the package (should be changed/incremented when the package is changed) String TRUE TRUE
9-
lastModified 0 date of last modification of the Poseidon package (should be updated when the package is changed) Date YYYY-MM-DD TRUE TRUE
10-
genotypeData 0 genotype file name section TRUE TRUE
11-
format 1 genotypeData file format definition, allows EIGENSTRAT and PLINK String TRUE TRUE
12-
genoFile 1 genotypeData relative path to genoFile String Path TRUE TRUE
13-
genoFileChkSum 1 genotypeData md5 checksum of the genoFile String FALSE TRUE
14-
snpFile 1 genotypeData relative path to snpFile String Path TRUE TRUE
15-
snpFileChkSum 1 genotypeData md5 checksum of the snpFile String FALSE TRUE
16-
indFile 1 genotypeData relative path to indFile String Path TRUE TRUE
17-
indFileChkSum 1 genotypeData md5 checksum of the indFile String FALSE TRUE
18-
snpSet 1 genotypeData Can be either 1240K, HumanOrigins or Other depending on the list of SNPs used String (1240K|HumanOrigins|Other) FALSE FALSE
19-
jannoFile 0 relative path to jannoFile String Path FALSE TRUE
20-
jannoFileChkSum 1 genotypeData md5 checksum of the jannoFile String FALSE TRUE
21-
bibFile 0 relative path to bibFile String Path FALSE TRUE
22-
bibFileChkSum 1 genotypeData md5 checksum of the bibFile String FALSE TRUE
23-
readmeFile 0 relative path to readmeFile String Path FALSE TRUE
24-
changelogFile 0 relative path to changelogFile String Path FALSE TRUE
1+
field level parent description type format mandatory
2+
poseidonVersion 0 Poseidon package format version (e.g. 2.0.1) String TRUE
3+
title 0 title of the package String TRUE
4+
description 0 some descriptive words about the package String FALSE
5+
contributor 0 list of contributors to the package (not publication author, but the Poseidon package creator) Array FALSE
6+
name 1 contributor name of one contributor String TRUE
7+
email 1 contributor email of one contributor (must be a valid email address) String Email TRUE
8+
orcid 1 contributor orcid of one contributor (must be a valid orcid) String ORCID FALSE
9+
packageVersion 0 version of the package (should be changed/incremented when the package is changed) String TRUE
10+
lastModified 0 date of last modification of the Poseidon package (should be updated when the package is changed) Date YYYY-MM-DD FALSE
11+
genotypeData 0 genotype file name section TRUE
12+
format 1 genotypeData file format definition, allows EIGENSTRAT and PLINK String TRUE
13+
genoFile 1 genotypeData relative path to genoFile String Path TRUE
14+
genoFileChkSum 1 genotypeData md5 checksum of the genoFile String FALSE
15+
snpFile 1 genotypeData relative path to snpFile String Path TRUE
16+
snpFileChkSum 1 genotypeData md5 checksum of the snpFile String FALSE
17+
indFile 1 genotypeData relative path to indFile String Path TRUE
18+
indFileChkSum 1 genotypeData md5 checksum of the indFile String FALSE
19+
snpSet 1 genotypeData Can be either 1240K, HumanOrigins or Other depending on the list of SNPs used String (1240K|HumanOrigins|Other) FALSE
20+
jannoFile 0 relative path to jannoFile String Path FALSE
21+
jannoFileChkSum 1 genotypeData md5 checksum of the jannoFile String FALSE
22+
bibFile 0 relative path to bibFile String Path FALSE
23+
bibFileChkSum 1 genotypeData md5 checksum of the bibFile String FALSE
24+
readmeFile 0 relative path to readmeFile String Path FALSE
25+
changelogFile 0 relative path to changelogFile String Path FALSE

janno_columns.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MT_Haplogroup mitochondrial haplogroup after phylotree.org as reported by Haplof
2525
Y_Haplogroup Y-chromosome haplogroup reported as published, for internal data, please follow syntax with main branch + most terminal derived Y-SNP (e.g. R1b-P312) String FALSE FALSE FALSE FALSE FALSE
2626
Source_Tissue skeletal/tissue/source elements, specific bone name should be reported with an underscore (e.g. bone_phalanx), multiple values separated by ; in case of multiple libraries String TRUE FALSE FALSE FALSE FALSE
2727
Nr_Libraries number of libraries Integer FALSE FALSE FALSE FALSE FALSE
28-
Capture_Type specifics of data generation method, multiple values separated by ; String TRUE TRUE FALSE Shotgun;1240K;OtherCapture;ReferenceGenome FALSE FALSE
28+
Capture_Type specifics of data generation method, multiple values separated by ; String TRUE TRUE FALSE Shotgun;1240K;ArborComplete;ArborPrimePlus;ArborAncestralPlus;TwistAncientDNA;OtherCapture;ReferenceGenome FALSE FALSE
2929
UDG “mixed” in case multiple libraries with different UDG treatment were merged String FALSE TRUE FALSE minus;half;plus;mixed FALSE FALSE
3030
Library_Built “ds” for double stranded, “ss” for single stranded, “mixed” in case multiple libraries with different protocols were merged String FALSE TRUE FALSE ds;ss;other FALSE FALSE
3131
Genotype_Ploidy ploidy of the genotypes String FALSE TRUE FALSE diploid;haploid FALSE FALSE

0 commit comments

Comments
 (0)