bam2pat FileNotFoundError
qyJING123 opened this issue · 1 comments
qyJING123 commented
I got an error as "FileNotFoundError: [Errno 2] No such file or directory: '/home/qyjing/softwares/wgbs_tools/references/default'", even though I have set the parameter "--genome hg19 ". Before I run bam2pat, i have already initiate the genome using my own downloaded fasta file as follows:
wgbstools init_genome hg19 --fasta_path /path/to/hg19.fa
And yes, there is no "default" folder under the references folder. How should I solve the porblem?
assafgrw commented
I am having a similar error after I was updating the tool.
Have you managed to solve this?