parser_io.add_argument('-s','--samples',required=True,help='Path to tab-separeted table, no header, with sample name and path to fastq with HiFi reads.')
parser_io.add_argument('-s','--samples',required=True,help='Absolute path to tab-separated table, no header, with sample name and path to fastq with HiFi reads.')
parser_io.add_argument('-o','--outdir',required=True,help='Output directory for the results.')
parser_io.add_argument('-o','--outdir',required=True,help='Absolute path to output directory.')