Skip to content

Boolean parameters don't work anymore #96

Description

@JudithBernett

Description of the bug

Boolean parameters don't work anymore because of new Nextflow

Command used and terminal output

nextflow run . -profile test_full --no_hyperparameter_tuning true --final_model_on_full_data

ERROR ~ Validation of pipeline parameters failed!
                                                                                                                                                                                     
 -- Check '.nextflow.log' file for details
The following invalid input values have been detected:

* --no_hyperparameter_tuning (true): Value is [string] but should be [boolean]
* --final_model_on_full_data (true): Value is [string] but should be [boolean]

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions