Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 13, 2022
1 parent 4a10612 commit ea450b2
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# nf-wave
Wave client plugin for Nextflow (experimental)
# Wave containers plugin for Nextflow

Main code is in the nextflow [wave branch](https://github.com/nextflow-io/nextflow/tree/wave)
Next generation container provisioning for cloud-native data analysis pieplines

### Rationale

Containers are an essential part of data analysis in the cloud. Building and delivering optimized, context-aware container images slows down development. Wave is a container provisioning service designed for use with data analysis applications such as Nextflow. It allows for the on-demand assembly, augmentation, and deployment of containerized images based on task requirements.


### More links

- [Wave containers website](https://seqera.io/wave/)
- [Wave documentation](https://www.nextflow.io/docs/latest/wave.html)
- [Wave usage examples](https://github.com/seqeralabs/wave-showcase)


Wave containers plugin code is hosted in the [Nextflow repository](https://github.com/nextflow-io/nextflow/tree/master/plugins/nf-wave)

0 comments on commit ea450b2

Please sign in to comment.