Commit 1c307889 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

changed enable conda to boolean

parent 2f86696e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@
                    "hidden": true
                },
                "enable_conda": {
                    "type": "string",
                    "type": "boolean",
                    "description": "Run this workflow with Conda. You can also use '-profile conda' instead of providing this parameter."
                },
                "singularity_pull_docker_container": {