Open anna-parker opened 2 months ago
Updated October 28th
Currently there is no automated handling of revocation or updates.
The cronjob will send us a list of accessionVersions that we have not submitted to ENA: https://github.com/loculus-project/loculus/blob/main/ena-submission/scripts/get_ena_submission_list.py#L42
The submission pod currently blocks us submitting revisions: https://github.com/loculus-project/loculus/blob/main/ena-submission/src/ena_deposition/trigger_submission_to_ena.py#L27
However, as we only submit sequences to ENA after manual approval this isn't very urgent.
Tagging @corneliusroemer as this should be the next thing we look at after the initial ENA submission pipeline.
Updated October 28th
Currently there is no automated handling of revocation or updates.
The cronjob will send us a list of accessionVersions that we have not submitted to ENA: https://github.com/loculus-project/loculus/blob/main/ena-submission/scripts/get_ena_submission_list.py#L42
The submission pod currently blocks us submitting revisions: https://github.com/loculus-project/loculus/blob/main/ena-submission/src/ena_deposition/trigger_submission_to_ena.py#L27