We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52cde55 + c40a4f4 commit 198966eCopy full SHA for 198966e
cultcargo/genesis/quartical/argument_schema.yaml
@@ -165,15 +165,20 @@ input_model:
165
output:
166
gain_directory:
167
default: gains.qc
168
- dtype: str
+ dtype: URI
169
+ writable: true
170
+ must_exist: false
171
+ write_parent_dir: true
172
info:
173
Name of directory in which QuartiCal gain outputs will be stored.
174
Accepts both local and s3 paths. QuartiCal will always produce gain
175
outputs.
176
177
log_directory:
178
default: logs.qc
179
+ dtype: Directory
180
181
182
183
Name of directory in which QuartiCal logging outputs will be stored.
184
s3 is not currently supported for these outputs.
0 commit comments