Clinical-Genomics / cg

Glue between Clinical Genomics apps
6 stars 2 forks source link

Deliveries and storage of incomplete analyses AND proper tracking of deliveries. #2702

Open karlnyr opened 7 months ago

karlnyr commented 7 months ago

Description

Recently we have been having issues with completing analyses for samples received from a specific customer, cust127. This issue has then required production to deliver vcf, fastq, bam, etc. to the delivery server manually as the current logic requires the files to be there before storing. I think it is due time that we change this logic - in case this would be needed. The same logic applies when we have had to skip steps for an analysis, resulting in a kind of partial analysis.

However, we cannot simply start to deliver incomplete analyses without also tracking properly what has been delivered. That leads to the next point - updating the delivery report. We should be able to add content to the delivery report in free text. I also think that the delivery report itself can have an additional page, containing each file that is to be included in the delivery and a short explanation of what the purpose of the file is. This would add clarity, and reduce any possible misinformation that could be kept in the ticket rather than in the Scout case or the file deliveries.

Suggested solution

This can be closed when

Above is discussed and implemented or closed

Blocked by

If there are any blocking issues/prs/things in this or other repos. Please link to them.

ivadym commented 7 months ago

To provide more context, this also aligns with a customer request regarding the delivered files. Described here: https://github.com/Clinical-Genomics/BALSAMIC/issues/1247

Vince-janv commented 7 months ago

Decision

Phase 1

Phase 2