nextflow-io / nf-hello

Nextflow plugin implementation skeleton
https://nextflow.io/docs/latest/plugins.html
Apache License 2.0
9 stars 22 forks source link

Cookie cutter template for Nextflow plugins #12

Open bentsherman opened 1 year ago

bentsherman commented 1 year ago

Create a cookie cutter template based on nf-hello, with a command-line tool that allows the user to enter things like plugin name, target nextflow version, etc. Should make it easier to start a new plugin instead of starting from nf-hello.

Tagging @ewels because I will probably ask you for advice on this at some point

stevekm commented 8 months ago

any plans for this? I am attempting to create a plugin using this current nf-hello, and frankly not getting anywhere with it because this nf-hello plugin repo is surprisingly complicated

pditommaso commented 8 months ago

We are looking to implement one based on the template of the estimated @jagedn