We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, pipelines are split into stages but handling of intermediate files is messy and it's hard to modify pipelines. It would be better if:
We should also be able to mock a dataset, patch executor, run a pipeline and assert what all the bash commands were.
executor
We should also make Stage objects as lightweight as possible, ideally removing their access to Dataset - see #395 for reasons why.
This might be a good opportunity to look at sciluigi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, pipelines are split into stages but handling of intermediate files is messy and it's hard to modify pipelines. It would be better if:
We should also be able to mock a dataset, patch
executor
, run a pipeline and assert what all the bash commands were.We should also make Stage objects as lightweight as possible, ideally removing their access to Dataset - see #395 for reasons why.
This might be a good opportunity to look at sciluigi
The text was updated successfully, but these errors were encountered: