wgbs_tools
wgbs_tools copied to clipboard
bam2pat FileNotFoundError
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?