Closed Kevinxsn closed 1 week ago
Thanks for reporting the issue. Possibly you have installed multiple versions of hg38. You can check it inside your conda environment with:
cd "$(dirname "$(dirname "$(realpath "$(which homer)")")")"
./configureHomer.pl -list 2> /dev/null | grep hg38
What does this output? If you see multiple rows with different versions, can you remove all other versions and only keep the one you want to use?
Stale issue message
Checks before submitting the issue
Describe the error
How did you install Dictys (which option)? With Anaconda (option one)
Which tutorial?
1-data.ipynb
By running the command, it told me that Error: reference genome hg38 not found in homer with some other error messages, the notebook files have been attached.
I ran Dictys several times a couple of months ago without any issues. However, when I tried running it yesterday, I encountered this error message.
Optional steps (may accelerate troubleshooting)