common-workflow-language / cwlviewer

A web application to view and share Common Workflow Language workflows
https://view.commonwl.org/
Apache License 2.0
45 stars 28 forks source link

unicode locale missing from view.commonwl.org service #174

Closed mr-c closed 6 years ago

mr-c commented 7 years ago
The error was: 'ascii' codec can't encode character u'\u2019' in position 9238: ordinal not in range(128)

From https://view.commonwl.org/workflows/github.com/MG-RAST/amplicon/blob/wilke/cwl/CWL/Workflows/tap.prok.workflow.cwl

alexbarrera commented 6 years ago

@mr-c I assume the error you were having is gone since the link to the workflow view works well. I'm having an equivalent issue, any hint on what was causing this for you? From https://view.commonwl.org/workflows/github.com/alexbarrera/GGR-cwl/blob/master/v1.0/ATAC-seq_pipeline/pipeline-pe.cwl#

mr-c commented 6 years ago

@alexbarrera It may not have been fixed properly. Here's an updated URL: https://view.commonwl.org/workflows/github.com/MG-RAST/amplicon/blob/9c11706d2c5ca964b1c87fa606c33da85b5fca12/CWL/Workflows/tap.prok.1.0.cwl The workaround is to remove non-ASCII characters from your CWL descriptions :-(