Web launch tool previews JSON with quotes #717
Labels
bug
Something isn't working
high-priority
High priority
pipeline-tools
Interfaces for working with pipelines interactively
The web launch final JSON preview wraps non-string entities in quotes. If copied into a params file for Nextflow, this breaks with the new schema validation code as that checks variable types and complains that everything is a string.
Steps to reproduce:
For example:
Should be:
If running
nf-core launch --id xxx
to pull these results, they go via the command line tools and the correct types seem to be used in the output JSON (though that has its own problems still!).The text was updated successfully, but these errors were encountered: