seqeralabs / showcase-automation

0 stars 0 forks source link

Support custom pre-run and config scripts #26

Closed adamrtalbot closed 2 months ago

adamrtalbot commented 2 months ago

This PR adds the ability to customise the pre-run script or nextflow.config at runtime. Currently, it does this via a string input so you have to specify --pre_run 'export NXF_VER=23.10.1', this limits its usefulness for large scripts and config files but means it can easily be used with the Github Action runner.

Changes:

Key questions:

After this change, Github Action will look like this: image

pditommaso commented 2 months ago

I don't see a strong need for files right now