Dear HPC team,
For a master project, we have build modules with the workflow language Nextflow.
Now I would like to link these modules with a script that ask at the end of each module if the quality of the data are good or some samples have to be remove than the module rerun before going to the next one.
Depending of the number of sample, each module can take hours before the script will ask to review the results. Each nextflow module take care of memory, cpu and time to be allocated at each sub-steps. It runs well via sbatch for the moment.
I would like to know how I can launch the new pipeline that integrate the different modules with script that allow interactivity? Is it the public-interactive-cpu that I have to use? But it has 8hours time and 10GB memory limits.
Thank you very much.
Camille