-
Notifications
You must be signed in to change notification settings - Fork 26
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
issues with conda version of scaden #107
Comments
Hi @me37uday , Scaden actually doesn't need a lot of resources, and 16 GB should be more than enough in most cases. Most modern workstations/laptops that are used for bioinformatics should have enough power. Every dependency of Scaden is listed in the I think there is documentation for installation, you can just use By the way, there is also a Docker container you could use. So plenty of options :-) Cheers, |
Hi @KevinMenden , Thanks for your response. I got it working by simply using pip :) The procedure and command was as follows :
scaden example is working as mentioned in the manual :) Thanks, |
Cool, nice to see that you got it working! I did experience some issues with installing from conda in the past but couldnt pinpoint the issue. Pip is the easiest way indeed 👍 |
Hi :)
I have been trying to use Scaden lately and I ran into a number of things. A tool like scaden which may need a minimum RAM of 16GB is usually used on a cluster, where majority of the users would not have the root privilege. So I personally insist the developer to mention all the dependencies required by the tool. How to use the tool is pretty well documented but not how to install it and other requirements. So long story short I managed to install it using conda and scaden example doesn't seem to work (needed to understand the basic input format to the tool). I get the following response :
Please let me know how I can go about it, be it using pip or conda and the respective versions of various dependencies that scaden is compatible with.
The text was updated successfully, but these errors were encountered: