{"id":20693490,"url":"https://github.com/nanxstats/cwl-formatter","last_synced_at":"2026-04-20T12:32:29.944Z","repository":{"id":142658908,"uuid":"261555849","full_name":"nanxstats/cwl-formatter","owner":"nanxstats","description":"Shiny app to format Common Workflow Language (CWL) apps","archived":false,"fork":false,"pushed_at":"2020-05-09T03:26:41.000Z","size":1092,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-25T13:34:03.792Z","etag":null,"topics":["bioinformatics","code-formatter","common-workflow-language","cwl","reticulate","shiny-apps"],"latest_commit_sha":null,"homepage":"https://nanx.app/cwl-formatter/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanxstats.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-05T18:45:11.000Z","updated_at":"2020-05-09T03:26:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"cff365b5-e3e0-4c2b-b1df-a3bd5bd4e8fc","html_url":"https://github.com/nanxstats/cwl-formatter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nanxstats/cwl-formatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanxstats%2Fcwl-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanxstats%2Fcwl-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanxstats%2Fcwl-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanxstats%2Fcwl-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanxstats","download_url":"https://codeload.github.com/nanxstats/cwl-formatter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanxstats%2Fcwl-formatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32047143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","code-formatter","common-workflow-language","cwl","reticulate","shiny-apps"],"created_at":"2024-11-16T23:26:57.864Z","updated_at":"2026-04-20T12:32:29.912Z","avatar_url":"https://github.com/nanxstats.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cwl-formatter\n\nA shiny app to format Common Workflow Language (CWL) apps using the Python package cwlformat.\n\n## Dependencies\n\nThis app uses [reticulate](https://rstudio.github.io/reticulate/) to call Python and the Python package [cwlformat](https://github.com/rabix/cwl-format). Follow its readme to install the Python package either using pip or from GitHub.\n\nAfter the Python package is installed, modify `.Rprofile` to give a hint to reticulate on where to find Python and the installed package. The default location is for a macOS Homebrew Python 3. Relaunch the RStudio session to use this profile.\n\nIf you encountered an error on unable to import the Python module, please consult the articles [Python Version Configuration](https://rstudio.github.io/reticulate/articles/versions.html) and [Installing Python Packages](https://rstudio.github.io/reticulate/articles/python_packages.html), then add a few lines to `server/wrapper.R` before `reticulate::import` to help reticulate locate the Python package. For example, if we use virtualenv:\n\n```r\nuse_python(\"/your/path/to/bin/python3\")\n\nvirtualenv_create(\"venv\", python = \"/your/path/to/bin/python3\")\nvirtualenv_install(\"venv\", packages = c(\"cwlformat\"), ignore_installed = FALSE)\nuse_virtualenv(\"venv\", required = TRUE)\n```\n\n## Related apps\n\n- [cwl-exploder](https://github.com/nanxstats/cwl-exploder) - Shiny app to unpack monolithic CWL workflows and split them into smaller components.\n- [cwl-upgrader](https://github.com/nanxstats/cwl-upgrader) - Shiny app to upgrade Common Workflow Language (CWL) apps from sbg:draft2 to v1.0.\n\n## Copyright\n\n© 2020 Seven Bridges Genomics, Inc. All rights reserved.\n\nThis project is licensed under the [GNU Affero General Public License v3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanxstats%2Fcwl-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanxstats%2Fcwl-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanxstats%2Fcwl-formatter/lists"}