Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manabuishii/cwl-samples
CWL samples
https://github.com/manabuishii/cwl-samples
cwl
Last synced: 21 days ago
JSON representation
CWL samples
- Host: GitHub
- URL: https://github.com/manabuishii/cwl-samples
- Owner: manabuishii
- License: apache-2.0
- Created: 2017-10-16T04:52:35.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T09:09:11.000Z (almost 3 years ago)
- Last Synced: 2023-09-13T15:38:42.645Z (about 1 year ago)
- Topics: cwl
- Language: Common Workflow Language
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/manabuishii/cwl-samples.svg?branch=master)](https://travis-ci.org/manabuishii/cwl-samples)
# HOW TO EXECUTE
```console
cwltool grep-and-count.cwl --file_to_searc mock.txt --pattern one
```# Validate
## CommandLineTool
```console
cwltool --validate helloworld.cwl
cwltool --validate grep.cwl
cwltool --validate wc.cwl
```## Workflow
```console
cwltool --validate grep-and-count.cwl
```