diff options
author | AndreaGuarracino | 2021-01-07 23:02:54 +0100 |
---|---|---|
committer | AndreaGuarracino | 2021-01-07 23:02:54 +0100 |
commit | 141e619929cee17018417d71111063015e73c366 (patch) | |
tree | baa8f98aaed7aef615d37b5560a988381ac8030f /workflows/yamlfa2ttl/check_format.cwl | |
parent | 430090a65786b0b9dde9e1319a740f95579d0275 (diff) | |
download | bh20-seq-resource-141e619929cee17018417d71111063015e73c366.tar.gz bh20-seq-resource-141e619929cee17018417d71111063015e73c366.tar.lz bh20-seq-resource-141e619929cee17018417d71111063015e73c366.zip |
added check_sequence workflow and script
Diffstat (limited to 'workflows/yamlfa2ttl/check_format.cwl')
-rw-r--r-- | workflows/yamlfa2ttl/check_format.cwl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/workflows/yamlfa2ttl/check_format.cwl b/workflows/yamlfa2ttl/check_format.cwl index 24de620..9eee58a 100644 --- a/workflows/yamlfa2ttl/check_format.cwl +++ b/workflows/yamlfa2ttl/check_format.cwl @@ -3,6 +3,7 @@ cwlVersion: v1.1 class: CommandLineTool baseCommand: python3 + inputs: script: type: File @@ -18,5 +19,5 @@ inputs: type: File inputBinding: {position: 4} default: {class: File, location: ../../bh20sequploader/validation/formats} -outputs: [] +outputs: [] |