Skip to content

Commit

Permalink
removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 23, 2024
1 parent 92435b4 commit f89b8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uniprot2s3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def fetch_uniprot_reference_proteome_data() -> list:
filtered_proteomes_query = (
"((superkingdom:Bacteria)+OR+(superkingdom:Archaea))+AND+((proteome_type:1)+OR+(proteome_type:2))"
)
import pdb; pdb.set_trace()

url = construct_query_url(
UNIPROT_REFERENCE_PROTEOMES_URL,
Expand Down

0 comments on commit f89b8de

Please sign in to comment.