-
Notifications
You must be signed in to change notification settings - Fork 48
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 when running CAT with --augustus-cgp mode #296
Comments
Thanks for creating the ticket, The error: coming from is a bug in AUGUSTUS. It could be trigger by CAT giving AUGUSTUS bad input CAT should have left the input files around since there was a failure. If you can get us the input file to the failed augustus run it would help figure this out! |
@diekhans Thank you for your reply. Are the files you need to troubleshoot the issue each of the |
all the files passed to augustus, except the output file, would be what we need. if you can put a tar.gz file of them someplace we can download it, that is the easiest. Otherwise, we can figure something else out. |
Just a quick update. The restarted job just completed with the same error. When I went to find the files for augustus that were listed as part of the command they do not appear to exist in the tmp directory where they're expected, specifically the directory with the approximate structure:
Note that set this as the tmp directory in the CAT configuration script with:
to deal with intermediate files creating problems on the cluster. However, when I look up the files under:
these files seem to exist. So it seems that maybe the when the toil tracker suggests:
these files are not actually being moved to the |
Another quick update. I had a closer look at the error message in the toil log file, specifically:
And tried to track down the individual files under the working directory (
These two files also are only found in the toil log file as part of this command, not listed anywhere else, so I'm not sure how they would be created or where to look for them. Just let me know if other information would be helpful. |
I believe the two missing files are output files, although --trainFeatureFile is not well documented. You can test to see if you have all the file and get the failure by running:
|
I see the following error:
|
--trainFeatureFile= is optional, so you could see if you get the failure without it. It is a reference GFF of gene annotations used for training the model, so I suspect CAT is pulling it out of the reference GFF you are using. You could give us the files you found plus the reference GFF you have, |
When I remove the
From the toil log I can see that the input gff is being converted to a gtf, and then his gtf is meant to be placed in the tmp directory and renamed. Specifically, from the log I see:
You said I should send you the set of tmp files I was able to find in the |
Send what you have, we will take a look and might ask for more.
note, the next couple of weeks is fairly interrupted for both of us,
but we will see what we can do.
|
You can use this link to download the files. Let me know if you have any questions or need any additional files. |
@diekhans Any luck troubleshooting this issue? Any additional info I might be able to provide which would be helpful? |
We've recently been trying to run CAT and ran into an error when the --augustus-cgp mode is applied. Specifically, we see:
We used the following run parameters:
Attempts to fix errors included:
Removal of ‘--augustus-cgp’ flag allows the run to complete except for errors relating to plots.
You can access the log files from the run here.
The version of AUGUSTUS in the CAT environment is:
Please let me know if any additional information would be helpful to troubleshoot this issue. Thank you for your help.
The text was updated successfully, but these errors were encountered: