-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
1 parent
4a10612
commit ea450b2
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |