-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Some modules accept module specific parameters, e.g. --diameter for CellPose.
Maybe I am overlooking it, but currently for the cellpose module in our repo I could not find a documentation for how to specify such parameters.
I had a look at the nf-core molkart pipeline and they handle this in two places, namely nextflow.config and modules.config:
- https://github.com/nf-core/molkart/blob/master/nextflow.config#L19
- https://github.com/nf-core/molkart/blob/master/conf/modules.config#L205
In this documentation they seem to suggest to have a configs/cellpose.config file that could be included in the nextflow.config via includeConfig 'configs/cellpose.config'.
I am wondering now whether our modules repositories could somewhere contain for each module such a module specific .config file that one could copy when installing/using this module a pipeline? In my mind that would make it much easier to know which additional module specific parameters one can use.
ping @krokicki @BioinfoTongLI