-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failing on quake.py with 0.12.2 #26
Comments
Hi Jillian, Not 100% sure about this one. It shouldn't have anything to do with running unscheduled, or with PBS. Sometimes quake will fail if the input data doesn't have enough coverage, however it should work fine on the example dataset and I think the error messages for that are different. A couple of things to try: First, does quake.py run outside of RAMPART? If not check the quake installation guide. |
Hi Dan, I think it has something to do with not running jellyfish beforehand. I believe I was able to get past this before by running the command manually with --no_jelly, but I'm not sure. I'll give that a whirl and we'll see. I am starting 100% fresh from the ecoli data, so if there is any preprocessing that should be done prior to running rampart, it would be great to know that. ;) |
I can confirm that when I run with --no_jelly it runs as expected.
Output:
|
Hi Dan, As it turns out the ecoli data didn't download completely. I redownloaded it, and now it runs up to the mass operation, where it exists with exit code 2. 2015-11-01 13:31:17 INFO MassJob:178 - Finished MASS group: "spades" I'm going back now and running each step individually. Hopefully I will have more information for you soon! |
I notice in the log file I see that abyss-quake fails, but not on which command it fails. |
Running rampart 0.12.2
quake.py 0.3.5
kat 2.0.6
jellyfish 2.0.6
The command:
Fails with this error:
Log File with --verbose looks like this:
Why doesn't the output from quake.py reflect in the log file?
I am running rampart in an unscheduled environment. Is this one of those errors that would be fixed by running with PBS?
The text was updated successfully, but these errors were encountered: