Skip to content

Commit

Permalink
Update 2022.11.24 middle change
Browse files Browse the repository at this point in the history
Add checker.py to check the connectivity of external proteomics databases.
  • Loading branch information
henry-leo committed Nov 24, 2022
1 parent 66d8c78 commit 52cb0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Set up Mappers and the configs for MapperHub, search and get results.
conf_ = q.get_query_config()
mappers_ = [mapper.PrideMapper(), mapper.IProXMapper()]
mappers_ = [mapper.PrideMapper()]

m = hub.MapperHub(config=conf_,
mappers=mappers_,
Expand Down

0 comments on commit 52cb0de

Please sign in to comment.