We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2568a21 commit f025b30Copy full SHA for f025b30
src/uniprot2s3/main.py
@@ -186,7 +186,7 @@ def fetch_uniprot_reference_proteome_data() -> list:
186
file_path = Path(RAW_DATA_DIR) / f"{PROTEOMES_FILENAME}.{UNIPROT_DESIRED_FORMAT}"
187
# all_proteomes_query = "%28*%29"
188
filtered_proteomes_query = (
189
- "(*)+AND+((superkingdom:Bacteria)+OR+(superkingdom:Archaea))+AND+((proteome_type:1)+OR+(proteome_type:2))"
+ "((superkingdom:Bacteria)+OR+(superkingdom:Archaea))+AND+((proteome_type:1)+OR+(proteome_type:2))"
190
)
191
192
url = construct_query_url(
0 commit comments