Closed jljy47 closed 1 year ago
The KeyboardInterrupt error indicates that you either pushed ctrl+c or you pushed the stop button on the jupyter notebook. If you killed during step 3 then you will need to run step 3 over again. The reason it says 'no samples ready for step 4' when you try to run step 4 is because none of the samples finished running step 3. Please run step 3 again.
So the error has nothing to do with this situation right?
1257 # splitting loci so first file is smaller and last file is bigger
No, the error was not that, it was KeyboardInterrupt, which means the process was force quit. The line you indicate is a comment in the code on line 1257 to indicate what that code is doing and just happens to be where the code was executing when it was killed.
Thank you so much for your help every time, Isaac~
No prob!
Hi, we met an Error in Step3 showing that
1) We're curious to know the cause and if it has anything to do with the original documents. Can we continue with it or have to restart it from Step3? 2) Is the Error caused by running with another ipyrad process in Step7 at the same time?( Message: KeyboardInterrupt: ) I did this once before but didn't have this problem.
The original code and message:
Thank you so much~