Skip to content

Commit 02aae88

Browse files
Update bbconf/modules/bedfiles.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 033f68d commit 02aae88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbconf/modules/bedfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ def search_external_file(self, source: str, accession: str) -> BedListSearchResu
21902190
f"Source {source} is not supported. Supported sources are: 'geo', 'encode'."
21912191
)
21922192

2193-
if source == "geo" and accession.startswith("gse"):
2193+
if source == "geo" and accession.upper().startswith("GSE"):
21942194
statement = (
21952195
select(Bed)
21962196
.join(BedMetadata, Bed.id == BedMetadata.id)

0 commit comments

Comments
 (0)