I am trying to upload my vcf files on Michigan imputation server. I have a single vcf file containing genotype data. I used these commands:
bgzip example.vcf
tabix example.vcf.gz
tabix -l example.vcf.gz | parellel -j 5 'tabix -h example.vcf.gz {} > {}.vcf'
It generated separate chromosome.vcf files (1..22, X, Y, MT). Again I used bzip to obtain zip files for uploading. I tried to upload all 25 files (chromosome.vcf.gz files:1..22, X, Y, MT) all together to the server and got the error
Error : No valid chromosomes found!
If I am uploading single vcf.gz file of single chromosome, it is working perfectly fine.
Can anyone figure out what is the issue here. I am not able to understand. How can I solve it. How can I upload my all vcf.gz files for all chromosomes together as it is really very annoying to upload single single file every time.
Any help would be really appreciated.
Hi Kevin
Thank you very much for your help. I was able to solve the issue. I just added 'chr' in my chromosome.vcf.gz files and it did the trick!
I am able to upload my 22 chromosome files + X chromosome file. But it is not recognising my Y chromosome file. Again giving me same error:
Error : No valid chromosomes found!
Thanks
AR
Great that you got it working. chrY may not be supported - I am not sure.