Skip to content
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

Allow ARC to resume a run if it is terminated/crashes #25

Open
samhunter opened this issue Jul 5, 2013 · 0 comments
Open

Allow ARC to resume a run if it is terminated/crashes #25

samhunter opened this issue Jul 5, 2013 · 0 comments
Assignees

Comments

@samhunter
Copy link
Contributor

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:

  1. Clean up: old assemblies, intermediate mapping results, and other junk (if any)
  2. 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).
  3. Set up a Config object with all of the necessary pieces (iteration etc)
  4. Run the spawner which should kick off mapping etc effectively resuming the process.
@ghost ghost assigned samhunter Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant