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 am facing this error while creating the root file for a BAM file and reference FASTA. kindly help with the same
The Error message :
Traceback (most recent call last):
File "/home/swi/.local/bin/cnvpytor", line 33, in <module>
sys.exit(load_entry_point('CNVpytor==1.3.2', 'console_scripts', 'cnvpytor')())
File "/home/swi/.local/lib/python3.10/site-packages/CNVpytor-1.3.2-py3.10.egg/cnvpytor/__main__.py", line 187, in main
File "/home/swi/.local/lib/python3.10/site-packages/CNVpytor-1.3.2-py3.10.egg/cnvpytor/genome.py", line 166, in check_resources
File "/usr/lib/python3.10/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not Path
The issue is caused by the -rg parameter. CNVpytor already includes the reference genome for hg19, so there's no need to specify a reference genome path. It will automatically detect the reference genome.
I am facing this error while creating the root file for a BAM file and reference FASTA. kindly help with the same
The Error message :
The Command I am using :
Thanks in Advance
The text was updated successfully, but these errors were encountered: