parser.add_argument('--gwas-info',required=True,help="Path to the file describing the format of the individual GWASs files with correct header")
parser.add_argument('--gwas-info',required=True,help="Path to the file describing the format of the individual GWASs files with correct header")
#parser.add_argument('--gwas-filename', required=True, help= "Name of the raw GWAS file to standardize")
#parser.add_argument('--gwas-filename', required=True, help= "Name of the raw GWAS file to standardize")
parser.add_argument('--ref-path',required=True,help="reference panel location (used to determine which snp to impute)")
parser.add_argument('--ref-path',required=True,help="reference panel location (notably used to harmonize reference and alternative allele accross SNPs")
parser.add_argument('--input-folder',required=True,help="Path to the folder containing the Raw GWASs summary statistic files, must end by '/'")
parser.add_argument('--input-folder',required=True,help="Path to the folder containing the Raw GWASs summary statistic files, must end by '/'")
parser.add_argument('--diagnostic-folder',required=True,help="Path to the reporting information on the PreProcessing such as the SNPs sample size distribution")
parser.add_argument('--diagnostic-folder',required=True,help="Path to the reporting information on the PreProcessing such as the SNPs sample size distribution")
raiseIndexError("{0} is a not corresponding to an unique column in {1}. Check that column names are unique in the header of {1} Summary Statistics".format(x,gwas_file))