AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Create script/infrastructure to launch nextflow from a batch job #114

Open jashapiro opened 3 years ago

jashapiro commented 3 years ago

Running nextflow jobs currently requires an interactive session somewhere, which is apain, because it has to run the whole time the batch job runs.

We'd like to be able to run our nextflow processes that submit to batch in another batch process. That will require a new queue with on-demand instances (so they don't get interrupted)

Some background/ example info: https://genomics-nf.workshop.aws/squared.html