Hirotaka Suetake
Hirotaka Suetake
From issue https://github.com/common-workflow-language/cwl-utils/issues/273
Hi CWL community, I'm reaching out to share some thoughts that emerged from a recent discussion within the Japan community (@inutano, @tom-tan) regarding the development of JSON schemas for workflow...
Hi there, We're developing a WES called Sapporo, which we're using as the backend for our web service. This service accepts requests from both authenticated and anonymous users to execute...
When I run the following command with the latest version of `cwltool`: ```bash $ cwltool https://sandbox.zenodo.org/record/1016630/files/trimming_and_qc.cwl --help ``` I encounter the error below: ```bash While fetching https://sandbox.zenodo.org/record/1016630/files/trimming_and_qc.cwl, got content-type of...
Add a docker environment to run the ipython2cwl itself in the docker container. ```bash $ docker-compose up jupyter-repo2cwl https://github.com/giannisdoukas/ipython2cwl-demo -o . ``` It is able to run using the above...
We have completely rewritten Sapporo, a WES implementation, and released it as version 2.0.0. This new Sapporo is based on WES 1.1.0 and is implemented using Python's FastAPI. We first...