sos icon indicating copy to clipboard operation
sos copied to clipboard

What we can learn from nextflow

Open BoPeng opened this issue 4 years ago • 0 comments

Nextflow has been used on AWS batch and other environments, and we are still catching up. I think we will need to checkout how nextflow handles S3 etc and figure out what we can learn from it.

One thing that nextflow is doing well is to be able to specifify step-wise containers ..., which we do it inside a .sos script. The problem is that we do not have the concept of a "process" so cannot actually specify that in config file.

https://genomics-nf.workshop.aws/ would be a good tutorial.

BoPeng avatar Jul 21 '21 14:07 BoPeng