-
Notifications
You must be signed in to change notification settings - Fork 30
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
The --paths option can re-run the pipeline when initial asm or input file timestamps are updated #308
Comments
Thank you for your timely supplement. I may have encountered a similar problem, but I'm not sure if it is: I got "[Errno 122] Disk quota exceeded" when running verkko --snakeopts "-- touch". I modified timestamps of the initial assembly. command :verkko slurm outLaunching release v2.2.1 |
No your error looks like you're out of disk, not sure if that's on your main location where you're running verkko or where snakemake writes some logs (see #124) but either way until you free up space you can't test if the run will be correct. |
Thank you Sergey, best regard, |
Happy new year, Sergey, |
The easiest way would be to erase the old folder where the run started from scratch, make a new folder yourself, symlink the 0- through 5- folders to the old location and then run the |
Since snakemake relies on timestamps to decide what needs to re-run, any changes to the initial assembly (the --assembly option) for the --paths pipeline can cause verkko to restart from scratch, generating an invalid results and usually crashing in the process.
We should add something to check that only the intended steps are being run before launching snakemake to avoid this issue for users.
The text was updated successfully, but these errors were encountered: