pinellolab / dictys

Context specific and dynamic gene regulatory network reconstruction and analysis
GNU Affero General Public License v3.0
111 stars 14 forks source link

error with genome_homer.sh #68

Closed Kevinxsn closed 1 week ago

Kevinxsn commented 1 month ago

Checks before submitting the issue

Describe the error

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)

lingfeiwang commented 1 month 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?

github-actions[bot] commented 2 weeks ago

Stale issue message