nextflow-io / nf-quilt

Quilt plugin for Nextflow
Apache License 2.0
4 stars 2 forks source link

Ideas for future enhancements #4

Open bentsherman opened 2 years ago

bentsherman commented 2 years ago

Currently the nf-quilt plugin can publish a single package for a workflow run, with the option to select files by name.

Here is a list of feature enhancements that we are considering:

All of these ideas are feasible to implement, but I think we should try to figure out what users would prefer before we move forward with any of them. In particular I'd like to understand how users feel about the "config" approach vs "pipeline logic" approach.

Midnighter commented 2 years ago

I had some thoughts after the summit presentation https://github.com/quiltdata/nf-quilt3/issues/2

drernie commented 2 years ago

Note: we are addressing these issues with a revamped nf-quilt plug-in currently under internal review at Quilt:

https://github.com/quiltdata/nf-quilt/pull/3

We will propose it as a PR back here once it is ready.