-
Notifications
You must be signed in to change notification settings - Fork 0
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
RuntimeError #8
Comments
Additionally, could you please tell me how to obtain the hg38 cds.tsv.gz file? I couldn't find it on UCSC or Ensembl. |
Hi, could you try re-download the genome reference with the following steps:
You can build it yourself, following this structure https://oncodrivefml.readthedocs.io/en/latest/files.html#regions-file-format and pass it to OncodriveFML. |
Thank you very much for your patient answer. I downloaded the CADD score and genomereference/hg19 and hg38 correctly, and successfully ran the example to obtain the result file(ex_paad-oncodrivefml.html; ex_paad-oncodrivefml.png; ex_paad-oncodrivefml.tsv.gz). However, when running my own data, it was not smooth. Since my paad.txt.gz is based on hg38, I need the cds.tsv.gz of hg38. I have carefully read the detailed information about each column in the file format in the link you sent me before, but I still don't know how to obtain the data for each column. I tried to select "Chromosome/scaffold name" "Gene start (bp)" "Gene end (bp)" "Gene stable ID" "Gene name" |
Hello, when I was using OncodriveFML with hg19 as the reference, I encountered an error: "RuntimeError: Sequence 'UN_GL000228' not found in genome build 'hg19' (/datasets/genomereference/hg19-20190201/UN_GL000228.txt)". How can I resolve this issue?
my code is oncodrivefml -i paad.txt.gz -e cds.tsv.gz -s wgs -c oncodrivefml_v2.conf -o result --force
The text was updated successfully, but these errors were encountered: