You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install fargene using the conda installation (I am working on a computer cluster so the setup.py installation is not as convenient). My installation seems that it runs fine but then the software is not installed. Is there any extra step I need to take, like moving into the cloned repository before executing the conda installation?
This is an example of a try:
$ conda activate seqkit
$ conda install -c conda-forge -c bioconda fargene
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
$ fargene -h
bash: fargene: command not found
Thank you! :)
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to install fargene using the conda installation (I am working on a computer cluster so the setup.py installation is not as convenient). My installation seems that it runs fine but then the software is not installed. Is there any extra step I need to take, like moving into the cloned repository before executing the conda installation?
This is an example of a try:
Thank you! :)
The text was updated successfully, but these errors were encountered: