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
In some cases it may be useful to allow ARC to be run for a few more iterations or to resume a run which was terminated for some reason. This could be controlled by adding something to the ARC_config.txt (i.e. restart = True).
Do something like the following:
Clean up: old assemblies, intermediate mapping results, and other junk (if any)
Check for IX_contigs.fasta where X is range(1, numcycles), choose the last one as the targets to start with (ignore the targets in ARC_config.txt).
Set up a Config object with all of the necessary pieces (iteration etc)
Run the spawner which should kick off mapping etc effectively resuming the process.
The text was updated successfully, but these errors were encountered:
In some cases it may be useful to allow ARC to be run for a few more iterations or to resume a run which was terminated for some reason. This could be controlled by adding something to the ARC_config.txt (i.e. restart = True).
Do something like the following:
The text was updated successfully, but these errors were encountered: