Skip to content

Commit

Permalink
Update Metapolish_main-anaylsis-script.R v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreHolzer authored Jun 17, 2024
1 parent 0187a21 commit 205829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Metapolish_main-anaylsis-script.R
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ if (length(df.names$Name) > 99) {
toSend = list(queryList = name.vec, inputType = "name")

# The MetaboAnalyst API url
call <- "https://www.xialab.ca/api/mapcompounds"
call <- "https://rest.xialab.ca/api/mapcompounds"
# Use httr::POST to send the request to the MetaboAnalyst API
query_results_html <- httr::POST(call, body = toSend, encode = "json")
# Check if response is ok (TRUE)
Expand Down

0 comments on commit 205829b

Please sign in to comment.