Skip to content

Commit d475dc6

Browse files
authored
Update build_all.py
1 parent 727da0a commit d475dc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/build_all.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def process_docker(datasets):
120120
'hcmi': ['hcmi'],
121121
'beataml': ['beataml'],
122122
'mpnst': ['mpnst'],
123+
'mpnst': ['mpnstpdx'],
123124
'cptac': ['cptac'],
124125
'genes': ['genes'],
125126
'upload': ['upload']
@@ -476,4 +477,4 @@ def compress_file(file_path):
476477

477478

478479
if __name__ == '__main__':
479-
main()
480+
main()

0 commit comments

Comments
 (0)