From d8c0f391c8db8ba986fa0a57cd36d9b9d83b1262 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Tue, 28 Nov 2023 13:01:09 +0200 Subject: [PATCH] fix links to services --- sda/sda.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sda/sda.md b/sda/sda.md index 2038dbfd0..4973e9a57 100644 --- a/sda/sda.md +++ b/sda/sda.md @@ -1,4 +1,4 @@ -sda - sensitive-data-archive +SDA - Sensitive Data Archive ============ Repository: @@ -10,12 +10,12 @@ It can be used as part of a [Federated EGA](https://ega-archive.org/federated) o The SDA submission pipeline has four main steps: -1. [Ingest](cmd/ingest.md) splits file headers from files, moving the header to the database and the file content to the archive storage. -2. [Verify](cmd/verify.md) verifies that the header is encrypted with the correct key, and that the checksums match the user-provided checksums. -3. [Finalize](cmd/finalize.md) associates a stable accessionID with each archive file and backups the file. -4. [Mapper](cmd/mapper.md) maps file accessionIDs to a datasetID. +1. [Ingest](cmd/ingest/ingest.md) splits file headers from files, moving the header to the database and the file content to the archive storage. +2. [Verify](cmd/verify/verify.md) verifies that the header is encrypted with the correct key, and that the checksums match the user-provided checksums. +3. [Finalize](cmd/finalize/finalize.md) associates a stable accessionID with each archive file and backups the file. +4. [Mapper](cmd/mapper/mapper.md) maps file accessionIDs to a datasetID. There are also three additional support services: -1. [Intercept](cmd/intercept.md) relays messages from Central EGA to the system. -2. [s3inbox](cmd/s3inbox.md) proxies uploads to the an S3 compatible storage backend. +1. [Intercept](cmd/intercept/intercept.md) relays messages from Central EGA to the system. +2. [s3inbox](cmd/s3inbox/s3inbox.md) proxies uploads to the an S3 compatible storage backend.