-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can maf2vcf handle hg38 maf as input ? #162
Comments
Same errors no matter what genome build I use:
hg19 maf download from https://portal.gdc.cancer.gov/legacy-archive/files/b2e25bdf-f2b5-4a37-b330-05251ea09f2c hg38 maf download from https://portal.gdc.cancer.gov/files/0458c57f-316c-4a7c-9294-ccd11c97c2f9 Please help me. |
I try using UCSC $ ../biotools/vcf2maf/maf2vcf.pl --input-maf ~/Downloads/gsc_LUAD_pairs.aggregated.capture.tcga.uuid.automated.somatic.maf --output-dir ./test_vcfs --ref-fasta ~/Annotation/reference/hg19.fa
[W::fai_fetch] Reference 19:58420782-58420784 not found in FASTA file, returning empty sequence
Failed to fetch sequence in 19:58420782-58420784
[W::fai_fetch] Reference 10:26581394-26581396 not found in FASTA file, returning empty sequence
Failed to fetch sequence in 10:26581394-26581396
[W::fai_fetch] Reference 14:20528636-20528638 not found in FASTA file, returning empty sequence
Failed to fetch sequence in 14:20528636-20528638
[W::fai_fetch] Reference 11:55657434-55657436 not found in FASTA file, returning empty sequence
Failed to fetch sequence in 11:55657434-55657436
[W::fai_fetch] Reference 1:78269058-78269060 not found in FASTA file, returning empty sequence
Failed to fetch sequence in 1:78269058-78269060
ERROR: Make sure that ref-fasta is the same genome build as your MAF: /home/diviner-wsx/Annotation/reference/hg19.fa
$ ../biotools/vcf2maf/maf2vcf.pl --input-maf ../data/TCGA.LUAD.mutect.hg38.somatic.maf --output-dir ./test_vcfs --ref-fasta ~/Annotation/reference/hg38.fa
$ cd test_vcfs/
$ ls -lh
total 1.8G
-rw-rw-r-- 1 diviner-wsx diviner-wsx 33K 3月 28 18:14 TCGA.LUAD.mutect.hg38.somatic.pairs.tsv
-rw-rw-r-- 1 diviner-wsx diviner-wsx 1.8G 3月 28 18:17 TCGA.LUAD.mutect.hg38.somatic.vcf
Thank your tool, the hg38 works. So the hg19 geome build TCGA used is neither equals to ensembl v75 or UCSC hg19? |
@ShixiangWang there are many different files and commands you're using here. There is only one rule for maf2vcf - the |
Thanks, I will write a script to check the output.
发自我的 iPhone
在 2018年3月28日,下午10:13,Cyriac Kandoth <notifications@github.com<mailto:notifications@github.com>> 写道:
@ShixiangWang<https://github.com/ShixiangWang> there are many different files and commands you're using here. There is only one rule for maf2vcf - the --ref-fasta chromosome names and lengths must exactly match the chromosomes used in the --input-maf.
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#162 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AX5Y5DOg3Xov5kkNApywqdrwm3in9rUoks5ti5nngaJpZM4S-GNY>.
|
It is most likely that your |
@ckandoth Yes, the
While Neither
Should I use GRCh 37.p13 Thank you very much, |
The error |
@ckandoth Thanks for your help. |
Hi,
I want to transform hg38 maf to vcf,
I know how to download the file, but the info remind me using GRCh37 while maf file I use based on hg38. Can I use this command, or I should use hg19 maf file?
Best wishes,
Shixiang
The text was updated successfully, but these errors were encountered: