Releases: ihmpdcc/drs-server
Releases · ihmpdcc/drs-server
v1.1.2
v1.1.1
- Reworked startup of the server using a shell script that first checks
if the node_modules directory is present. If the directory is NOT present,
thenpm install
command is run to install the dependencies the server
needs. - Tweaked names of the SQL files used to build the mysql database container
to ensure they are loaded in the correct order and forced their use. - Correction to the command line arguments used to start the server in the
server container.
v1.1.0
1.1.0
- General improvements and refactoring of code.
- Made changes to make the response compatible with the Cavatica system, even though the previous
response adhered to the DRS specification. The Cavatica system presently requires that the DRS
servers using the fourth access method, which requires an access_id to be provided and then
the a URL to the bytes returned from the /access endpoint. The previous version was using
a completely open model for public data (described as "public content" in the GA4GH DRS
documentation).