Skip to content

Commit ba800d9

Browse files
committed
add protein trigram token file to action workflow
1 parent 6885e51 commit ba800d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/token_consistency.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "chebai/preprocessing/bin/graph_properties/tokens.txt"
1818
- "chebai/preprocessing/bin/graph/tokens.txt"
1919
- "chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
20+
- "chebai/preprocessing/bin/protein_token_3_gram/tokens.txt"
2021
pull_request:
2122
paths:
2223
- "chebai/preprocessing/bin/smiles_token/tokens.txt"
@@ -26,6 +27,7 @@ on:
2627
- "chebai/preprocessing/bin/graph_properties/tokens.txt"
2728
- "chebai/preprocessing/bin/graph/tokens.txt"
2829
- "chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
30+
- "chebai/preprocessing/bin/protein_token_3_gram/tokens.txt"
2931

3032
jobs:
3133
check_tokens:
@@ -60,6 +62,7 @@ jobs:
6062
"chebai/preprocessing/bin/graph_properties/tokens.txt"
6163
"chebai/preprocessing/bin/graph/tokens.txt"
6264
"chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
65+
"chebai/preprocessing/bin/protein_token_3_gram/tokens.txt"
6366
)
6467
echo "TOKENS_FILES=${TOKENS_FILES[*]}" >> $GITHUB_ENV
6568

0 commit comments

Comments
 (0)