Skip to content

Commit 8c28837

Browse files
author
Alan Christie
committed
- JD tweak
1 parent bdcfc8a commit 8c28837

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

data-manager/virtual-screening.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
image:
5454
name: informaticsmatters/virt-screening-rdkit
5555
tag: '1.0.0'
56-
project-directory: /data
56+
project-directory: /home/rdkit/data
5757
# The command that will be used as the Kubernetes Pod 'command'
5858
# (after variable expansion). This is a jinja2 template with its variables
5959
# described in the `variables` block below (A JSONSchema block).
6060
command: >-
61-
python -m shard -i {{ inputFile }} -s {{ supplierName }}
61+
python -m shard -i data/{{ inputFile }} -s {{ supplierName }}
6262
-v {{ supplierVersion }} -o {{ outputDir }} -n {{ codeFieldIndex }}
6363
--interval 10000
6464
# Command variables - using JSONSchema to allow for simplified client
@@ -102,13 +102,14 @@ jobs:
102102
- supplierVersion
103103
properties:
104104
codeFieldIndex:
105-
default: 1
106105
title: Index of vendor code field
106+
default: 1
107107
minimum: 0
108108
type: integer
109109
outputDir:
110110
title: Output directory
111111
type: string
112+
default: molecules
112113
supplierName:
113114
title: Source of the molecules
114115
type: string
@@ -126,9 +127,9 @@ jobs:
126127
image:
127128
name: informaticsmatters/virt-screening-rdkit
128129
tag: '1.0.0'
129-
project-directory: /data
130+
project-directory: /home/rdkit/molecules
130131
command: >-
131-
python -m filter -i {{ inputFile }} -o {{ outputFile }}
132+
python -m filter -i molecules/{{ inputFile }} -o {{ outputFile }}
132133
--min-hac {{ minHac }}
133134
--max-hac {{ maxHac }}
134135
--min-rings {{ minRings }}

0 commit comments

Comments
 (0)