Skip to content

Commit

Permalink
corrected query
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 22, 2024
1 parent 2568a21 commit f025b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uniprot2s3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def fetch_uniprot_reference_proteome_data() -> list:
file_path = Path(RAW_DATA_DIR) / f"{PROTEOMES_FILENAME}.{UNIPROT_DESIRED_FORMAT}"
# all_proteomes_query = "%28*%29"
filtered_proteomes_query = (
"(*)+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))"
)

url = construct_query_url(
Expand Down

0 comments on commit f025b30

Please sign in to comment.