Skip to content
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

updated installation instructions #38

Open
taylorreiter opened this issue Oct 25, 2023 · 3 comments
Open

updated installation instructions #38

taylorreiter opened this issue Oct 25, 2023 · 3 comments

Comments

@taylorreiter
Copy link
Member

Hello! I recently tried to install kspider and wasn't able to using the installation instructions. From my mac (M1 running rosetta), I created a new conda env and then tried to pip install kspider. I got errors from missing dependencies and ended up with issues related to clang. Would you be willing to provide updated installation instructions or a conda environment file with all of the dependencies need to get kspider to install from pip?

@mr-eyes
Copy link
Member

mr-eyes commented Oct 25, 2023

Hello Taylor, as of now, kSpider can be installed via pip exclusively on Linux systems with an Intel processor, making it suitable for the farm. There are several versions available, but the most recent one from the dev branch doesn't have a pip package yet. I understand the documentation might be lacking at the moment, mainly because I'm the sole developer and the project is still in an active development phase. I'm more than willing to offer support to ensure everything runs smoothly.

@taylorreiter
Copy link
Member Author

Awesome thanks @mr-eyes! knowing that it only installs on linux is super helpful, I'll give it a go on an AWS instance. Thanks again!

@taylorreiter
Copy link
Member Author

I successfully installed kspider using conda/mamba:

env.yml:

channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - python=3.8
  - pip
  - pip:
     - kSpider
mamba env create -n kspider -f env.yml

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