-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to fix the 15min gServer issue #25
Comments
I am having the same issue. I wonder if it's not recognizing the .2bit generated from the reference genome fasta sequence, but it doesn't work even after regenerating the file. Was this resolved? |
I found that if plac a .2bit version in the same folder as the dir with the fasta it works, i assume that it doesn't include the entire path to the fasta file and that is causing the issue. |
I have same issue, |
I also have the same issue. I am running the following command: python breakmer.py kmer_region.config My configuration file contains the following paths: analysis_name=04-0309 Checking the relevant log file for the run, it keeps repeating the following output: 08/07/2017 02:08:22 PM - root - INFO - Waiting for log file /users/40057929/output/gfserver_8489.log This is after it has created the 2bit from the reference genome fasta and attempts to start the gfServer. 08/07/2017 02:07:39 PM - root - INFO - Creating 2bit from genome reference fasta.fa I tried @ScienceBuff resolution but it did not fix the issue unfortunately. Any help or advice? |
Sorry for the late reply to this. There could be a number of issues going on here. I have done updates recently to the code, but it is a branched version: https://github.com/ryanabo/BreaKmer You can email me directly with issues and help in the future. |
I am trying to run breakmer on a 5k bed regions file but I am having the same error
breakmer.params - ERROR - gfServer wait time exceeded ~15 minutes, exiting
Any idea on how to fix this ? should I manually edit the code to increase the wait time ? would that fix the issue ?
Thanks
The text was updated successfully, but these errors were encountered: