NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
48 stars 22 forks source link

Question: GUID generation #22

Closed bloyl closed 4 years ago

bloyl commented 4 years ago

I'm getting some pushback on installing/updating java and this tool was suggested as an alternative to the NDAR java web-services.

Unfortunately, I don't see a GUID creation tool. Did I miss it? are there any plans to provide one?

Thanks in advance.

devjason commented 4 years ago

Currently all GUID generation must be performed with the Java-based GUID Tool described at https://nda.nih.gov/s/guid/nda-guid.html due to how the current client and server technologies work together.

We are actually finishing up initial planning for new GUID infrastructure which will not require clients to use Java. Our current estimate is that it should be available by mid-2020.

bloyl commented 4 years ago

Thanks for the info.