Pixi tasks that depend on files whose path is specified in a settings.toml #3291
Unanswered
concimuscb
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Right now yes, you can be more flexible with the use of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I normally define input paths of files in a separate settings.toml.
On the other hand, the idea of using pixi tasks to run entire pipelines and skip steps which can be skipped depending on inputs/outputs sounds great.
The issue is that the two seem incompatible. From what I could gather, when defining tasks, you have to hard code the names of the files they depend on. I can hardcode the names of the scripts and intermediate datasets but, many times, the initial dataset will change name.
This leaves me with the option of having to move all the settings.toml inside the code, which I hate; or not being able to use pixi tasks.
Is there any way I can reconciliate both workflows?
Beta Was this translation helpful? Give feedback.
All reactions