Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch/schematic api #156

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Patch/schematic api #156

merged 3 commits into from
Nov 17, 2023

Conversation

anngvu
Copy link
Contributor

@anngvu anngvu commented Nov 16, 2023

One of of the two endpoints we wrap (manifest_generate) needs to be updated with schematic changes announced this morning, so if you are using this then please reinstall package after this is merged. Close #127.

Test:

library(nfportalutils)
syn_login(Sys.getenv("SYNAPSE_AUTH_TOKEN"))
`manifest_generate("ImagingAssayTemplate", "syn38849300", output_format = "google_sheet")`
# Link downloaded as "ImagingAssayTemplate.csv"
manifest_validate(data_type = "ImagingAssayTemplate", file_name = "ImagingAssayTemplate.csv")

Copy link
Collaborator

@allaway allaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great when testing!

@allaway allaway merged commit 93a65d6 into develop Nov 17, 2023
@anngvu anngvu deleted the patch/schematic-api branch December 8, 2023 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update schematic API utils due to changes
2 participants