-
Notifications
You must be signed in to change notification settings - Fork 0
/
02_foldseek_database.cwl
44 lines (40 loc) · 1.02 KB
/
02_foldseek_database.cwl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/usr/bin/env cwl-runner
# Generated from: foldseek databases Alphafold/Swiss-Prot index_swissprot tmp --threads 16
class: CommandLineTool
cwlVersion: v1.2
requirements:
ShellCommandRequirement: {}
NetworkAccess:
networkAccess: true
inputs:
- id: database
label: "Database name"
type: string
default: "Alphafold/Swiss-Prot"
- id: index_dir_name
label: "Index directory name"
type: string
default: "index_swissprot"
- id: index_name
type: string
default: "swissprot"
- id: threads
type: int
default: 16
arguments:
- shellQuote: false
valueFrom: |
mkdir -p $(inputs.index_dir_name)
foldseek databases $(inputs.database) $(inputs.index_dir_name)/$(inputs.index_name) $(runtime.tmpdir) --threads $(inputs.threads)
outputs:
- id: all-for-debugging
type:
type: array
items:
- File
- Directory
outputBinding:
glob: "*"
hints:
- class: DockerRequirement
dockerPull: quay.io/biocontainers/foldseek:9.427df8a--pl5321hb365157_1