warelab / sciapps

SciApps: a cloud-based platform for reproducible bioinformatics workflows
https://www.sciapps.org
Apache License 2.0
2 stars 1 forks source link

Aloe issue on handling boolean variables #103

Closed liyawang closed 5 years ago

liyawang commented 5 years ago

Do a job listing on this job curl -k -H "Authorization: Bearer $tok" https://agave.iplantc.org/jobs/v2/227111eb-ce0a-4adf-b74d-aa07d6d24b7a-007?pretty=true, this message is logged as the LastStatusMessage for this job.

PARAMETER_TYPE_MISMATCH Job 227111eb-ce0a-4adf-b74d-aa07d6d24b7a-007 specified a parameter key named "isRAMPAGE" with expected type bool and actual type String.

This is also doable as jobs-list -V 227111eb-ce0a-4adf-b74d-aa07d6d24b7a-007

liyawang commented 5 years ago

Fixed by removing the double quotes, which is likely introduced when converting from perl to json.