You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes parameters are added in nextflow.config and then removed from the pipeline. These dangling parameters confuse matters as they need to be in the schema and clutter things up. However, they are quite difficult to spot when reviewing.
It would be nice to have a simple test that checks that all params are found in main.nf. May need one or two exceptions, but that's fine.
The text was updated successfully, but these errors were encountered:
Sometimes parameters are added in
nextflow.config
and then removed from the pipeline. These dangling parameters confuse matters as they need to be in the schema and clutter things up. However, they are quite difficult to spot when reviewing.It would be nice to have a simple test that checks that all
params
are found inmain.nf
. May need one or two exceptions, but that's fine.The text was updated successfully, but these errors were encountered: