-
Notifications
You must be signed in to change notification settings - Fork 2
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 during running isONform #21
Comments
Hi thank you for reporting the error. Could you please send me the stderror.txt file that should have been generated in the outfolder of the problematic cluster (Documents/Gac/RNAseq/4.mapping/isONclust/Aril/isoform/A3/892) ? This should give me the necessary information about what issued the problem |
Hi @aljpetri, thank you for the quick response. |
Hello, from the file I can see that isONform was not able to locate the necessary file in the temporary folder. This might happen due to the system limiting the number of files that it allows to be generated. Do you know of any file number limits on your system? |
Well, we just re-run without Here is what from the terminal:
|
Hi thanks for letting me know. I found that the deleting of corrected files was a bug in the code that I have fixed now with a new version (isONform 0.3.7). I am really sorry about you having to rerun the correction step. I am wondering though why the resulting files all were empty. Is it possible that the support for the predictions was too low, i.e. no prediction having more than 5 reads as support? |
I think it's kinda weird because if I use |
Sorry just for clarification: Did the algorithm finish successfully with--split_wrt_batches being disabled? |
Yes, this is the output from the run |
Ok. Could you try running isONform in an earlier version (i.e. 0.3.5) for the dataset and see whether you have the same issues? The bug might be due to a code change with version 0.3.6. I am really sorry for the inconvenience. |
We are totally understand the situation. So to make it clear, should we re-run with or without --split_wrt_batches option? Is the delete corrected cluster bug also in ver 0.3.5? |
Hi version 0.3.5 does not have the deletion bug. Please run the code with --split_wrt_batches enabled |
Hello, we did try the 0.3.5 version but it seems like something went wrong (sadly). Several batches have been processed but are being killed shortly. |
Hello,
We are currently running our de novo transcriptome assembly project. We ran isONclust and isONcorrect separately instead of
isON_pipeline.sh
pipeline. Everything was perfectly fine until the last step which was in isONform. While running isONform we encountered an error which is:The package was installed by pip in a newly created anaconda evironment. The analysis was run via:
isONform_parallel --fastq_folder Documents/Gac/RNAseq/4.mapping/isONclust/Aril/polish/A3 --outfolder Documents/Gac/RNAseq/4.mapping/isONclust/Aril/isoform/A3 --split_wrt_batches
and got canceled after a few hundred batches.
fyi: we run our analysis on an local workstation.
Could you please let me know how to fix this error? Thanks
The text was updated successfully, but these errors were encountered: