Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manabuishii/cwl-samples

CWL samples
https://github.com/manabuishii/cwl-samples

cwl

Last synced: 21 days ago
JSON representation

CWL samples

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
```