"extract-tsv",help="Extract a table from a hdf5 repository to the tsv format. Will work for the worktables and the inittable.\nWARNING: can strongly increase storage space needed"
)
parser_create_mp.add_argument(
"--hdf5-table-path",
required=True,
help="path to the worktable file containing the data",
)
parser_create_mp.add_argument(
"--tsv-path",required=True,help="path to the tsv table"
)
parser_create_mp.add_argument(
"--table-key",
help="Existing key are 'SumStatTab' : The results of the joint analysis by SNPs - 'PhenoList' : the meta data of analysed GWAS - 'COV' : The H0 covariance used to perform joint analysis - 'GENCOV' (If present in the initTable): The genetic covariance as computed by the LDscore. Uniquely for the worktable: 'Regions' : Results of the joint analysis summarised by LD regions (Notably Lead SNPs by regions) - 'summaryTable': a double entry table summarizing the number of significant regions by test (univariate vs joint test)",