Skip to content

Cluser buster bug #55

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

Open
sarah-chapin opened this issue Feb 18, 2025 · 1 comment
Open

Cluser buster bug #55

sarah-chapin opened this issue Feb 18, 2025 · 1 comment

Comments

@sarah-chapin
Copy link

Hello,

I believe there was a bug introduced in recent updates. When I use a version of this repository that I downloaded January 2nd to create custom cistarget databases, I can run the code without error. However, when trying to use the latest version of this repository, downloaded today, I receive the following error message:

Error: Cluster-Buster binary ("cbust") could not be found or is not executable.

This occurs even when cbust is in the same directory and is executable.

@ghuls
Copy link
Member

ghuls commented Feb 27, 2025

Are you sure you copied it in the bin path of the conda environment (as that dir will be automatically added to PATH when activating your environment)? https://github.com/aertslab/create_cisTarget_databases?tab=readme-ov-file#install-precompiled-binary

You can always give the full path to Cluster-Buster with the --cbust argument.

Also adding the parent directory where Cluster-Buster is located to PATH should work:

PATH="/path/to/cluster_buster_parent_dir:${PATH}" ./create_cistarget_motif_databases.py ...

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

2 participants