Skip to content

Commit e4087fd

Browse files
Brandon Duane Walkerwalkerbdev
authored andcommitted
add example of id error
1 parent cbdfdb6 commit e4087fd

File tree

4 files changed

+4
-203
lines changed

4 files changed

+4
-203
lines changed

cwl_adapters/extract_ligand_protein.cwl

Lines changed: 0 additions & 85 deletions
This file was deleted.

cwl_adapters/topology_check.cwl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ outputs:
5050
loadContents: true
5151
outputEval: |
5252
${
53+
// check if self[0] exists
54+
if (!self[0]) {
55+
return null;
56+
}
5357
// Read the contents of the file
5458
const lines = self[0].contents.split("\n");
5559
// Read boolean value from the first line

examples/scripts/Dockerfile_extract_ligand_protein

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/scripts/extract_ligand_protein.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)