I'm interested in converting vcf to MAF, I found 2 scripts
1) perl vcf to maf
Its ask for a EXAC vcf for filtering,
2) Python vcf to maf (https://github.com/cbare/vcf2maf)
python vcf2maf.py --vcf /data/genome/RG.vcf --maf testmaf -o permaf
**"Traceback (most recent call last):
File "vcf2maf.py", line 556, in <module>
main()
File "vcf2maf.py", line 543, in main
n += vcf2maf(vcf_file, maf_file, decrement_end_coordinate=args.decrement_end_coordinate, verbose=args.verbose)
File "vcf2maf.py", line 184, in vcf2maf
centers = vcf_reader.metadata['center']
KeyError: 'center**'
I'm facing error
or is their any alternatives to convert vcf to MAF?
Thanks!
Hi
I setup the paths in .bashrc, still not able run ?
I edited the path in VCF2MAF.pl
Were it went wrong ?
thanks!
post the error message you're getting if it's still not working
HI
sunnykevin97 : Please use
ADD REPLY
when responding to existing comments to keep threads logically organized.