pinellolab / dictys

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

dictys_helper #51

Closed nikithkurella closed 8 months ago

nikithkurella commented 10 months ago

Hello,

I've installed Dictys via Anaconda as written in the instructions. However, upon running the tutorial notebooks, I get an error indicating that the dictys_helper command is not found. How would I go about getting this set up? Thank you.

lingfeiwang commented 9 months ago

Hi nikithkurella,

Thanks for the question. We have not encountered this error before. Did you install it with a different user? Do you have multiple Dictys installed on your system? Have you set PATH?

Alternatively, can you provide a shell script that installs Dictys and reproduces your error from a clean docker OS image so we can troubleshoot?

If you want to use CPU for Dictys, you can also use our container image.

On Jan 28, 2024, at 17:00, nikithkurella @.***> wrote:



Hello,

I've installed Dictys via Anaconda as written in the instructions. However, upon running the tutorial notebooks, I get an error indicating that the dictys_helper command is not found. How would I go about getting this set up? Thank you.

— Reply to this email directly, view it on GitHubhttps://github.com/pinellolab/dictys/issues/51, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEOLLI2UBYMOPCDAF5AAD3DYQYHTTAVCNFSM6AAAAABCOAPGYOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYDIMBUHAZTMNY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

nikithkurella commented 9 months ago

Hi @lingfeiwang

I tried using the provided container image and the dictys_helper command is recognized. However, I am trying to run dictys on my HPC and take advantage of GPU computation. I've installed dictys on my HPC using:


wget https://tinyurl.com/dictys -O - | CUDAVERSION_CONDA=11.7 bash

I have not set PATH, which may be why dictys_helper is not recognized. Would you be able to describe how to do so?

lingfeiwang commented 9 months ago

Hi nikithkurella. I just tested this method on a clean ubuntu docker image and it worked well. You do not need any extra setting including PATH. Can you provide a minimal shell script to reproduce your issue on a clean docker OS image, such as https://hub.docker.com/_/ubuntu?

github-actions[bot] commented 8 months ago

Stale issue message