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
Is there any way that i can install and import Cyrius so that it can be used in my workflow more efficiently? I am working in a cloud-based environment within a research project's platform. Let me know if there is a possible solution. Thank you for your help!
The text was updated successfully, but these errors were encountered:
Collecting package metadata (current_repodata.json): failed
NotWritableError: The current user does not have write permissions to a required path.
path: /opt/conda/pkgs/cache/69d154c7.json
uid: 1000
gid: 100
If you feel that permissions on this path are set incorrectly, you can manually
change them by executing
$ sudo chown 1000:100 /opt/conda/pkgs/cache/69d154c7.json
In general, it's not advisable to use 'sudo conda'.
Any suggestions on installing Cyrius tools? Thank you for the help.
Hi @timsanford, you can now find Cyrius on pip. pip install cyrius
And it can be run with the command cyrius -h. The parameters are the same as listed in README.
Thank you for your help. In order to run our analysis, we need to run a dsub job that uses cyrius. Do you know of any docker images that have cyrius pre-installed in order to use them for the dsub job? We are not able to run pip within the environment we are using, so have to proceed this way. Thanks again.
Hello,
I ran "!pip install git+https://github.com/Illumina/Cyrius.git" in a cell in my jupyter notebook and received the following output:
Collecting git+https://github.com/Illumina/Cyrius.git
Cloning https://github.com/Illumina/Cyrius.git to /tmp/pip-req-build-atgcxnnp
Running command git clone --filter=blob:none --quiet https://github.com/Illumina/Cyrius.git /tmp/pip-req-build-atgcxnnp
Resolved https://github.com/Illumina/Cyrius.git to commit 9fb1c6d
ERROR: git+https://github.com/Illumina/Cyrius.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
Is there any way that i can install and import Cyrius so that it can be used in my workflow more efficiently? I am working in a cloud-based environment within a research project's platform. Let me know if there is a possible solution. Thank you for your help!
The text was updated successfully, but these errors were encountered: