Conversation
|
Quick update on the Nextflow tests: I now managed to get the nextflow example to a state where example 01 can be run successfully through Nextflow with minimal hard-coding: Now, there are a few parameters that need to be set, but nothing hard-coded in the individual processes (each process is 1 task). I wrote some helper functions to parse metadata and components that are run in the processes as well, as part of the script (a bit of pre- and postprocessing). This makes the processes more task specific now, they don't all have the same content (even besides the different task names being called). Some processes generate metadata, others don't actually add useful updates to them. I added 2 version now: Next steps: Hurdles:
|
Closes #38
It's still work in progress to generalize a bit further. But example 01 runs successfully with this workflow and it already uses the parameters from our parameter json files in the examples.
I'll update it a bit more next week before merging :)
Major parts to explore: