-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
I'm receiving this error message when running this code:
python3 /home/tud03125/CancerVar/CancerVar.py
-b hg38
-i /home/tud03125/input.avinput
--input_type=AVinput
-o /home/tud03125/output_cancervar
--table_annovar=/home/tud03125/annovar/table_annovar.pl
--annotate_variation=/home/tud03125/annovar/annotate_variation.pl
--convert2annovar=/home/tud03125/annovar/convert2annovar.pl
-d /home/tud03125/annovar/humandb
-t /home/tud03125/CancerVar/cancervardb
This image is the output of what it looks like. I'm also attaching my "input.avinput" input file here (as TXT instead of AVINPUT file since the format won't be accepted here):
It's similar to this Issue: #25, which I had the same problem before, regarding " LOF.genes.exac_me_cancers," and solved it by "-t /home/tud03125/CancerVar/cancervardb." I will also attach the "LOF.genes.exac_me_cancers" file here too, just in case (also as TXT):
Anyway, the error message graduated from "Error: can't read the LOF genes file cancervardb/LOF.genes.exac_me_cancers" to "Error: can't read the LOF genes file /home/tud03125/CancerVar/cancervardb/PVS1.LOF.genes." But, the "CancerVar/cancervardb" directory is very much like yours: https://github.com/WGLab/CancerVar/tree/master/cancervardb, and that the "LOF.genes.exac_me_cancers" file does not mention "PVS1" anywhere in that list. So, where is "PVS1.LOF.genes" coming from?
