Skip to content

Commit

Permalink
fix: Fix overrride for latest Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 23, 2025
1 parent f5010d8 commit a6fb87b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions viewer/squonk/day-1-job-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@
"uniqueItems": true,
"format": "chemical/x-mdl-molfile",
"items": {
"from": "lhs",
"enum": "{inputs_dir}/{target}-{item}.mol",
"from": {
"side": "lhs",
"file" : "ligand_mol"
},
"enum": "{inputs_dir}/{item}",
"enumNames": "{item}"
}
},
"protein": {
"type": "string",
"format": "chemical/x-pdb",
"from": "lhs",
"enum": "{inputs_dir}/{target}-{item}_apo-desolv.pdb",
"from": {
"side": "lhs",
"file" : "apo_desolv_file"
},
"enum": "{inputs_dir}/{item}",
"enumNames": "{item}"
}
},
Expand Down

0 comments on commit a6fb87b

Please sign in to comment.