Fix input path to s3://omic/eureka/prodigy/*.pdb
Some checks failed
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / test (3.9) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / test (3.9) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"pdb": {
|
||||
"type": "file",
|
||||
"description": "Path to input PDB or mmCIF structure file(s) for binding affinity prediction",
|
||||
"default": "s3://omic/eureka/prodigy/input/*.pdb",
|
||||
"default": "s3://omic/eureka/prodigy/*.pdb",
|
||||
"required": true,
|
||||
"pipeline_io": "input",
|
||||
"var_name": "params.pdb",
|
||||
"examples": [
|
||||
"s3://omic/eureka/prodigy/input/3bzd.pdb",
|
||||
"s3://omic/eureka/prodigy/input/*.pdb"
|
||||
"s3://omic/eureka/prodigy/3bzd.pdb",
|
||||
"s3://omic/eureka/prodigy/*.pdb"
|
||||
],
|
||||
"pattern": ".*\\.(pdb|cif)$",
|
||||
"enum": [],
|
||||
|
||||
Reference in New Issue
Block a user