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:
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
Some modules accept module specific parameters, e.g.
--diameterfor 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:
In this documentation they seem to suggest to have a
configs/cellpose.configfile that could be included in thenextflow.configviaincludeConfig '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