projects
/
lightning.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '19785-add-cwl' into main
[lightning.git]
/
cwl
/
lightning
/
genreadme.cwl
1
# Copyright (C) The Lightning Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
cwlVersion: v1.2
6
class: CommandLineTool
7
hints:
8
DockerRequirement:
9
dockerPull: vcfutil
10
ResourceRequirement:
11
ramMin: 2000
12
inputs:
13
samplescsv: File
14
readmeinfo: string[]
15
pythonscript:
16
type: File
17
default:
18
class: File
19
location: src/genreadme.py
20
outputs:
21
readme:
22
type: stdout
23
arguments:
24
- $(inputs.pythonscript)
25
- $(inputs.samplescsv)
26
- $(inputs.readmeinfo)
27
stdout: README