You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: