-
Notifications
You must be signed in to change notification settings - Fork 2
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
Run the workflow step by step #38
Comments
@thibaulttabarin I put together a rough attempt at explaining how to run each step one at a time here: |
@johnbradley, Sounds good, but how you would process the whole dataset for a single rule... Let say I want to reprocess all the images (from Images/) with an updated version of generate_metadata and check the result before I produce the whole set of results (Cropped/, Segmented/, Morphology/). How would you do that? In your documentation, there is only the option of reprocessing a single input/output. |
@thibaulttabarin The most direct way to run the workflow through a step is using the
See Alternatively if you just want to process some of the files until this step you can specify multiple targets as well:
I would note that the files being generated are based on the contents of |
I updated the DEVELOPMENT documentation with the |
it doesn't work as expected... only run one file and stop... and after that it throws this error |
ok it worked after remove the last folder Morphology/ |
@thibaulttabarin I think you hit this bug: snakemake/snakemake#1815. It sounds like there is a problem if you run with |
yep, I agree, sounds like it. For this step by step part I feel it doesn't work the way I_would_like/it_is_conveniant_to_develop_with... Let talk about tomorrow at the meeting |
We need documentation on how to run the workflow step by step or on specific rule, mainly for development purpose.
The text was updated successfully, but these errors were encountered: