Skip to content

Commit ef1e398

Browse files
committed
Added an exception from the downloads check
1 parent 4fb114c commit ef1e398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portal-backend/depmap/cli_commands/post_deploy_commands/check_download_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def _check_download_data(downloads: list[DownloadRelease]):
125125
# not 100% sure what's changed, but as we're moving to BB, hopefully all of this checking code can
126126
# be deleted soon.
127127
"rrbs-4b29.7/CCLE_RRBS_TSS1kb_20181022_matrix",
128+
"processed-files-for-ctd2-gdsc1-gdsc2-and-repurposing-secondary-4e65.3",
128129
}
129130

130131
issues = DownloadIssues()

0 commit comments

Comments
 (0)