You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using megahit version 1.2.9 to run a relatively large coassembly - using the meta-large presets. Due to some limitations on my unversity cluster, I've set the time too small and would like to restart my job from where it left off using --continue.
However, when I run this, megahit doesn't seem to continue from where it left off. I was wondering if you could clarify which parameters I should use to continue, and if I also need to change the options.json as well?
But each time I restart, I get a new temp directory in the tmp-dir with some randomly generated hash as the directory suffix.
I've also tried editing the options.json file so that continue_mode:true was set; that didn't work either. From the logs it seems like megahit is starting from k=27, even though that finished successfully... I was hoping to continue from k=47 which was where the first run left off.
Would you be able to clarify with an example how to run megahit using --continue, for example if the first run didn't use --continue and the failed halfway through?
Many thanks for your help,
Will
The text was updated successfully, but these errors were encountered:
Hi, thanks for this great assembler.
I'm using megahit version 1.2.9 to run a relatively large coassembly - using the meta-large presets. Due to some limitations on my unversity cluster, I've set the time too small and would like to restart my job from where it left off using
--continue
.However, when I run this, megahit doesn't seem to continue from where it left off. I was wondering if you could clarify which parameters I should use to continue, and if I also need to change the options.json as well?
I'm currently using this:
But each time I restart, I get a new temp directory in the tmp-dir with some randomly generated hash as the directory suffix.
I've also tried editing the options.json file so that continue_mode:true was set; that didn't work either. From the logs it seems like megahit is starting from k=27, even though that finished successfully... I was hoping to continue from k=47 which was where the first run left off.
Would you be able to clarify with an example how to run megahit using
--continue
, for example if the first run didn't use--continue
and the failed halfway through?Many thanks for your help,
Will
The text was updated successfully, but these errors were encountered: