|
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 |
0 commit comments