We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee973b3 commit c3c15c7Copy full SHA for c3c15c7
coderdata/download/downloader.py
@@ -68,7 +68,7 @@ def download(
68
file
69
for file
70
in data['files']
71
- if file['name'].startswith(name)
+ if file['name'].startswith(name) or 'genes' in file['name']
72
]
73
else:
74
filtered_files = data['files']
0 commit comments