Closed CSouque closed 12 months ago
What command are you using?
From: CSouque @.> Sent: Friday, June 9, 2023 5:14:00 AM To: nickjcroucher/gubbins @.> Cc: Subscribed @.***> Subject: [nickjcroucher/gubbins] RecursionError (Issue #372)
Hi!
While running gubbins I am running into this RecursionError towards the end of iteration 3 (iteration 1 and 2 went well). It failed the first time and failed again once I tried re-starting from iteration 2 with --resume.
I am using gubbins version 3.3.0
Traceback (most recent call last):
File "/home/cs477/mambaforge/envs/gubbins/bin/run_gubbins.py", line 33, in
— Reply to this email directly, view it on GitHubhttps://github.com/nickjcroucher/gubbins/issues/372, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD6PWQ5S7RK4ESAF2XGL4BLXKKPIRANCNFSM6AAAAAAZADOKSE. You are receiving this because you are subscribed to this thread.Message ID: @.***>
I am using run_gubbins.py --threads 6 -p gubbins clean.full.aln --verbose
. I am running it on a cluster and the job is set up with 36GB of memory, and I am using Python 3.9.16
Does it work with the --mar flag?
From: CSouque @.> Sent: Friday, June 9, 2023 6:04:50 AM To: nickjcroucher/gubbins @.> Cc: Croucher, Nicholas J @.>; Comment @.> Subject: Re: [nickjcroucher/gubbins] RecursionError (Issue #372)
I am using run_gubbins.py --threads 6 -p gubbins clean.full.aln --verbose. I am running it on a cluster and the job is set up with 36GB of memory, and I am using Python 3.9.16
— Reply to this email directly, view it on GitHubhttps://github.com/nickjcroucher/gubbins/issues/372#issuecomment-1583980336, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD6PWQ7L4A6NKZKAJKFUGJTXKKVHFANCNFSM6AAAAAAZADOKSE. You are receiving this because you commented.Message ID: @.***>
No, I got the same error message
Odd - it should not reach that part of the code with the --mar
flag. What was your command and error message with that flag?
Hi!
While running gubbins I am running into this RecursionError towards the end of iteration 3 (iteration 1 and 2 went well). It failed the first time and failed again once I tried re-starting from iteration 2 with --resume.
I am using gubbins version 3.3.0