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

better discrimination between stage and step #134

Open
MartinPippel opened this issue Nov 8, 2024 · 0 comments
Open

better discrimination between stage and step #134

MartinPippel opened this issue Nov 8, 2024 · 0 comments

Comments

@MartinPippel
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When starting the pipeline with an already decontaminated assembly you need to specify the steps of the pipeline which should be run and the stage the assembly is already in. I mixed those up and just used the steps for the stages and steps definition.
The pipeline was running even if the stage was not valid - but the given assembly was never picked up for any specified step.

Describe the solution you'd like
It would be nice if the pipeline throughs an error if the specified stage is unknown. Maybe we should add a small paragraph to the documentation which stages do exist.
steps = 'inspect,preprocess,assemble,purge,polish,screen,scaffold,curate'
and
stage = [ raw, decontaminated, polished, scaffolded, curated ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant