blob: 81752c82014d50e650cca1b75d8b69243b99ee19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
cwlVersion: v1.1
class: CommandLineTool
baseCommand: python3
inputs:
scripts:
type: File
default:
class: File
location: import_to_arvados.py
inputBinding: {position: 1}
importScript:
type: File
default:
class: File
location: from_genbank_to_fasta_and_yaml.py
inputBinding: {position: 2}
outputs: []
requirements:
DockerRequirement:
dockerPull: bh20-seq-uploader/import
NetworkAccess:
networkAccess: true
WorkReuse:
workReuse: false
|