Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabix.TabixError: Can't open the index file. #22

Open
Yousuk-Song opened this issue Oct 18, 2022 · 0 comments
Open

tabix.TabixError: Can't open the index file. #22

Yousuk-Song opened this issue Oct 18, 2022 · 0 comments

Comments

@Yousuk-Song
Copy link

Yousuk-Song commented Oct 18, 2022

Hi, I tried to run hint cnv and got these error messages.

open: No such file or directory
Traceback (most recent call last):
File "/data2/home/song7602/Tools/HiNT/bin/hint", line 202, in
main()
File "/data2/home/song7602/Tools/HiNT/bin/hint", line 194, in main
cnvrun(argparser)
File "/data2/home/song7602/Tools/HiNT/HiNT/runhint.py", line 86, in cnvrun
chroms,regressionFileAllchroms,regressionChromFilesInfo = prepareData(opts.name,opts.outdir,opts.referencedir,chromlf,rowSumFilesInfo,binsize,GCPercent_1kb,mappablity_track,restrictionSites) #Prepare the other data Information for regression
File "/data2/home/song7602/Tools/HiNT/HiNT/prepare_regression.py", line 167, in prepareData
mapscore = getmappability(mappablity_track, chrom, 1, chromLength, resolution)
File "/data2/home/song7602/Tools/HiNT/HiNT/prepare_regression.py", line 42, in getmappability
tb = tabix.open(mappablity_track)
tabix.TabixError: Can't open the index file.

is mappability_track file required as an input for running hint cnv? and if it is, which path should it be located in? at reference genome directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant