Since GEL data encodes by default all chromosomes with prefix 'chr', we need to add argument to all plink commands so that the plink output format is compatible
--output-chr chrM
However, this will break cases with vcf files that encode chromosomes as integers. So it will be best to be able to pass this as an option. Same name, output-chr, with default set to chrM.
Since GEL data encodes by default all chromosomes with prefix 'chr', we need to add argument to all plink commands so that the plink output format is compatible
--output-chr chrM
However, this will break cases with vcf files that encode chromosomes as integers. So it will be best to be able to pass this as an option. Same name, output-chr, with default set to chrM.