Skip to content

Commit 198966e

Browse files
authored
Merge pull request #32 from caracal-pipeline/issue-31
Make QuartiCal gain and log directory parameters URI and Directory respectively.
2 parents 52cde55 + c40a4f4 commit 198966e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cultcargo/genesis/quartical/argument_schema.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,20 @@ input_model:
165165
output:
166166
gain_directory:
167167
default: gains.qc
168-
dtype: str
168+
dtype: URI
169+
writable: true
170+
must_exist: false
171+
write_parent_dir: true
169172
info:
170173
Name of directory in which QuartiCal gain outputs will be stored.
171174
Accepts both local and s3 paths. QuartiCal will always produce gain
172175
outputs.
173176

174177
log_directory:
175178
default: logs.qc
176-
dtype: str
179+
dtype: Directory
180+
writable: true
181+
must_exist: false
177182
info:
178183
Name of directory in which QuartiCal logging outputs will be stored.
179184
s3 is not currently supported for these outputs.

0 commit comments

Comments
 (0)