Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
cwieder committed Jan 15, 2024
1 parent d8b2e0f commit 7958663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sspa/identifier_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def identifier_conversion(input_type, compound_list):
(pd.DataFrame) Dataframe containing identifier matches
"""
url = "https://www.xialab.ca/api/mapcompounds"
print('Commencing ID conversion using Metaboanalyst API...')
print('Commencing ID conversion using MetaboAnalyst API...')

if input_type != 'name':
raise NotImplementedError('Currently the API only converts from compound names to other identifiers.')
Expand Down

0 comments on commit 7958663

Please sign in to comment.