wgbs_tools icon indicating copy to clipboard operation
wgbs_tools copied to clipboard

bam2pat FileNotFoundError

Open qyJING123 opened this issue 9 months ago • 1 comments

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?

qyJING123 avatar Oct 04 '23 01:10 qyJING123