-
Notifications
You must be signed in to change notification settings - Fork 4
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
error about snakemake #70
Comments
Snakemake expects the default workflow file to be named "Snakefile" and in your current directory unless you pass it an argument to specify otherwise. So in this case it would need to be run in the directory where you cloned this repository. Is that where you ran it from? |
Thank you! I figured it out. Then in the next step when I run snakemake -j 48, I met following error: Building DAG of jobs... all 1 1 1 Select jobs to execute... [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] [Thu Mar 3 16:10:21 2022] Shutting down, this might take some time. |
I will need to see the log file(s) for the job that failed to be able to determine the cause of the error. Could you post the contents of one of the failing jobs? ex |
Hi! the log looks like this: node:internal/modules/cjs/loader:936 Error: Cannot find module 'json-cycle'
Node.js v17.6.0 |
Are you running it with |
My command was "snakemake -j 48". Also, I redownloaded latest version and ran again but got same result. |
Also, when I try to do npm install, I get error "Cannot read properties of null (reading 'pickAlgorithm')". I did some google research and saw a solution that says I can run "npm install -g [email protected]". However, with this command, I get "11 packages are looking for funding run |
I have been using node 16 since it tis the latest LTS version. Its possible it is related to the change in node versions. I will try installing node 17 here and see if I can reproduce your error
npm fund is just for use if you want to donate to open source packages that ask for funding. It shouldn't affect the install process |
I've looked into this a bit and it seems like there are some outstanding issues with node-gyp/node in node 17 still. I've found a number of tickets related to it for different packages but they appear to be outstanding issues still Would you be able to try node 16, or using the docker container? With node, generally only the even numbered releases are long-term-stable (LTS) releases so we haven't added support for 17 officially and we will probably wait for 18. If you need to use 17, did you run into any issues during the |
Hi, I downgraded node version to stable version. I ran npm install and I think it succeed. added 1180 packages in 3m 76 packages are looking for funding When I reran snakemake, it seems that error message has changed: Are those database permission-required? |
@yoshihiko1218 Sorry for the delay! I somehow missed your reply in my notifications. Yes those are the account details for the user that will be loading the data into the database via the API. If you have set up via the demo/dev instructions your username and password should be something like |
Hello, I tried to run snakemake. Here are the errors I couldn't find a solution. Can you please help me? My configuration is Ubuntu 20.04, 256GB RAM, 270GB space on disk, Xeon 56core cpu, docker v21.
Here is the file for running steps: Is there difference to access at Finally, I have read about the fda issue, I manually downloaded it from the issue #61 . But couldn't test it without solving the error above. iprdemo user and client are working: graphkb client has lots of errors: Thanks for reading to the end. |
Hi, when I ran "snakemake -j 1", it return "Error: no Snakefile found, tried Snakefile, snakefile, workflow/Snakefile, workflow/snakefile."
Is there anything I might miss or should I run this in a specific location? snakemake was installed correctly.
Thank you!
The text was updated successfully, but these errors were encountered: