Skip to content

Commit f025b30

Browse files
committed
corrected query
1 parent 2568a21 commit f025b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uniprot2s3/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def fetch_uniprot_reference_proteome_data() -> list:
186186
file_path = Path(RAW_DATA_DIR) / f"{PROTEOMES_FILENAME}.{UNIPROT_DESIRED_FORMAT}"
187187
# all_proteomes_query = "%28*%29"
188188
filtered_proteomes_query = (
189-
"(*)+AND+((superkingdom:Bacteria)+OR+(superkingdom:Archaea))+AND+((proteome_type:1)+OR+(proteome_type:2))"
189+
"((superkingdom:Bacteria)+OR+(superkingdom:Archaea))+AND+((proteome_type:1)+OR+(proteome_type:2))"
190190
)
191191

192192
url = construct_query_url(

0 commit comments

Comments
 (0)