-
Notifications
You must be signed in to change notification settings - Fork 9
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
Parallel processors mode is not working #22
Comments
I just saw the specifications again. I'll try to run from .sh script. |
Ok, great. It should work with multiple cores using the |
If you have a few very large clusters, you can(/should) use According to the documentation, this option
Here |
Hi Sahlin, My script: Pipeline to get high-quality full-length reads from ONT cDNA sequencingSet path to output and number of coresroot_out="03-correction" The error: Running isoncorrect batch_id:100000_0... multiprocessing.pool.RemoteTraceback: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
*update, with the test data (100 reads), it did not work as well. But as it is a small dataset, the program was able to generate the final fastq for each cluster. |
If the file
This is the instance that generates an error. |
Perhaps |
Thank you for replying. I also realized that just few clusters were done, so it is not viable to run cluster by cluster in the tmp folder (and as I had this issue, I'm not sure if all my clusters were there). It seems that some clusters I got the final run, others stopped in the middle of the process and others just crashed. If you have some idea what is going on, I really appreciate that. Thanks :) Plus, the stderr file in the failed clusters said: Traceback (most recent call last): |
The error you reported is just because the file is not there anymore (these files get flushed from the tmp folder regularly by the system). It is not the actual error you encounter when running. Another guess: remove the output folder Otherwise, perhaps you could copy the offending file from the temp folder when it is present and run the command on that file as
isONcorrect will let you know at start of the run which tmp folder it is working in by writing |
Hi, Sahlin. As I noticed that several clusters are with the same problem, I'm not sure if is viable to copy and run all that by using isONcorrect. When I check the fail cluster, I have this: Nonetheless, I can't open the file. I'll keep trying to solve this. If you have some tip, please, I appreciate that. |
Not sure why you have a symbolic link to the file? You need to copy it completely At the moment you only seem to have a symbolic link, which means that if the tmp file disappear you no longer have access to it. |
I think we are not discussing the same page... |
Okay, how about this. On line 218 in Then we can locate the file(s) where it is going wrong and run them individually for error message. |
Hi guys, I'm trying to run with parallel processors, but I realized that it is not working. It is running with only one processor, that is why it is taking forever. What should I do? Do I need to set something up during the installation?
My command line (it is a 40 processors with 500GB RAM server): (The conda environment is activated)
run_isoncorrect --t 20 --fastq_folder 01-isonclustering/02-clustered-fastq/ --outfolder 03-ONT-fastq-corrected
The text was updated successfully, but these errors were encountered: